monopython/README.md

456 B

monopython

  • Goal: - A complete python package written in a single setup.py file that converts existing packages into single setup.py file packages
  • Needs:
    • Multiple modules/packages
    • with imports between modules
    • sphinx docs: narrative and autodoc
    • tests: at least one function/class per module
  • No cheese:
    • No making additional (standard) files
    • No writing everything as strings - things should be live code as much as possible