- pytest
- pycov (coverage)
- sphinx
- great expectations
- doctest
- sphinx
- swagger
- pydoc
- pdoc - pdoc auto-generates API documentation that follows your project's Python module hierarchy.
- docstrings
- Github Actions
- Pre-Commit
- Black, flake8, mypy, commitizen
- logging
- python-json-logger - This library is provided to allow standard python logging to output log data as json objects.
- Best Practices
$ pytest --cov*
$ sphinx-build -n -W -q -b html docs docs/_build/html
$ pre-commit run -a (if you didn't install the pre-commit git hook)