Metadata-Version: 1.0
Name: pyramid_sqla
Version: 1.0rc1
Summary: A SQLAlchemy library and Pylons-like application template for Pyramid
Home-page: http://docs.pylonshq.com
Author: Mike Orr
Author-email: sluggoster@gmail.com
License: MIT
Description: pyramid_sqla
        ============
        
        **pyramid_sqla** is a library for Pyramid_ applications using SQLAlchemy_, and
        an application template that brings some of Pylons 1's features to Pyramid.
        
        Documentation is in the 'docs' directory.
        
        (c) 2010-2011 Mike Orr
        Copying and derivations permitted under the MIT license, see LICENSE.txt.
        
        
        1.0rc1  (2010-01-26)
        --------------------
        
        - 'pyramid_sqla' application template supports commit veto feature in
          repoze.tm2 1.0b1.
        - Add production.ini to application template.
        - Delete stray files in application template that were accidentally included.
        
        0.2  (2011-01-19)
        -----------------
        
        - Pyramid 1.0a10 spins off view handler support to 'pyramid_handlers' package.
        - 'pyramid_sqla' application template depends on Pyramid>=1.0a10.
        
        
        0.1  (2011-01-12)
        -----------------
        
        - Initial release.
        - Warning: a change in Pyramid 1.0a10 broke applications created using the
          this version's application template. To run existing applications under Pyramid
          1.0a10 and later, add a 'pyramid_handlers' dependency to the ``requires``
          list in setup.py and reinstall the application.
        
Keywords: web wsgi pylons pyramid
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Framework :: Pylons
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
