Python client library for Distil API
Go to file
Jenkins 8872e6c4d2 Merge "V3 support for the distil client" 2016-09-22 23:04:43 +00:00
distilclient V3 support for the distil client 2016-09-05 12:25:19 +12:00
doc/source Fix docs gate failure 2016-09-22 17:06:32 +12:00
.gitignore Init commit for distil client 2016-06-14 11:38:50 +12:00
.gitreview Added .gitreview 2016-06-05 20:44:50 +00:00
.testr.conf Init commit for distil client 2016-06-14 11:38:50 +12:00
README.rst Init commit for distil client 2016-06-14 11:38:50 +12:00
bindep.txt Move other-requirements.txt to bindep.txt 2016-08-12 21:13:42 +02:00
requirements.txt Init commit for distil client 2016-06-14 11:38:50 +12:00
setup.cfg Fix docs gate failure 2016-09-22 17:06:32 +12:00
setup.py Init commit for distil client 2016-06-14 11:38:50 +12:00
test-requirements.txt Init commit for distil client 2016-06-14 11:38:50 +12:00
tox.ini List system dependencies for running common tests 2016-06-29 09:24:57 +02:00

README.rst

Client Library for Catalyst Cloud Rating API

How to build package for Pypi

  1. Change the version in setup.cfg
  2. export PBR_VERSION=<version>
  3. python setup.py sdist
  4. python setup.py sdist upload