cpopen 1.4
pip install cpopen
Latest version
Released:
Creates a subprocess in simpler safer manner
Navigation
Unverified details
These details have not been verified by PyPIMeta
- License: GNU GPLv2+
- Author: Yaniv Bronhaim
Project description
# CPopen
A C reimplementation of the tricky bits of Python’s Popen.
It is currently implemented in a very specific way and might break under general use.
# TODO
Support string invocation - Currently only support array invocation
Support after fork func
Support all stream modes - Currently everything has to be PIPE
# Usage
`{.python} import cpopen proc = cpopen.CPopen(["echo", "3"]) proc.communicate() `
# Running the tests
`{.bash} nosetests tests/tests.py `
Project details
Unverified details
These details have not been verified by PyPIMeta
- License: GNU GPLv2+
- Author: Yaniv Bronhaim
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cpopen-1.4.tar.gz
.
File metadata
- Download URL: cpopen-1.4.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0efaf42d3f27149cd2feb72ebffe6a0aad52119e72aa8835f3850903a76827c |
|
MD5 | 857429730a4842b9836014bea2a0057a |
|
BLAKE2b-256 | d281a072edb87ff5ed10acba03be9fad6714f18529d910e67a2074d16aea03c6 |