Metadata-Version: 2.1
Name: dataxi
Version: 0.0.2
Summary: Dataxi is a cross-DBMS server tool that can help you centralize the data extraction and transfer from different data sources.
Home-page: https://pypi.org/project/dataxi/
Author: Yuan Yuan
Author-email: yyccphil@gmail.com
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
Requires-Dist: PyMySQL==1.1.1

# 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 
```
