Skip to main content

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 --update-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]

Download files

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

Source Distribution

rpipe-11.2.1.tar.gz (52.7 kB view details)

Uploaded Source

Built Distribution

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

rpipe-11.2.1-py3-none-any.whl (66.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: rpipe-11.2.1.tar.gz
  • Upload date:
  • Size: 52.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for rpipe-11.2.1.tar.gz
Algorithm Hash digest
SHA256 75d25035276b6c335c004f12d5d26c6f5dea375a33baf063914806a6bafb6ada
MD5 d978387bee08f5917d92c3233a63334b
BLAKE2b-256 97efe7a4bc3718f7ca54270c156eda83805fc2c1dff9a568805ebc8e8e905385

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rpipe-11.2.1-py3-none-any.whl
  • Upload date:
  • Size: 66.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for rpipe-11.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5729d71afb834e89ad3d21f1819af391f9fa7e92baf08ad4d906867940fca473
MD5 69a6de295c4ddf54149f28da0195f3e8
BLAKE2b-256 8444d66b6fef28131a78894571be7c033d1e4e6044863d5aa217c5b1905904a5

See more details on using hashes here.

Release history Release notifications | RSS feed

11.3.0

2 files

This release

11.2.1 This release

2 files

11.2.0

2 files

11.1.1

2 files

11.1.0

2 files

11.0.2

2 files

11.0.1

2 files

11.0.0

2 files

10.1.1

2 files

10.1.0

2 files

10.0.1

2 files

10.0.0

2 files

9.11.0

2 files

9.10.4

2 files

9.10.2

2 files

9.10.1

2 files

9.10.0

2 files

9.9.0

2 files

9.8.1

2 files

9.8.0

2 files

9.7.2

2 files

9.7.1

2 files

9.7.0

2 files

9.6.6

2 files

9.6.5

2 files

9.6.3

2 files

9.6.2

2 files

9.6.1

2 files

9.6.0

2 files

9.5.4

2 files

9.5.3

2 files

9.5.2

2 files

9.5.1

2 files

9.5.0

2 files

9.4.0

2 files

9.3.2

2 files

9.3.0

2 files

9.2.4

2 files

9.2.3

2 files

9.2.2

2 files

9.2.0

2 files

9.1.1

2 files

9.1.0

2 files

9.0.7

2 files

9.0.6

2 files

9.0.5

2 files

9.0.4

2 files

9.0.3

2 files

9.0.2

2 files

9.0.1

2 files

9.0.0

2 files

8.10.1

2 files

8.10.0

2 files

8.9.0

2 files

8.8.0

2 files

8.7.1

2 files

8.7.0

2 files

8.6.0

2 files

8.5.0

2 files

8.4.1

2 files

8.4.0

2 files

8.3.5

2 files

8.3.4

2 files

8.3.3

2 files

8.3.2

2 files

8.3.1

2 files

8.3.0

2 files

8.2.0

2 files

8.1.1

2 files

8.1.0

2 files

8.0.1

2 files

8.0.0

2 files

7.3.2

2 files

7.3.1

2 files

7.3.0

2 files

7.2.0

2 files

7.1.4

2 files

7.1.3

2 files

7.1.2

2 files

7.1.1

2 files

7.1.0

2 files

7.0.0

2 files

6.5.0

2 files

6.4.2

2 files

6.4.1

2 files

6.4.0

2 files

6.3.1

2 files

6.3.0

2 files

6.2.2

2 files

6.2.1

2 files

6.2.0

2 files

6.1.0

2 files

6.0.0

2 files

5.6.1

2 files

5.6.0

2 files

5.5.7

2 files

5.5.6

2 files

5.5.5

2 files

5.5.4

2 files

5.5.2

2 files

5.5.1

2 files

5.5.0

2 files

5.4.3

2 files

5.4.2

2 files

5.4.1

2 files

5.4.0

2 files

5.2.0

2 files

5.1.0

2 files

5.0.5

2 files

5.0.2

2 files

5.0.1

2 files

5.0.0

2 files

4.0.1

2 files

4.0.0

2 files

3.2.0

2 files

3.1.0

2 files

3.0.0

2 files

2.3.0

2 files

2.2.1

2 files

2.2.0

2 files

2.1.0

2 files

2.0.1

2 files

2.0.0

2 files

1.3.1

2 files

1.3.0

2 files

1.2.0

2 files

1.0.2

1 file

1.0.1

1 file

1.0.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page