Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.65 KB

README.rst

File metadata and controls

54 lines (42 loc) · 1.65 KB

This is my personal collection of templates for Python development.

Usage

$ pip install mr.bob
$ mrbob https://github.com/iElectric/bobtemplates.ielectric/archive/master.zip#bobtemplates.ielectric-master/bobtemplates/ielectric/pyramid

LIST OF TEMPLATES

pyramid

Opinionated Pyramid skeleton with:

  • Buildout staging/production configuration
  • SQLAlchemy integration
  • Alembic (database migrations)integration
  • Travis-CI integration
  • Jinja2 as default templating engine
  • Babel for internalization and localization
  • pyramid_marrowmailer for sending emails
  • Raven (Sentry) integration
  • dogpile.cache for caching API
python_package

Replaces paster's basic_template with more modern ideas :-)

  • Python 3 ready
  • Uses nose to run tests
  • Travis-CI integration

TODO

pyramid
python_package
  • Nothing