a single file package with docs and tests
Go to file
sneakers-the-rat c0c864f8bd project statement 2023-10-31 15:34:36 -07:00
.gitignore Initial commit 2023-10-31 04:41:08 +00:00
LICENSE Initial commit 2023-10-31 04:41:08 +00:00
README.md project statement 2023-10-31 15:34:36 -07:00
pyproject.toml project statement 2023-10-31 15:34:36 -07:00
setup.py project statement 2023-10-31 15:34:36 -07:00

README.md

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