Repository URL to install this package:
|
Version:
0.2.2 ▾
|
from easyprocess import EasyProcess
s = EasyProcess('ping localhost').call(timeout=2).stdout
print(s)