Skip to content

pauleveritt/cookiecutter-pyramid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <project-name>

Then:

  • cd to <project-name>
  • Run bin/pserve development.ini

About

A Cookie Cutter template for a Pyramid package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.1%
  • Makefile 17.0%
  • Batchfile 16.7%
  • CSS 7.1%
  • Mako 7.1%