A python poetry polylith project
- Install poetry: https://python-poetry.org/docs/#installation
- Add polylith tooling: https://davidvujic.github.io/python-polylith-docs/installation/
Run
git init
poetry install
# install pre-commit hook
poetry run pre-commit install
# install pre-commit dependencies
poetry run pre-commit run -a
The official Polylith documentation: high-level documentation
A Python implementation of the Polylith tool: python-polylith