Skip to content

A template repo for Python packages, complete with Travis CI config for PyPI deployment

License

Notifications You must be signed in to change notification settings

opensight-cv/python-package-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A template repo for Python packages, complete with Travis CI config for PyPI deployment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages