Metadata-Version: 2.1
Name: water-pipe
Version: 0.0.2
Summary: A simple etl tool.
Home-page: https://github.com/AlienationX/water-pipe
Author: AlienationX lshu
Author-email: le7yi_ss@hotmail.com
License: MIT
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE


# README

## Introduction

## Install

pip install water-pipe

## Sample code

```python
from water_pipe import channel

```

## Dependency

```shell
pip install impyla
pip install psycopg2
pip install mysqlclinet
pip install openpyxl
```
