Metadata-Version: 2.1
Name: madmigration
Version: 0.1.5
Summary: Mad migration
Home-page: https://github.com/MadeByMads/mad-migration
Author: Hasan Aliyev, Tural Muradov, Sabuhi Shukurov
Author-email: hasan.aliyev.555@gmail.com, tural_m@hotmail.com, sabuhi.shukurov@gmail.com
License: MIT
Project-URL: Bug Reports, https://github.com/MadeByMads/mad-migration/issues
Project-URL: Say Thanks!, https://github.com/MadeByMads/mad-migration/network/dependencies
Project-URL: Source, https://github.com/MadeByMads/mad-migration
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click (>=7.1.2)
Requires-Dist: SQLAlchemy-Utils (>=0.36.8)
Requires-Dist: SQLAlchemy (>=1.3.18)
Requires-Dist: pydantic (>=1.7.2)
Requires-Dist: alembic (>=1.4.2)
Requires-Dist: PyYAML (>=5.3.1)
Provides-Extra: mysql
Requires-Dist: mysqlclient (>=2.0.1) ; extra == 'mysql'
Provides-Extra: postgresql
Requires-Dist: psycopg2 (>=2.8.5) ; extra == 'postgresql'

<!-- <p align="center">
  <a href="" rel="noopener">
 <img width=200px height=200px src="https://avatars1.githubusercontent.com/u/69718719?s=200&v=4" alt="Project logo"></a>
</p> -->

<h3 align="center">Database Migration Tool</h3>

<div align="center">

[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![GitHub Issues](https://img.shields.io/github/issues/kylelobo/The-Documentation-Compendium.svg)](https://github.com/MadeByMads/mad-migration/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/kylelobo/The-Documentation-Compendium.svg)](https://github.com/MadeByMads/mad-migration/pulls)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)

</div>


## 📝 Table of Contents

- [About](#about)
- [Getting Started](#getting_started)
- [Usage](#usage)
- [TODO](../TODO.md)
- [Contributing](../CONTRIBUTING.md)
- [Authors](#authors)

## 🧐 About <a name = "about"></a>

Database Migration Tool has been designed for those who wants migrate their data from one database to another database. Mainly tool is emphazied on migrating data from diffirent database sturctures. Currently tool chained with with mysql and porstgres drivers, we do believe to add NoSql to SQL databases and wise versa. Our main goal to make possible for all envirnments to able to migrate datas. 
## 🏁 Getting Started <a name = "getting_started"></a>



### Prerequisites

What things you need to install the software and how to install them.

```
Give examples
```

### Installing

pip install mad-migration



### Break down into end to end tests

Explain what these tests test and why

```
Give an example
```

### And coding style tests

Explain what these tests test and why

```
Give an example
```

## 🎈 Usage <a name="usage"></a>

Add notes about how to use the system.



## ✍️ Authors <a name = "authors"></a>

- [@AliyevH](https://github.com/AliyevH) - Idea & Initial work
- [@Turall](https://github.com/Turall) 
- [@marlin-dev](https://github.com/Turall)

See also the list of [contributors](https://github.com/kylelobo/The-Documentation-Compendium/contributors) who participated in this project.



