Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dmitri-mcguckin/python-project-template
- Owner: dmitri-mcguckin
- License: cc0-1.0
- Created: 2023-01-28T02:50:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T04:23:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T08:19:31.732Z (3 days ago)
- Topics: creative-commons, python3, templates
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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