Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 356 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 356 Bytes

python-project-template

A minimal template python project containing boilerplate that's often re-used.


 

Development and Contribution

  1. Initialize git-hooks:
    • sh -c ./hooks/init-hooks.sh
  2. Build and install package locally:
    • pip install -e .[dev]

 


Created and Maintained by Dmitri McGuckin dmitri@duck.com