Metadata-Version: 2.1
Name: subpipe
Version: 0.0.6
Summary: Pipe utilities for Python's subprocess
Project-URL: Homepage, https://github.com/bkmarzouk/subpipe
Author-email: Kareem Marzouk <bkmarzouk@outlook.com>
Maintainer-email: Kareem Marzouk <bkmarzouk@outlook.com>
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.10
Provides-Extra: ci-tests
Requires-Dist: pytest; extra == 'ci-tests'
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

# Suppipe

Pipe utilities for Python's subprocess