Client library to Solum API. See: https://wiki.openstack.org/wiki/Solum
Go to file
Tony Breeds d23255300a Uncap jsonschema
We have jsonschema capped at a fairly old version. Other than some
specific releases, it looks like keeping it below 3.0 was added in
I943fd68b9fab3bce1764305a5058df5339470757 without really any explanation
why.

In order to update to a 3.x release we need to:
1. Remove the cap from global-requirements.txt (see Depends-On), leaving
   upper-constraints.txt at a 2.x release
2. Remove the cap from all consumers (this change)
3. Release a new version of consumers that are published to pypi
4. Update upper-constraints.txt with those new releases
5. Update jsonschema in upper-constraints.txt to a 3.X release
   (See: https://review.openstack.org/649789)
6. Test consumers with the change from 5.
7. [Optional] fix issues in consumers that arise from 6.
8. Merge the change from 5.

Change-Id: I1d57fc4255ff18f6cf5a27dbd39f7fa8b1323958
Co-Authored-by: Sean McGinnis <sean.mcginnis@gmail.com>
Depends-On: https://review.openstack.org/649669
2019-04-04 14:00:22 +11:00
contrib/setup-tools Remove the openstack/common/cliutils.py to common/cliutils.py 2016-10-19 20:39:18 +08:00
doc Follow the new PTI for document build 2018-03-21 01:46:23 +09:00
solumclient Fix some pep8 error 2019-01-02 14:20:18 +08:00
.coveragerc Remove the openstack-common.conf and dirs in solumclient 2016-11-01 14:07:59 +00:00
.gitignore Switch to stestr 2018-09-11 02:13:44 +00:00
.gitreview Update .gitreview for project rename 2015-09-11 20:58:21 +00:00
.mailmap Initial commit created using OpenStack cookiecutter template 2013-11-15 07:44:17 +05:30
.stestr.conf Switch to stestr 2018-09-11 02:13:44 +00:00
.zuul.yaml Use templates for cover and lower-constraints 2018-09-07 15:09:02 +02:00
CONTRIBUTING.rst Update the documentation link for doc migration 2017-07-24 13:39:59 +08:00
HACKING.rst Update the documentation link for doc migration 2017-07-24 13:39:59 +08:00
LICENSE Initial commit created using OpenStack cookiecutter template 2013-11-15 07:44:17 +05:30
README.rst Update links in README 2018-03-11 03:16:11 +08:00
babel.cfg Initial commit created using OpenStack cookiecutter template 2013-11-15 07:44:17 +05:30
lower-constraints.txt Switch to stestr 2018-09-11 02:13:44 +00:00
requirements.txt Uncap jsonschema 2019-04-04 14:00:22 +11:00
setup.cfg Merge "Add Python 3.6 classifier to setup.cfg" 2019-01-05 04:05:55 +00:00
setup.py Updated from global requirements 2017-03-02 11:55:22 +00:00
test-requirements.txt Switch to stestr 2018-09-11 02:13:44 +00:00
tox.ini Switch to stestr 2018-09-11 02:13:44 +00:00

README.rst

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