a single file package with docs and tests
.gitignore | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
setup.py |
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