Metadata-Version: 2.1
Name: pglifecycle
Version: 1.0.0a1
Summary: A PostgreSQL schema management tool
Home-page: https://github.com/gmr/pglifecycle
Author: Gavin M. Roy
Author-email: gavinmroy@gmail.com
License: BSD 3-Clause License
Project-URL: Bug Tracker, https://github.com/gmr/pglifecycle/issues
Project-URL: Documentation, https://pglifecycle.readthedocs.io
Project-URL: Source Code, https://github.com/gmr/pglifecycle/
Description: pglifecycle
        ===========
        
        A PostgreSQL schema management tool
        
        |Version| |Status| |Coverage| |License|
        
        Installation
        ------------
        
        .. code::
        
            pip install pglifecycle
        
        
        .. |Version| image:: https://img.shields.io/pypi/v/pglifecycle.svg?
           :target: https://pypi.python.org/pypi/pglifecycle
           :alt: Package Version
        
        .. |Status| image:: https://github.com/gmr/pglifecycle/workflows/Testing/badge.svg?
           :target: https://github.com/gmr/pglifecycle/actions?workflow=Testing
           :alt: Build Status
        
        .. |Coverage| image:: https://codecov.io/gh/gmr/pglifecycle/branch/master/graph/badge.svg
           :target: https://codecov.io/github/gmr/pglifecycle?branch=master
           :alt: Code Coverage
        
        .. |License| image:: https://img.shields.io/pypi/l/pglifecycle.svg?
           :target: https://github.com/gmr/pglifecycle/blob/master/LICENSE
           :alt: BSD
        
Keywords: postgresql,ddl,sql,schema
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: SQL
Classifier: Topic :: Database
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Software Development
Description-Content-Type: text/x-rst; charset=UTF-8
