Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 2.09 KB

README.md

File metadata and controls

26 lines (24 loc) · 2.09 KB

python-package-template

This repository contains everything you need to make a new Python project that:

  • checks against the Black code style
  • performs whatever tests you like
  • Does testing and format checking in parallel
  • has everything needed to make a Python package that can be easily installed with pip
  • automatically packages itself to PyPI on new tags (or "releases" for those who are still separating git from GitHub)

Setup

After clicking the shiny green "Use this template" button, a few things need to change to get everything going good.

You'll also need to make sure Travis has access to this repository on the create page:
being nice to travis

And then you're done! Enjoy your slave labor automatic tests and deployments!