Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 850 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 850 Bytes

ns-poet

License

Manage Poetry packages in a monorepo

Features:

  • Generate Poetry package manifests
  • Run a command in all packages

Table of Contents:

Installation

ns-poet requires Python 3.6 or above.

pip install ns-poet
# or
poetry add ns-poet

Guide

Development

To 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-push

To run tests:

poetry run pytest