Metadata-Version: 2.4
Name: pypekit
Version: 0.0.2
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.9
Description-Content-Type: text/markdown

# pypekit

A lightweight pipeline framework for Python. Examples can be found [`here`](./examples).

## 📦 Installation

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