List Question
20 TechQA 2023-12-13T15:48:17.917000plumbum fails to connect via jump host, but raw command succeeds
101 views
Asked by ACarter
How to emulate backtick subshells in plumbum
90 views
Asked by user1908704
from plumbum.cmd import git, grep, sed, wc
897 views
Asked by greencar
plumbum: How to send a variable to stdin?
250 views
Asked by HappyFace
Avoid escaping dollar sign in a subcommand?
248 views
Asked by d33tah
How do you redirect stdout and stderr to two different files using plumbum?
191 views
Asked by Nicola Bordin
plumbum.commands.processes.ProcessExecutionError: for commands which return null
1.6k views
Asked by alper
Fetching Gerrit SSH output in python
1.2k views
Asked by Jason
Plumbum - Nested SSH Remoting / Jump Host
234 views
Asked by Ben DeMott
Fabric vs Plumbum: differences, use cases, pros and cons
1k views
Asked by walkingpendulum
How to do process substitution, e.g. "echo hi | tee >( gzip > /tmp/1 ) > /tmp/2" in plumbum?
280 views
Asked by d33tah
plumbum : SSH to my remote server
861 views
Asked by user157894
Pass parameters to python plumbum command from a list
1.1k views
Asked by Alok Mysore
Executing A complex Shell command read as String from a File in Python
487 views
Asked by VikramChopde
Python plumbum: Passing $ in an cmd argument
334 views
Asked by Steve3p0
Is there a way to print stdout as it is outputted?
507 views
Asked by wonton
How can I automate remote deployment in python?
1.5k views
Asked by user3214546
plumbum leaking Popen objects
221 views
Asked by shx2
Issue with running sudo command with python on plumbum
1k views
Asked by rlubke
Avoid escaping glob expressions in plumbum
979 views
Asked by shx2