Metadata-Version: 2.0
Name: alchy
Version: 2.1.0
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
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.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: SQLAlchemy (>=0.9.0)
Requires-Dist: pydash (>=3.2.2)

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-square
    :target: https://pypi.python.org/pypi/alchy/

.. |travis| image:: http://img.shields.io/travis/dgilland/alchy/master.svg?style=flat-square
    :target: https://travis-ci.org/dgilland/alchy

.. |coveralls| image:: http://img.shields.io/coveralls/dgilland/alchy/master.svg?style=flat-square
    :target: https://coveralls.io/r/dgilland/alchy

.. |license| image:: http://img.shields.io/pypi/l/alchy.svg?style=flat-square
    :target: https://pypi.python.org/pypi/alchy/


