Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 802 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 802 Bytes

mypackagename

License

Features:

Table of Contents:

Installation

mypackagename requires Python 3.6 or above.

pip install mypackagename

Guide

Development

To develop mypackagename, install dependencies and enable the pre-commit hook:

pip install pre-commit poetry
poetry install
pre-commit install

To run tests:

poetry run pytest