Metadata-Version: 2.3
Name: pipe-cleaner
Version: 0.1.0
Summary: 
Author: Maciej Katafiasz
Author-email: mathrick@disroot.org
Requires-Python: >=3.8
Classifier: Programming Language :: Python :: 3
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 :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pipe (>=2.2,<3.0)
Description-Content-Type: text/markdown

`pipe-cleaner` is a library of common, useful extensions to the [Pipe](https://pypi.org/project/pipe/) library.

Installation
============

`pipe-cleaner` is [available on PyPI](https://pypi.org/project/pipe-cleaner/). Use your favourite package manager:

```
pip install pipe-cleaner
```

```
poetry add pipe-cleaner
```


Usage
=====

_TBD_

