Skip to main content

RePi client, a Redis PubSub interface for PyPi.

Project description

RePi

RePi manages your virtual environments, whether they’re are all on the same machine or not. You can remotely list installed PyPi packages or install new ones. RePi does not, unlike Chef or Puppet, require a SSH connection. All you need is a Redis server your machines can connect to. If you want to go crazy, you can also use the nightly Redis build which supports clustering. RePi will still work.

repi-client

You need to install this module in each of your virtual environments. After that, you need to install repi-server to manage them.

Installation

repi-client requires a running Redis server. See Redis’ quickstart for installation instructions. repi-client is compatible with Redis clusters (which is an experimental feature at this point).

$ pip install repi-client

or from source:

$ python setup.py install

Getting started

After installation, you can run the ‘repi-client’ script.

$ repi-client my_client_name

That’s all!

To connect to a Redis host different from ‘localhost’, you can see a list of all the available options by running:

$ repi-client -h

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

repi-client-0.4.tar.gz (3.7 kB view hashes)

Uploaded Source

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