You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
melange | 10 years ago | |
tools | 10 years ago | |
.gitignore | 11 years ago | |
.gitreview | 3 years ago | |
MANIFEST.in | 11 years ago | |
README.rst | 11 years ago | |
openstack-common.conf | 11 years ago | |
pylintrc | 11 years ago | |
setup.cfg | 11 years ago | |
setup.py | 11 years ago | |
tox.ini | 11 years ago |
README.rst
Python bindings to the OpenStack Melange API
This is a client for the Openstack Melange API. It contains a Python API (the melange.client
module), and a command-line script (melange
).
Running the tests
Currently the test suite requires a running melange-server running on http://localhost:9898.
Tests are run under tox. First install tox
using pip or your distribution's packages then run tox
from the distribution directory to run the tests in isolated virtual environments.