Metadata-Version: 2.1
Name: super-etl
Version: 0.0.1
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

# SuperETL
[![PyPI - Version](https://img.shields.io/pypi/v/superetl.svg)](https://pypi.org/project/superetl)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/superetl.svg)](https://pypi.org/project/superetl)

-----
## A python 3 module for a efficient and stable ETL-proces.
**Still in beta!**

**Table of Contents**

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

## Installation

```console
pip install superetl
```

## License

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