Metadata-Version: 2.1
Name: husqvarna-getl
Version: 1.9.1
Summary: An elegant way to ETL'ing
Home-page: https://github.com/husqvarnagroup/GETL/
License: MIT
Author: Linus Wallin
Author-email: linus.wallin@husqvarnagroup.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: postgres
Requires-Dist: boto3 (>=1.13.24,<2.0.0)
Requires-Dist: oyaml (>=0.9,<1.1)
Requires-Dist: psycopg2-binary (>=2.8,<3.0); extra == "postgres"
Requires-Dist: pyspark (>=2.4.4,<3.1)
Requires-Dist: typeguard (>=2.10.0,<3.0.0)
Project-URL: Documentation, https://getl.readthedocs.io/
Project-URL: Repository, https://github.com/husqvarnagroup/GETL/
Description-Content-Type: text/markdown

GETL
====

[![Build Status](https://dev.azure.com/husqvarna-ailab/GETL/_apis/build/status/husqvarnagroup.GETL?branchName=master)](https://dev.azure.com/husqvarna-ailab/GETL/_build?definitionId=1&branchName=master)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=GETL&metric=alert_status)](https://sonarcloud.io/dashboard?id=GETL)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

An elegant way to ETL'ing.

- View the [GETL documentation](https://getl.readthedocs.io)


Installation
------------

Install GETL by running:

```sh
# This will be the preferred way but until the code is deployed on PyPI, this is not possible
pip install husqvarna-getl
```

Upcoming features
--------

- Lift definition validation


Contribute
----------

- Issue Tracker: https://github.com/husqvarnagroup/GETL/issues
- Source Code: https://github.com/husqvarnagroup/GETL

Support
-------

If you are having issues, please create an issue on our [github](https://github.com/husqvarnagroup/GETL/issues).

License
-------

MIT License

