dependencies
pypyr is fortunate to stand on the shoulders of giants in the shape of the excellent open-source software that makes everything that much easier. With great thanks & gratitude to:
dependency | license | description |
---|---|---|
bumpversion | MIT | Release semantic version increments. |
coverage | Apache 2.0 | Code test coverage analysis. |
docutils | BSD | Documentation processing for setup.py |
flake8 | MIT | Code quality check & linting. |
flit | BSD 3-Clause | Build & packaging. |
pyfakefs | Apache 2.0 | Fake file-system for mocking during testing. |
pygments | BSD | README + code comments processing & validation. |
pytest | MIT | Testing framework. |
pytest-cov | BSD (MIT) | Integrate coverage with pytest. |
Python | PSF | Python, beloved programming language. |
python-dateutil | Apache + BSD | Datetime extensions |
ruamel.yaml | MIT | YAML handling. |
tomli | MIT | TOML reading. |
tomli-w | MIT | TOML writing. |
tox | MIT | Virtual environments during CI/CD |
twine | Apache | PyPI publishing |