Metadata-Version: 2.0
Name: alembic-verify
Version: 0.1.4
Summary: A library to verify migrations and models are in sync.
Home-page: https://github.com/Overseas-Student-Living/alembic-verify
Author: student.com
Author-email: wearehiring@student.com
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Requires-Dist: six (>=1.10.0)
Requires-Dist: sqlalchemy-diff (>=0.1.3)
Requires-Dist: alembic (>=0.8.3)
Provides-Extra: dev
Requires-Dist: mock (==2.0.0); extra == 'dev'
Requires-Dist: pytest (==3.0.3); extra == 'dev'
Requires-Dist: pylint (==1.5.1); extra == 'dev'
Requires-Dist: flake8 (==3.0.4); extra == 'dev'
Requires-Dist: coverage (==4.2); extra == 'dev'
Provides-Extra: docs
Requires-Dist: Sphinx (==1.3.1); extra == 'docs'

Alembic Verify
==============

.. pull-quote::

    Verify that your alembic migrations are valid and equivalent to your models.

Documentation
-------------

See `<http://alembic-verify.readthedocs.org>`_.


License
-------

Apache 2.0. See LICENSE for details.


