Metadata-Version: 2.4
Name: pypekit
Version: 0.1.1
Summary: Lightweight Python package for data pipelines
Project-URL: Homepage, https://github.com/pypekit/pypekit
Project-URL: Issues, https://github.com/pypekit/pypekit/issues
Author-email: Tim Berti <tim.fabian.berti@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python
Requires-Python: >=3.10
Provides-Extra: dev
Requires-Dist: black>=24.3; extra == 'dev'
Requires-Dist: hatch>=1.10; extra == 'dev'
Requires-Dist: isort>=5.0; extra == 'dev'
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest-cov>=4.1; extra == 'dev'
Requires-Dist: pytest>=8.2; extra == 'dev'
Description-Content-Type: text/markdown

# pypekit

A lightweight pipeline framework for Python. Examples can be found [`here`](https://github.com/pypekit/pypekit/tree/main/examples).

## 📦 Installation

```bash
pip install pypekit
# or
pip install git+https://github.com/pypekit/pypekit.git
```

## Acknowledgements

Pypekit is being developed at the [Institute for Information Management in Engineering](https://www.imi.kit.edu/english/index.php) at the [Karlsruhe Institute of Technology](https://www.kit.edu/english/index.php). 