Metadata-Version: 2.1
Name: canals
Version: 0.0.1rc1
Summary: 🌊 Carrying data from one place to another 🌊
Project-URL: Documentation, https://github.com/deepset-ai/canals#readme
Project-URL: Issues, https://github.com/deepset-ai/canals/issues
Project-URL: Source, https://github.com/deepset-ai/canals
Author-email: ZanSara <sara.zanzottera@deepset.ai>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: License :: Freely Distributable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: networkx
Provides-Extra: all
Requires-Dist: canals[dev,draw]; extra == 'all'
Provides-Extra: dev
Requires-Dist: black[jupyter]==22.6.0; extra == 'dev'
Requires-Dist: coverage; extra == 'dev'
Requires-Dist: hatch; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pylint==2.15.10; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Provides-Extra: draw
Requires-Dist: pygraphviz; extra == 'draw'
Description-Content-Type: text/markdown

# canals

🌊 Carrying data from one place to another 🌊

[![PyPI - Version](https://img.shields.io/pypi/v/canals.svg)](https://pypi.org/project/canals)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/canals.svg)](https://pypi.org/project/canals)

## Installation

```console
pip install canals
```

To be able to draw pipelines
```console
sudo apt install graphviz graphviz-dev
pip install canals[draw]
```
