You are here: Home / LBN / Up2date / Core Linux / BastionLinux 36 / python3-iocapture-0.1.2-1.lbn36.noarch

python3-iocapture-0.1.2-1.lbn36.noarch

Package Attributes
RPM  python3-iocapture-0.1.2-1.lbn36.noarch.rpm Architecture  noarch Size  8702 Created  2022/09/06 06:03:08 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
python-iocapture
python3-iocapture
python3.10-iocapture
python3.10dist(iocapture)
python3dist(iocapture)
Obsoletes
python-iocapture

Document Actions