Files
python-solumclient/README.rst
melissaml e7f26c542f Update links in README
Change the outdated links to the latest links in README

Change-Id: I7b08baf44efbd2496710dafddfc0e5c974393a4c
2018-03-11 03:16:11 +08:00

773 B

Team and repository tags

image

Python bindings to the Solum API

This is a client library for Solum built on the Solum API.

Installation

At the command line:

$ pip install python-solumclient

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv python-solumclient
$ pip install python-solumclient

Usage

To use python-solumclient in a project:

import solumclient