Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 990 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 990 Bytes

Python Package Template

A cookiecutter template for creating a Python package fully equipped with CI/CD and testing so that you can worry about making something awesome.

Technologies used in this template

Of course, you are free to remove or add any technologies you want. This is just a starting point.

Usage

  1. Install Cookiecutter
  2. Run cookiecutter https://www.github.com/danb27/python-package-template
  3. Follow the prompts
  4. Start coding!