Metadata-Version: 2.4
Name: kedro-light
Version: 2026.6.22
Summary: A lightweight interface to Kedro and Kedro-Viz
Author-email: Elliott Wise <ell.wise@gmail.com>
License: MIT License
        
        Copyright (c) 2021 ellwise
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: source, https://github.com/ellwise/kedro-light
Project-URL: docs, https://ellwise.github.io/kedro-light
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: kedro
Requires-Dist: kedro-viz
Provides-Extra: api
Requires-Dist: kedro-datasets[api]; extra == "api"
Provides-Extra: biosequence
Requires-Dist: kedro-datasets[biosequence]; extra == "biosequence"
Provides-Extra: dask
Requires-Dist: kedro-datasets[dask]; extra == "dask"
Provides-Extra: docs
Requires-Dist: kedro[docs]; extra == "docs"
Provides-Extra: geopandas
Requires-Dist: kedro-datasets[geopandas]; extra == "geopandas"
Provides-Extra: matplotlib
Requires-Dist: kedro-datasets[matplotlib]; extra == "matplotlib"
Provides-Extra: holoviews
Requires-Dist: kedro-datasets[holoviews]; extra == "holoviews"
Provides-Extra: networkx
Requires-Dist: kedro-datasets[networkx]; extra == "networkx"
Provides-Extra: pandas
Requires-Dist: kedro-datasets[pandas]; extra == "pandas"
Provides-Extra: pillow
Requires-Dist: kedro-datasets[pillow]; extra == "pillow"
Provides-Extra: plotly
Requires-Dist: kedro-datasets[plotly]; extra == "plotly"
Provides-Extra: redis
Requires-Dist: kedro-datasets[redis]; extra == "redis"
Provides-Extra: spark
Requires-Dist: kedro-datasets[spark]; extra == "spark"
Provides-Extra: tensorflow
Requires-Dist: kedro-datasets[tensorflow]; extra == "tensorflow"
Provides-Extra: yaml
Requires-Dist: kedro-datasets[yaml]; extra == "yaml"
Dynamic: license-file

**Kedro Light provides a minimal interface to [Kedro](https://github.com/kedro-org/kedro) and [Kedro-Viz](https://github.com/kedro-org/kedro-viz).**
To read more about it, check out the documentation [here](https://ellwise.github.io/kedro-light/).

