Metadata-Version: 2.1
Name: witness-etl
Version: 0.0.2
Summary: A minimal ETL library.
Author: Eugene Popov
Author-email: evgeniypalych@gmail.com
License: Apache License 2.0
Project-URL: Source Code, https://github.com/eppv/witness
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyarrow (>=8.0.0)
Requires-Dist: pyodbc (>=4.0.0)
Requires-Dist: pandas (>=1.3.5)
Requires-Dist: sqlalchemy (>=1.3.0)
Requires-Dist: psycopg2-binary (>=2.8.6)
Requires-Dist: requests (>=2.0.0)
Requires-Dist: numpy (>=1.22.3) ; python_version >= "3.9"

# witness

A minimal ETL library.
Intended to be simple and concise.

## Installation
```
python3 -m pip install witness-etl
```

## Contacts

evgeniypalych@gmail.com
