This module creates temporary named pipes
Project description
tempfifo
This module creates temporary named pipes
Installation
pip3 install tempfifo
or
pip3 install --user tempfifo
Example
A NamedTemporaryFIFO
class is provided and is intended to be used as a
context manager. The filename of the created pipe is accessible as its name
attribute. For example:
from tempfifo import NamedTemporaryFIFO
with NamedTemporaryFIFO() as ntf:
print(ntf.name)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tempfifo-1.1.4.tar.gz
(3.3 kB
view details)
Built Distribution
File details
Details for the file tempfifo-1.1.4.tar.gz
.
File metadata
- Download URL: tempfifo-1.1.4.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86bbdd3424def3d849762757f031fae394cb93392630d772bec677e2e38dea68 |
|
MD5 | 38fd6af7e000772036d01b4f57da44d6 |
|
BLAKE2b-256 | 4e253adc247b99991cda118c3e72a7dd8e03edccb7f1ea2e17c6895e65a5edcd |
File details
Details for the file tempfifo-1.1.4-py3-none-any.whl
.
File metadata
- Download URL: tempfifo-1.1.4-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d31d298eb76c4367f51fcb4b98bf427d63857f809f7b8212b22b24c5e7e921d |
|
MD5 | 2dacbcb7b6304844f1cafcecd93829c8 |
|
BLAKE2b-256 | f347a4049515c5a3929ee950b88fdf1e535c30ca0c79c22a81aef401a2132ef6 |