You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use "simsar" as package name throughout the whole project
the module/library should be named simsar, too
should be accessible (within python) like:
importsimsarsimsar.mkREADME() # Run the major function
or by running the executable mkReadmesimsar-readme (rename?)
installation via classical distutils
installation via pip
optional: available via *conda
simsar.mkREADME() should accept optional arguments to circumvent interactive user input (should also be supported by the mkReadmesimsar-readme executable)
The script has been packaged and published on test.pypi (this is an environment used for testing purposes). When package is finalised we can move the package to the 'real' environment pypi.org
Prepare SIMSAR as Python Package (see https://packaging.python.org/tutorials/packaging-projects/)
#16 is some preparation step to this.
Some aspects to take into account for next steps:
mkReadme
simsar-readme
(rename?)simsar.mkREADME()
should accept optional arguments to circumvent interactive user input (should also be supported by themkReadme
simsar-readme
executable)Also interesting for further reading:
The text was updated successfully, but these errors were encountered: