Metadata-Version: 2.1
Name: alembic-utils
Version: 0.1.12
Summary: A sqlalchemy/alembic extension for migrating procedures and views 
Home-page: UNKNOWN
Author: Oliver Rice
Author-email: oliver@oliverrice.com
License: MIT
Description: # Alembic Utils
        
        
        ---
        
        **Documentation**: <a href="https://olirice.github.io/alembic_utils" target="_blank">https://olirice.github.io/alembic_utils</a>
        
        **Source Code**: <a href="https://github.com/olirice/alembic_utils" target="_blank">https://github.com/olirice/alembic_utils</a>
        
        ---
        
        **Autogenerate Support for PostgreSQL Functions and (soon) Views**
        
        [Alembic](https://alembic.sqlalchemy.org/en/latest/) is the defacto migration tool for usage with [SQLAlchemy](https://www.sqlalchemy.org/). Without extensions, alembic can detect local changes to SQLAlchemy models and autogenerate a database migration or "revision" script. That revision can be applied to update the database's schema to match the SQLAlchemy model definitions.
        
        Alembic Utils is an extension to alembic that adds autogeneration support for [PostgreSQL](https://www.postgresql.org/) functions and (soon) views.
        
        Visit the [quickstart guide](https://olirice.github.io/alembic_utils/quickstart/) for usage instructions.
        
        <p align="center">&mdash;&mdash;  &mdash;&mdash;</p>
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: SQL
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: nvim
Provides-Extra: docs
