-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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:
- use "simsar" as package name throughout the whole project
- the module/library should be named simsar, too
- should be accessible (within python) like:
or by running the executable
import simsar simsar.mkREADME() # Run the major function
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 themkReadmesimsar-readmeexecutable)
Also interesting for further reading:
Metadata
Metadata
Assignees
Labels
No labels