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
File details
Details for the file rpipe-9.5.2.tar.gz
.
File metadata
- Download URL: rpipe-9.5.2.tar.gz
- Upload date:
- Size: 47.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73ea7055410d760511e36470cf5e16f431e4261e7e261c7eeaf4d198b3da684f |
|
MD5 | d57c9e1fac4255445735dc81b8e7c797 |
|
BLAKE2b-256 | afee36212da9783e709e617b549fe0734b71d8ad82f8e38ebc5edc6e3488861c |
File details
Details for the file rpipe-9.5.2-py3-none-any.whl
.
File metadata
- Download URL: rpipe-9.5.2-py3-none-any.whl
- Upload date:
- Size: 60.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5c88efaad0d79040c434e3dd85facd1010830b39e32672f33382bf598736366 |
|
MD5 | 98bac76893516d3b5d55eff4ca101c7e |
|
BLAKE2b-256 | 766fc581ad6109625d01b1501e2b7c68e0f569fb83e863dbd1f514a07b62fd02 |