https://github.com/domenkozar/bobtemplates.ielectric
My mr.bob templates
https://github.com/domenkozar/bobtemplates.ielectric
Last synced: 8 months ago
JSON representation
My mr.bob templates
- Host: GitHub
- URL: https://github.com/domenkozar/bobtemplates.ielectric
- Owner: domenkozar
- License: other
- Created: 2012-10-16T22:15:44.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T14:40:37.000Z (over 10 years ago)
- Last Synced: 2025-02-09T08:12:39.196Z (over 1 year ago)
- Language: Python
- Size: 184 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
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.
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
====
- add django template based on https://github.com/kiberpipa/intranet
- add plone template based on https://github.com/niteoweb/niteoweb.skel.plone
pyramid
- add bpython
- 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
python_package
- Nothing