Using Textualize's rich library to pretty print subprocess outputs, so during long running commands, the user isn't wondering what's going on, even if you don't actually output anything from stdout/stderr of the command.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-16 18:13:49 +02:00
.forgejo/workflows clean up python publish for new forge 2026-08-16 18:13:49 +02:00
rich_subproc initial commit of our very basic subproc 2026-08-08 10:31:28 +02:00
.gitignore initial commit of our very basic subproc 2026-08-08 10:31:28 +02:00
AI_POLICY.md initial commit of our very basic subproc 2026-08-08 10:31:28 +02:00
LICENSE initial commit of our very basic subproc 2026-08-08 10:31:28 +02:00
pyproject.toml initial commit of our very basic subproc 2026-08-08 10:31:28 +02:00
README.md update name since subproc was already taken on pypi 2026-08-08 08:58:10 +00:00

rich subproc

PyPI - Version

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 :)