Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmitri-mcguckin/python-project-template

A minimal template python project containing boilerplate that's often re-used.
https://github.com/dmitri-mcguckin/python-project-template

creative-commons python3 templates

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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