shell’s Documentation

“”“A better way to run shell commands in Python.”“”

Built because every time I go to use subprocess, I spend more time in the docs & futzing around than actually implementing what I’m trying to get done.

Philosophy

  • Makes running commands more natural
  • Assumes you care about the output/errors by default
  • Covers the 80% case of running commands
  • A nicer API
  • Works on Linux/OS X (untested on Windows but might work?)

Contents:

Indices and tables