Metadata-Version: 2.0
Name: ormeasy
Version: 0.1.2
Summary: ORM configuration easily.
Home-page: UNKNOWN
Author: Kang Hyojun
Author-email: iam.kanghyojun@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database :: Front-Ends
Requires-Dist: alembic
Requires-Dist: sqlalchemy
Provides-Extra: docs
Requires-Dist: Sphinx; extra == 'docs'
Provides-Extra: tests
Requires-Dist: flake8; extra == 'tests'
Requires-Dist: import-order; extra == 'tests'
Requires-Dist: pytest; extra == 'tests'

ormeasy
~~~~~~~

Setup SQLAlchemy_ & Alembic_ in your application simply. it provides functions
that may re-build over and over again in your application that use SQLAlchemy,
Alembic.

.. _SQLAlchemy: http://sqlalchemy.readthedocs.org/
.. _Alembic: http://alembic.readthedocs.org/


