https://github.com/rcbops/python-melangeclient-buildpackage
git-buildpackage repo for python-melangeclient
https://github.com/rcbops/python-melangeclient-buildpackage
Last synced: 10 months ago
JSON representation
git-buildpackage repo for python-melangeclient
- Host: GitHub
- URL: https://github.com/rcbops/python-melangeclient-buildpackage
- Owner: rcbops
- Created: 2012-03-13T18:48:18.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-13T22:30:25.000Z (about 14 years ago)
- Last Synced: 2025-01-22T18:30:24.004Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
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.