Metadata-Version: 2.1
Name: pymigratedb
Version: 1.1.0
Summary: This is a package to help you to migrate your database. It will be useful when you work on frameworks or programming languages that don't have a built-in tool to do it or it's little hard to setup.
Home-page: https://github.com/INDICO-INNOVATION/py-migrate-db
Author: Indico Innovation
Author-email: dev@indicoinnovation.pt
License: Apache License
Keywords: migrate,migration,database,db
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# pymigratedb

This is a python package to help you to migrate your database. 

It will be useful when you work on frameworks or programming languages that don't have a built-in tool to do it or it's little hard to setup.

## Installation
Run in terminal on your project directory:
```
pip install pymigratedb
```

## Usage

## License
Please, read [license here](./LICENSE.txt).


