Metadata-Version: 2.3
Name: pipe-cleaner
Version: 0.1.2
Summary: A library of common extensions to Pipe
License: MIT
Author: Maciej Katafiasz
Author-email: mathrick@disroot.org
Requires-Python: >=3.8
Classifier: License :: OSI Approved :: MIT License
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
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: pipe (>=2.2,<3.0)
Project-URL: source, https://github.com/mathrick/pipe-cleaner
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_

