# python-melangeclient **Repository Path**: openstack/python-melangeclient ## Basic Information - **Project Name**: python-melangeclient - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2013-07-04 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.