irisslee / template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-open-source-template

A template for open-source Python software repositories

Contributing

Install dependencies for development

$ pipenv install --dev

Run tests

$ make test

Ship new version to PyPI

$ make ship

About

License:MIT License


Languages

Language:Python 86.4%Language:Makefile 13.6%