Hacker News new | ask | show | jobs
Show HN: Shalchemy – Conveniently execute binaries from Python (pypi.org)
3 points by jabbawookiees 1568 days ago
Hey HN,

I found it painful to maintain huge bash scripts, so I wrote a library that makes it more natural to run subprocesses from Python so I could replace all my bash.

It's heavily inspired by SQLAlchemy, sh (the Bourne Shell), and sh (the Python library).

Hope you guys like it!