pyramid-medley is an opinionated Pyramid scaffold to help you get going quickly with a new project.
It includes:
- SQLAlchemy
- Jinja2
- WTForms
- Twitter Bootstrap
The scaffolding also includes some extra goodies for example:
- Templated emails
- Basic User model
- Caching and sessions (Redis)
This scaffold is probably more than is required for most projects : it's just a ton of patterns and ideas I've picked up playing around with the Pyramid stack.
- git clone https://github.com/danjac/pyramid-medley.git
- cd pyramid-medley
- python setup.py develop
First make a virtualenv...
- pcreate -t medley myproject
- cd myproject
- python setup.py install