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-3.0.0.tar.gz
(48.6 kB
view hashes)
Built Distribution
Close
Hashes for python-vitrageclient-3.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc1b0440a0eb0244b042710186ec305075046f3242bff58e52ae4ae910bfc31f |
|
MD5 | 0007673138bc406545d041605fc3f5be |
|
BLAKE2b-256 | c265ba7fcd9f1e112bba106a6f65057d3f7a6288e6296d528cad51d277945053 |
Close
Hashes for python_vitrageclient-3.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27abb71110eb6e45addc5cc2de5aba5aa4b67b438032b9aaa5d89d0a26a1b055 |
|
MD5 | 232027cc111a2250b68b0023472114e3 |
|
BLAKE2b-256 | d6401bd18a9fafafc36037f2bd5afda8b2dd8a816f3ccacdb5207a47b8998899 |