Metadata-Version: 1.1
Name: procyon
Version: 0.1
Summary: procyon is a collection of reusable components for Pyramid
Home-page: http://procyon.readthedocs.org/en/latest/
Author: Nozomu Kaneko
Author-email: nozom.kaneko@gmail.com
License: UNKNOWN
Description: ====================
        procyon
        ====================
        
        procyon is a collection of reusable components for Pyramid.
        
        Currently, it includes the following components:
        
        - A base model and a DB session that is configured in the common way.
        - A user model and login/logout views.
        - Some common panels.
        
        See ``index.rst`` in the ``docs`` sub directory of the source distribution.
        
        
        0.1
        ---
        
        -  Add docs
        -  Many enhancements and API changes
        
        0.0
        ---
        
        -  Initial version
        
Keywords: web pyramid pylons
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
