Metadata-Version: 1.0
Name: Shake-SQLAlchemy
Version: 0.6
Summary: Add SQLAlchemy support to your Shake application
Home-page: http://github.com/lucuma/Shake
Author: Juan-Pablo Scaletti
Author-email: juanpablo@lucumalabs.com
License: MIT license (http://www.opensource.org/licenses/mit-license.php)
Description: 
        Shake-SQLAlchemy
        ====================
        
        Implements a bridge to SQLAlchemy, adding some custom capabilities.
        
        To the base model class:
        
            - Automatic table naming
            - to_dict method + iterable
            - to_json method
        
        To the base query class, the following methods:
        
            - to_json
            - first_or_notfound
            - get_or_notfound
            - promise
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
