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

# 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
```
