Skip to content

NarrativeScience-old/ns-poet

Repository files navigation

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