Metadata-Version: 2.1
Name: kedro-datasets
Version: 0.0.2
Summary: Kedro-Datasets is the core plugin that power Kedro's DataCatalog
Home-page: https://github.com/kedro-org/kedro-plugins/tree/main/kedro-datasets
Author: Kedro
License: Apache Software License (Apache 2.0)
Requires-Python: >=3.7, <3.11
Description-Content-Type: text/markdown
Requires-Dist: adlfs (<=2022.2,>=2021.7.1)
Requires-Dist: bandit (<2.0,>=1.6.2)
Requires-Dist: biopython (~=1.73)
Requires-Dist: compress-pickle[lz4] (~=1.2.0)
Requires-Dist: dask[complete] (~=2021.10)
Requires-Dist: delta-spark (~=1.2.1)
Requires-Dist: dill (~=0.3.1)
Requires-Dist: filelock (<4.0,>=3.4.0)
Requires-Dist: gcsfs (<=2022.1,>=2021.4)
Requires-Dist: geopandas (<1.0,>=0.6.0)
Requires-Dist: hdfs (<3.0,>=2.5.8)
Requires-Dist: holoviews (~=1.13.0)
Requires-Dist: import-linter[toml] (==1.2.6)
Requires-Dist: ipython (<8.0,>=7.31.1)
Requires-Dist: Jinja2 (<3.1.0)
Requires-Dist: joblib (>=0.14)
Requires-Dist: jupyterlab (~=3.0)
Requires-Dist: jupyter (~=1.0)
Requires-Dist: lxml (~=4.6)
Requires-Dist: memory-profiler (<1.0,>=0.50.0)
Requires-Dist: networkx (~=2.4)
Requires-Dist: openpyxl (<4.0,>=3.0.3)
Requires-Dist: pandas-gbq (<1.0,>=0.12.0)
Requires-Dist: pandas (~=1.3)
Requires-Dist: Pillow (~=9.0)
Requires-Dist: plotly (<6.0,>=4.8.0)
Requires-Dist: psutil (==5.8.0)
Requires-Dist: pyarrow (<7.0,>=1.0)
Requires-Dist: pylint (<3.0,>=2.5.2)
Requires-Dist: pyproj (~=3.0)
Requires-Dist: pyspark (<4.0,>=2.2)
Requires-Dist: redis (~=4.1)
Requires-Dist: requests (~=2.20)
Requires-Dist: s3fs (<0.5,>=0.3.0)
Requires-Dist: SQLAlchemy (~=1.2)
Requires-Dist: tensorflow (~=2.0)
Requires-Dist: trufflehog (~=2.1)
Requires-Dist: xlsxwriter (~=1.0)
Requires-Dist: tables (~=3.6) ; platform_system != "Windows"
Requires-Dist: tables (~=3.6.0) ; platform_system == "Windows" and python_version < "3.9"
Requires-Dist: matplotlib (<3.4,>=3.0.3) ; python_version < "3.10"
Requires-Dist: matplotlib (<3.6,>=3.5) ; python_version == "3.10"

# Kedro-Datasets

[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Python Version](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue.svg)](https://pypi.org/project/kedro-datasets/)
[![PyPI Version](https://badge.fury.io/py/kedro-datasets.svg)](https://pypi.org/project/kedro-datasets/)
[![Code Style: Black](https://img.shields.io/badge/code%20style-black-black.svg)](https://github.com/ambv/black)

A Kedro plugin that powers Kedro's DataCatalog.

## Installation

`kedro-datasets` is a Python plugin. To install it:

```bash
pip install kedro-datasets
```
