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)

rpipe --url <url> -c <channel> --save_config

Sending

echo "abc" | rpipe

Receiving

rpipe

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>

Project details


Download files

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

Source Distribution

rpipe-2.2.1.tar.gz (17.3 kB view hashes)

Uploaded Source

Built Distribution

rpipe-2.2.1-py3-none-any.whl (18.1 kB view hashes)

Uploaded Python 3

Supported by

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