A little python remote pipe server and client.
Project description
rpipe
A little python remote pipe server and client.
Install
pip install rpipe
Usage
Before anything else, you should set your pipe server URL and default channel (the default channel can be any string)
export RPIPE_PASSWORD="my password" # Only need to set when saving config
rpipe --url <url> -c <channel> --password-env --save_config
If no password is desired, use --no-password; though data will be uploaded without encryption if this is done.
Sending
echo "abc" | rpipe
Receiving
rpipe # Read the data
rpipe -c foo # Read data from the channel "foo"
rpipe --peek # Read the data but do not remove it from the server
Additional options can be found via rpipe --help.
Note that peeking will only show the data presently available, it will not construct a persistent pipe like reading will.
Web Version
While discouraged and lacking support for encryption, users can forgo usage of the rpipe client and connect directly to an rpipe with simple GET/POST requests.
Visit the server's URL /help for more details.
Custom URL or channel
Both sending and receiving support the command line options -c/--channel and -u/--url to use a different channel or URL than is saved.
Server
Start the server via:
rpipe_server <port> [--host <host>] [--debug]
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
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
File details
Details for the file rpipe-9.6.2.tar.gz.
File metadata
- Download URL: rpipe-9.6.2.tar.gz
- Upload date:
- Size: 48.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
363b8c43163ee2b1550537c39e10e09e89c9829664eb17271a255de99ca46c41
|
|
| MD5 |
0cb8344109c3313ff550616e68429985
|
|
| BLAKE2b-256 |
abd3dbdf36d40383431e5d26dcef8bae403b58a82ce62327a8a6cb3e6ea6f1e2
|
File details
Details for the file rpipe-9.6.2-py3-none-any.whl.
File metadata
- Download URL: rpipe-9.6.2-py3-none-any.whl
- Upload date:
- Size: 61.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07945b3af97ef0888807141f19fd9298da623d1e159ac5690fe519b1f9487914
|
|
| MD5 |
eb50ae1465fd9918cdafcdb8eb40a85d
|
|
| BLAKE2b-256 |
1574fca874066e56da2074d82b1c51a80722afbcaf159e983770bf64a6cba35a
|