Metadata-Version: 2.4
Name: pgmig
Version: 0.0.2
Summary: Generate migrations between Postgres databases
Project-URL: homepage, https://github.com/Apakottur/pgmig
Project-URL: repository, https://github.com/Apakottur/pgmig
Project-URL: documentation, https://github.com/Apakottur/pgmig
Author: Yossi Rozantsev
License: MIT
License-File: LICENSE
Keywords: database,migrations,postgres,postgresql,schema
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown

<p align="center">
  <img src="https://github.com/Apakottur/pgmig/blob/main/pgmig.png?raw=true" width="400" />
</p>

[![image](https://img.shields.io/pypi/v/pgmig.svg)](https://pypi.python.org/pypi/pgmig)
[![image](https://img.shields.io/pypi/l/pgmig.svg)](https://github.com/Apakottur/pgmig/blob/main/LICENSE)
[![image](https://img.shields.io/pypi/pyversions/pgmig.svg)](https://pypi.python.org/pypi/pgmig)

`pgmig` generates schema migrations between Postgres databases.

## Installation

```shell
pip install pgmig
```

## Usage

Coming soon.
