You are here: Home / LBN / Up2date / Plone and Zope / BastionLinux 36 / python2-iocapture-0.1.2-1.lbn36.noarch

python2-iocapture-0.1.2-1.lbn36.noarch

Package Attributes
RPM  python2-iocapture-0.1.2-1.lbn36.noarch.rpm Architecture  noarch Size  9655 Created  2023/03/22 03:18:38 UTC
Package Specification
Summary Capture stdout, stderr easily
Group Unspecified
License MIT
Home Page https://github.com/oinume/iocapture
Description

.. -- restructuredtext --.. highlight:: python Capture stdout, stderr easily with iocapture.How to use With Python > 2.5 :: import iocapture with iocapture.capture() as captured: print("hello stdout") print(captured.stdout) >>> hello stdoutWith Python < 2.5 :: import iocapture captured iocapture.capture() captured.start() print("hello stdout") captured.close() print(captured.stdout) >>>...

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
rpmlib(CompressedFileNames)  
rpmlib(PartialHardlinkSets)  
rpmlib(FileDigests)  
Provides
python2-iocapture

Document Actions