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
File details
Details for the file repi-client-0.4.tar.gz
.
File metadata
- Download URL: repi-client-0.4.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e028627dc330a7d7a378db6d316ef3a1da3d500c30bc55700da65d3c2e22ce3 |
|
MD5 | cf57c28023ff8d6809ffc3c14fdd0093 |
|
BLAKE2b-256 | 786d56a4d9126b7e707bdd4daf50b61779c1afdb4eb50c0518e1d9134bf5759b |