Metadata-Version: 1.1
Name: alchy
Version: 1.1.2
Summary: A SQLAlchemy extension for its declarative ORM that provides enhancements for model classes, queries, and sessions.
Home-page: https://github.com/dgilland/alchy
Author: Derrick Gilland
Author-email: dgilland@gmail.com
License: MIT License
Description: alchy
        *****
        
        |version| |travis| |coveralls| |license|
        
        A SQLAlchemy extension for its declarative ORM that provides enhancements for model classes, queries, and sessions.
        
        Links
        =====
        
        - Project: https://github.com/dgilland/alchy
        - Documentation: http://alchy.readthedocs.org
        - PyPi: https://pypi.python.org/pypi/alchy/
        - TravisCI: https://travis-ci.org/dgilland/alchy
        
        
        .. |version| image:: http://img.shields.io/pypi/v/alchy.svg?style=flat
            :target: https://pypi.python.org/pypi/alchy/
        
        .. |travis| image:: http://img.shields.io/travis/dgilland/alchy/master.svg?style=flat
            :target: https://travis-ci.org/dgilland/alchy
        
        .. |coveralls| image:: http://img.shields.io/coveralls/dgilland/alchy/master.svg?style=flat
            :target: https://coveralls.io/r/dgilland/alchy
        
        .. |license| image:: http://img.shields.io/pypi/l/alchy.svg?style=flat
            :target: https://pypi.python.org/pypi/alchy/
        
Keywords: sqlalchemy databases orm declarative
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
