Metadata-Version: 2.1
Name: plyway
Version: 0.0.2
Summary: A simple Flyway clone for Python
License: MIT
Author: jdglaser
Author-email: jarred.glaser@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: mysql
Provides-Extra: pgsql
Requires-Dist: mysql-connector-python (>=8.0.32,<9.0.0) ; extra == "mysql"
Requires-Dist: psycopg[binary] (>=3.1.8,<4.0.0) ; extra == "pgsql"
Description-Content-Type: text/markdown

# plyway

A database migration tool written in Python and inpsired by Flyway.
