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.0.tar.gz (52.3 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.0-py3-none-any.whl (65.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: rpipe-11.2.0.tar.gz
  • Upload date:
  • Size: 52.3 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.0.tar.gz
Algorithm Hash digest
SHA256 ca5dff5a673750322cd2374228ae3969c2b60d83b38486f8ed98041ad27d6de6
MD5 a4498eb7b22f3daa1991ff869366892a
BLAKE2b-256 38c0f30583a3fc16f150b9b47f41724be2ceec898b2cfbf4e0ec2e5cad09bba2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rpipe-11.2.0-py3-none-any.whl
  • Upload date:
  • Size: 65.7 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3d72f0c49025fb91469ca00a7d9bbe84d90694da1e78b41c8a9fd3a526305b5d
MD5 56b4004c7b996525ab5fd238b67c60e5
BLAKE2b-256 cd9ed73f2bdf8236857e3ce2729da66e85096a15f25e7c7cc2cdb9f6cd3665a8

See more details on using hashes here.

Release history Release notifications | RSS feed

11.3.0

2 files

11.2.1

2 files

This release

11.2.0 This release

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