/cookiecutter-pyramid

A Cookie Cutter template for a Pyramid package

Primary LanguagePython

cookiecutter-pyramid

Cookiecutter template for a Pyramid package. See https://github.com/audreyr/cookiecutter.

  • Pick template engine and persistence backend
  • Virtualenv automatically created and setup in development mode
  • Free software: BSD license
  • Travis-CI: Ready for Travis Continuous Integration testing
  • Tox testing: Setup to easily test for Python 2.6, 2.7, 3.3, 3.4
  • Sphinx docs: Documentation ready for generation with, for example, ReadTheDocs

Usage

Generate a Pyramid project:

cookiecutter https://github.com/cguardia/cookiecutter-pyramid.git

Then:

  • cd to project name given in the last cookiecutter question
  • Run bin/pserve development.ini