https://github.com/hypothesis/cookiecutters
Cookiecutter templates for Hypothesis projects.
https://github.com/hypothesis/cookiecutters
cookiecutter
Last synced: 11 months ago
JSON representation
Cookiecutter templates for Hypothesis projects.
- Host: GitHub
- URL: https://github.com/hypothesis/cookiecutters
- Owner: hypothesis
- License: bsd-2-clause
- Created: 2022-06-15T19:51:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-13T12:31:58.000Z (about 1 year ago)
- Last Synced: 2025-06-13T13:40:01.985Z (about 1 year ago)
- Topics: cookiecutter
- Language: Python
- Homepage:
- Size: 294 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
See also: [Cookiecutters presentation slides](https://docs.google.com/presentation/d/1bfAkyJvIQINusmYnw0tCH1ldlJ-ZDWd78o9VKjmulys/)
Cookiecutters
=============
[Cookiecutter](https://cookiecutter.readthedocs.io/en/stable/) templates for Hypothesis projects:
* [cookiecutters/pypackage](https://github.com/hypothesis/cookiecutters/tree/main/pypackage)
for Python packages (libraries, command line apps, tox plugins, ...)
* [cookiecutters/pyapp](https://github.com/hypothesis/cookiecutters/tree/main/pyapp)
for Python applications.
* [cookiecutters/pyramid-app](https://github.com/hypothesis/cookiecutters/tree/main/pyramid-app)
for [Pyramid](https://docs.pylonsproject.org/projects/pyramid/) web apps.