Metadata-Version: 2.1
Name: super-etl
Version: 0.0.2
Project-URL: Documentation, https://github.com/Riktastic/Super-ETL#readme
Project-URL: Issues, https://github.com/Riktastic/Super-ETL/issues
Project-URL: Source, https://github.com/Riktastci/Super-ETL
Author-email: Rik Heijmann <Rik@Rik.blue>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: boto3
Requires-Dist: cbsodata
Requires-Dist: elasticsearch
Requires-Dist: lxml
Requires-Dist: mariadb
Requires-Dist: modin
Requires-Dist: mysql-connector-python
Requires-Dist: openpyxl
Requires-Dist: psycopg2-binary
Requires-Dist: pyarrow
Description-Content-Type: text/markdown

# Super-ETL
[![PyPI - Version](https://img.shields.io/pypi/v/super-etl.svg)](https://pypi.org/project/super-etl)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/super-etl.svg)](https://pypi.org/project/super-etl)

-----
## A extract-transform-load-pocketknife for Python 3!
**Please note that this package is still in beta! Things will break!**

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation
```console
pip install super-etl
```

## License
`superetl` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
