You are here: Home / LBN / Up2date / Plone 5 / BastionLinux 25 / python2-iocapture-0.1.2-1.lbn25.noarch

python2-iocapture-0.1.2-1.lbn25.noarch

Package Attributes
RPM  python2-iocapture-0.1.2-1.lbn25.noarch.rpm Architecture  noarch Size  9655 Created  2022/09/06 08:51: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
python2.7dist(iocapture)
python2dist(iocapture)

Document Actions