Skip to content

domenkozar/templer.ielectric

Repository files navigation

This is my personal collection of templates for Python development.

INSTALL

$ git clone https://github.com/iElectric/templer.ielectric.git
$ cd templer.ielectric
$ python bootstrap.py
$ bin/buildout
$ bin/templer <templatename> <output_directory>

Or:

$ pip install templer.ielectric
$ templer <templatename> <output_directory>

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_mailer for sending emails
  • Raven (Sentry) integration
  • dogpile.cache for caching API
distribute_package
Replaces paster's basic_template with more modern ideas :-)

TODO