Metadata-Version: 2.1
Name: arctic-tern
Version: 0.2.0
Summary: SQL migrations for python and postgres
Home-page: https://github.com/ConvergysLabs/arctic-tern
License: MIT
Author: Eric Grunzke
Author-email: eric@grunzke.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: asyncpg
Provides-Extra: psycopg
Requires-Dist: asyncpg (>=0.20.1,<0.21.0); extra == "asyncpg"
Requires-Dist: psycopg2 (>=2.7,<3.0); extra == "psycopg"
Description-Content-Type: text/x-rst

Arctic Tern: Simple Postgres migrations for Python
==================================================
.. image:: https://travis-ci.org/ConvergysLabs/arctic-tern.svg?branch=master
    :target: https://travis-ci.org/ConvergysLabs/arctic-tern

.. image:: https://codecov.io/github/ConvergysLabs/arctic-tern/coverage.svg?branch=master
    :target: https://codecov.io/github/ConvergysLabs/arctic-tern
    :alt: codecov.io

.. image:: https://upload.wikimedia.org/wikipedia/commons/2/29/2009_07_02_-_Arctic_tern_on_Farne_Islands_-_The_blue_rope_demarcates_the_visitors%27_path.JPG
    :target: https://en.wikipedia.org/wiki/Arctic_tern

You can be strongly migratory, too!

Feature Support
---------------

- Plain SQL update scripts
- Timestamped update scripts
- Code-level integration (no CLI needed)

Arctic Tern officially supports Python 3.6+

Installation
------------

To install Arctic Tern, simply `pip install arctic-tern`

Publishing
----------
    python setup.py sdist bdist

    twine upload --repository-url https://test.pypi.org/legacy/ dist/*

    twine upload dist/arctic_tern-0.1.11.tar.gz

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

Documentation is good!  We should get some.


How to Contribute
-----------------

This would also be good.

