plumbum — Easy Playground
Shell scripting in Python: local/remote commands, CLI building
Getting started with plumbumRun locally
Install
pip install plumbumPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: plumbum)
plumbum is a third-party package. Shell scripting in Python: local/remote commands, CLI building. Install with: pip install plumbum
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?