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-1.0.1.tar.gz
(26.0 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-1.0.1-py3-none-any.whl
(15.1 kB
view details)
File details
Details for the file pipetap-1.0.1.tar.gz.
File metadata
- Download URL: pipetap-1.0.1.tar.gz
- Upload date:
- Size: 26.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.11 {"installer":{"name":"uv","version":"0.9.11"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2b87ca5ab581552fb20b5c30e2ef2c128753b4c1435fc2eb93305e8045f3fe5
|
|
| MD5 |
9cf15f9498012dccbd24ab59cbc2a293
|
|
| BLAKE2b-256 |
6b35a449227c2222433f38aa206cbd14a18183e5eb6f37c64e2f2a2ce6d5ddb8
|
File details
Details for the file pipetap-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pipetap-1.0.1-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.11 {"installer":{"name":"uv","version":"0.9.11"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62d052030b0a43f6370131776b2f2b041d2498151fe623aff5688fc8d612010c
|
|
| MD5 |
f35a9eb030149b679981628af1626c57
|
|
| BLAKE2b-256 |
d8abb863067d6b5649acf70c8fe409c8e94c15f68593d2caab5e9ce724ca5503
|