Metadata-Version: 2.1
Name: airflow-provider-xlsx
Version: 0.0.4
Summary: Airflow operators for reading and writing XLSX files
Home-page: https://github.com/andreax79/airflow-provider-xlsx
Author: Andrea Bonomi
Author-email: andrea.bonomi@gmail.com
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE

airflow-provider-xlsx
=====================

Airflow operators for converting XLSX files from/to Parquet/CSV


System Requirements
-------------------

* Airflow Versions
    * 2.0.0 or newer

Installation
------------
::

    pip install airflow-provider-xlsx


Links
~~~~~

* `Apache Airflow <https://github.com/apache/airflow>`
* `Project home page (GitHub) <https://github.com/andreax79/airflow-provider-xlsx>`
* `Documentation (Read the Docs) <https://airflow-provider-xlsx.readthedocs.io/en/latest/>`


