Skip to main content

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

This version

9.6.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rpipe-9.6.1.tar.gz (47.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rpipe-9.6.1-py3-none-any.whl (61.1 kB view details)

Uploaded Python 3

File details

Details for the file rpipe-9.6.1.tar.gz.

File metadata

  • Download URL: rpipe-9.6.1.tar.gz
  • Upload date:
  • Size: 47.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for rpipe-9.6.1.tar.gz
Algorithm Hash digest
SHA256 5a7ac9a1615bbf858068f8f2fb0a3a7ef2a2ed67942d873a95d5c50537f01354
MD5 fbe5093319f76d82a0884b922318501f
BLAKE2b-256 198118ad2d96abc3ac6eda0a3e4256f7331bef29fba40d9b3548dc1ae2c85f93

See more details on using hashes here.

File details

Details for the file rpipe-9.6.1-py3-none-any.whl.

File metadata

  • Download URL: rpipe-9.6.1-py3-none-any.whl
  • Upload date:
  • Size: 61.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for rpipe-9.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b6bbe11d65f42793278a17e703c78fbb1519dc773a2b0150893726524de388ff
MD5 2fc12c7cf7b4ab945e3bf537e57c8edc
BLAKE2b-256 6dd2cd9ca9189985f778198a5b2e6f6f430e9791ac413be0dd64d3a2afe0c913

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page