https://github.com/ericgj/cookiecutter-pypackage
A cookiecutter template for Python packages
https://github.com/ericgj/cookiecutter-pypackage
Last synced: 18 days ago
JSON representation
A cookiecutter template for Python packages
- Host: GitHub
- URL: https://github.com/ericgj/cookiecutter-pypackage
- Owner: ericgj
- License: mit
- Created: 2019-08-10T03:48:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-10T04:11:32.000Z (almost 7 years ago)
- Last Synced: 2025-03-05T11:34:33.313Z (over 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ericgj/cookiecutter-pypackage
=============================
This is a fork of [cookiecutter-pypackage-minimal][original].
For basic explanation of usage and design opinions, see the original.
This cookiecutter template adds the following, optimized for my use:
- Better default values in cookiecutter.json
- Simplified README structure
- Distinguish between package name and top-level module name
- Linting is run via tox (flake8)
- Testing assumes use of hypothesis
- Post-gen hook to install development environment, initial git commit
- Run black as git pre-commit hook
[original]: https://github.com/kragniz/cookiecutter-pypackage-minimal