/python-package-template

Template repository for a publishable Python package

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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