Skip to content

Packaging #25

@mscheinert

Description

@mscheinert

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:
    import simsar
    
    simsar.mkREADME()      # Run the major function
    or by running the executable mkReadme simsar-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 mkReadme simsar-readme executable)

Also interesting for further reading:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions