https://github.com/domenkozar/templer.ielectric
Outdated, see https://github.com/iElectric/bobtemplates.ielectric
https://github.com/domenkozar/templer.ielectric
Last synced: about 1 year ago
JSON representation
Outdated, see https://github.com/iElectric/bobtemplates.ielectric
- Host: GitHub
- URL: https://github.com/domenkozar/templer.ielectric
- Owner: domenkozar
- License: other
- Created: 2012-08-26T10:36:42.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-03T12:01:24.000Z (over 13 years ago)
- Last Synced: 2025-05-10T11:07:44.900Z (about 1 year ago)
- Language: Python
- Homepage: https://github.com/iElectric/bobtemplates.ielectric
- Size: 189 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE
Awesome Lists containing this project
README
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
Or::
$ pip install templer.ielectric
$ templer
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
====
- add bpython
- Pyramid template
- pyramid_layout
- alembic:
- write tests
- docs for initial migration
- docs how to use this package (http://docs.pylonsproject.org/projects/pyramid_mailer/en/latest/, )
- pyramid_mailer # TODO: provide patch for printing mailer when in debug mode
- auth + root factory? https://github.com/lazaret/anuket/blob/develop/anuket/models/rootfactory.py
- fabric with staging/production deploy scripts
- setup a way to detect locales/languages http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/i18n.html
- local command to add new app for pyramid project
- add django template based on https://github.com/kiberpipa/intranet
- add plone template based on https://github.com/niteoweb/niteoweb.skel.plone