/pyproject

Pyproject package template

Primary LanguagePython

pyproject package template

https://circleci.com/gh/dnouri/pyproject.svg?style=svg

Copy this to quickly set up a new Python package. Replace any occurrence of 'pyproject' in the source with the name of your package and off you go.

Installation

Use of virtualenv is recommended.

Run this command to install dependencies:

pip install -r requirements.txt

Then install this package:

pip install -e .

To verify your installation, run tests:

pytest