Metadata-Version: 2.1
Name: dataxi
Version: 0.0.0
Summary: Dataxi is a cross-DBMS server tool that can help you centralize the data extraction and transfer from different data sources.
Author-email: Yuan Yuan <yyccphil@gmail.com>
License: MIT License
Project-URL: Project, https://github.com/yyccPhil/dataxi
Keywords: ETL
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Python tools

## Installation
```shell
pip3 uninstall dataxi
pip3 install dataxi
```


## Table of Contents

- Database Credential Management
  - test
- MySQL Connector
  - test

## Example

### 1、MySQL

```python
import 
```
