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

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

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