A python PipeTap client
Project description
pipetap-python
This is a Python client to connect to a remote pipetap support DLL. The DLL exposes a TCP to Named Pipe proxy which allows you to interact with named pipes from the target process the support DLL lives in.
installation
With pip:
pip install pipetap
usage
from pipetap import PipeTap
tap = PipeTap()
tap.connect("pipetap.test", "10.0.0.1")
tap.send("foo\n")
print(tap.recv())
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.
Source Distribution
pipetap-0.2.0.tar.gz
(26.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pipetap-0.2.0-py3-none-any.whl
(15.1 kB
view details)
File details
Details for the file pipetap-0.2.0.tar.gz.
File metadata
- Download URL: pipetap-0.2.0.tar.gz
- Upload date:
- Size: 26.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.11 {"installer":{"name":"uv","version":"0.9.11"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89ed657470638b1bc978d90550225108d3df1d2e68d69aedf1daaa280f5c1c3e
|
|
| MD5 |
04117ca9af1a2438abe5dd7ea96b5204
|
|
| BLAKE2b-256 |
0e8f0a05d80611ac480d381a7cc180ba0ca582f39ece1d8c73e631475d4a20bd
|
File details
Details for the file pipetap-0.2.0-py3-none-any.whl.
File metadata
- Download URL: pipetap-0.2.0-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.11 {"installer":{"name":"uv","version":"0.9.11"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc91c3c80eddf63858bc76ab159b80da138c979f015955de1f19920b1cfbae8f
|
|
| MD5 |
82e2a2c872f1ab121fa1a9f05925116d
|
|
| BLAKE2b-256 |
059cdecd9b170585a3faaf612c636d7b37ebb94cf8de1d2f7ee51fb364a9a02e
|