Manage Poetry packages in a monorepo
Features:
- Generate Poetry package manifests
- Run a command in all packages
Table of Contents:
ns-poet requires Python 3.6 or above.
pip install ns-poet
# or
poetry add ns-poetTo develop ns-poet, install dependencies and enable the pre-commit hook:
pip install pre-commit poetry
poetry install
pre-commit install -t pre-commit -t pre-pushTo run tests:
poetry run pytest