https://github.com/sinoroc/ccpy
Cookiecutter Python templates
https://github.com/sinoroc/ccpy
apache-license-2 cookiecutter pyramid-framework python
Last synced: 2 days ago
JSON representation
Cookiecutter Python templates
- Host: GitHub
- URL: https://github.com/sinoroc/ccpy
- Owner: sinoroc
- License: apache-2.0
- Created: 2017-04-16T13:55:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T18:44:19.000Z (over 2 years ago)
- Last Synced: 2025-03-02T10:14:36.128Z (over 1 year ago)
- Topics: apache-license-2, cookiecutter, pyramid-framework, python
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
..
Overview
========
This is a collection of templates for `cookiecutter`_ allowing to quickly create the boiler plate for Python projects.
Repositories
============
* https://github.com/sinoroc/ccpy
* https://gitlab.com/sinoroc/ccpy
Templates
=========
The actual templates are placed in their own branches of the repository.
Templates available:
* ``library``
* ``pyramid``
* ``application``
Usage
=====
See `cookiecutter documentation`_ for details.
::
cookiecutter --checkout
.. Links
.. _`cookiecutter`: https://pypi.org/project/cookiecutter/
.. _`cookiecutter documentation`: https://cookiecutter.readthedocs.io/
.. EOF