Vitrage Client API Library
Project description
Python bindings to the Vitrage API
This is a client library for Vitrage built to interface with the Vitrage API . It provides a Python API (the vitrageclient module) and a command-line tool (vitrage).
Ubuntu Install
At the moment only manual install is available
- Manual Install Steps:
cd to your python-vitrageclient repo
sudo pip install -r requirements.txt
python setup.py install
Building and Packaging
Install the tool dependencies
sudo apt-get install python-pip python-virtualenv
In the python-vitrageclient source directory
virtualenv --no-site-packages .venv source ./.venv/bin/activate pip install wheel python setup.py bdist_wheel pip install $(ls -1rt dist/*.whl | tail -1) --upgrade
References
Detailed documentation for the CLI see CLI Spec
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-vitrageclient-2.0.0.tar.gz
(36.6 kB
view hashes)
Built Distribution
Close
Hashes for python-vitrageclient-2.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3387475ebf646b745f4c74d483d2234c4ec03ededa2b688525eade4210e7c00f |
|
MD5 | 5db23ee438a483fafd77377b1b8f5c46 |
|
BLAKE2b-256 | f467e9b80de803be2af13ff23fc8fd6917e1466c04b26ab762fde28047c8c4f8 |
Close
Hashes for python_vitrageclient-2.0.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c87503089242b51d77c96c0387db9249e8aac69bb37b0be7da7c5abfe718835c |
|
MD5 | 3cd2f0fd569de5feb16417eba4b43cd0 |
|
BLAKE2b-256 | 5dd7117a180e2b6ac188d6e650c00c80b906ae9791db66057934ff996c267c52 |