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
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size tempfifo-0.1.0-py3-none-any.whl (3.1 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size tempfifo-0.1.0.tar.gz (1.8 kB) | File type Source | Python version None | Upload date | Hashes View |