Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 884 Bytes

README.rst

File metadata and controls

33 lines (24 loc) · 884 Bytes

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>

LIST OF TEMPLATES

pyramid
Opinionated Pyramid skeleton with Buildout staging/production, SQLAlchemy, Travis-CI, ...
distribute_package
Replaces paster's basic_template with more modern ideas :-)

TODO