Metadata-Version: 1.0
Name: PylonsTemplates
Version: 0.1dev
Summary: Extra paster templates for Pylons including repoze.what implementation
Home-page: http://countergram.com/software/PylonsTemplates
Author: Jason Stitt
Author-email: jason@countergram.com
License: MIT
Description: PylonsTemplates gives you additional paster templates for Pylons applications.
        (Right now, there is one.)
        
        Based on the default Pylons paster template, the pylons_repoze_what template
        implements a working authorization system based on repoze.what and
        repoze.what-quickstart. (Authentication by repoze.who is automatically set
        up as well.) The template generates:
        
        * User, Group and Permission models for SQLALchemy
        * A login (& logout) controller
        * A minimal template for the login form.
        * A package dependency on repoze.what-pylons, which includes decorators
        you can use on controllers and actions.
        * Commented out sample code in websetup.py that creates a user, group,
        and permission.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Framework :: Pylons
Classifier: Framework :: Paste
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
