Metadata-Version: 2.4
Name: rich-subproc
Version: 0.1.0
Summary: Simple python subprocess wrapper to do some pretty printing and error handling.
License-Expression: AGPL-3.0-or-later
License-File: LICENSE
Keywords: subprocess,shell
Requires-Python: >=3.13,<3.15
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Requires-Dist: rich (>=14.1,<15.0)
Project-URL: Bug Tracker, http://codeberg.org/open-engineering/rich-subproc/issues
Description-Content-Type: text/markdown

# subproc

It does what it says on the tin, it's a wrapper around python's subprocess to do some basic error handling and pretty printing.

I finally made this its own library because I kept rewriting it into other programs I was already using :)

