Unified SDK for OpenStack
Go to file
Alex Gaynor 2ee3b7912b Added a makefile for sphinx
Change-Id: I56b72d90743522ab2d1a13a79b88197ea2aa02ad
2014-05-27 09:10:56 -05:00
doc Added a makefile for sphinx 2014-05-27 09:10:56 -05:00
examples Add some sample scripts 2014-04-30 09:43:08 -06:00
openstack Resource Properties 2014-05-07 05:19:26 +10:00
.coveragerc setting up the initial layout; move the api proposals to api_strawman 2014-01-24 22:58:25 -06:00
.gitignore Add .venv to .gitignore 2014-04-21 09:31:52 -06:00
.gitreview Made tox -e pep8 passed. Also made git review work 2014-01-28 09:20:44 -08:00
.mailmap setting up the initial layout; move the api proposals to api_strawman 2014-01-24 22:58:25 -06:00
.testr.conf setting up the initial layout; move the api proposals to api_strawman 2014-01-24 22:58:25 -06:00
babel.cfg setting up the initial layout; move the api proposals to api_strawman 2014-01-24 22:58:25 -06:00
CONTRIBUTING.rst setting up the initial layout; move the api proposals to api_strawman 2014-01-24 22:58:25 -06:00
HACKING.rst setting up the initial layout; move the api proposals to api_strawman 2014-01-24 22:58:25 -06:00
LICENSE setting up the initial layout; move the api proposals to api_strawman 2014-01-24 22:58:25 -06:00
MANIFEST.in setting up the initial layout; move the api proposals to api_strawman 2014-01-24 22:58:25 -06:00
openstack-common.conf setting up the initial layout; move the api proposals to api_strawman 2014-01-24 22:58:25 -06:00
README.rst Add Transport doc 2014-05-19 18:31:09 -06:00
requirements.txt Update the requirements 2014-04-30 12:00:09 -06:00
setup.cfg Mark openstacksdk as being a universal wheel 2014-05-21 16:28:25 -07:00
setup.py Made tox -e pep8 passed. Also made git review work 2014-01-28 09:20:44 -08:00
test-requirements.txt Update the requirements 2014-04-30 12:00:09 -06:00
tox.ini Fix temporary pypy gate issue with setuptools 2014-03-21 08:44:40 -05:00

OpenStack Python SDK

python-openstacksdk is a ground-up implementation of a Python API and SDK for OpenStack REST services.

Building Documentation

This documentation is written by contributors, for contributors.

The source is maintained in the doc/source folder using reStructuredText and built by Sphinx

  • Building Manually:

    $ python setup.py build_sphinx

Results are in the build/sphinx/html directory.

Requirements

  • Python 2.6+, Python 3.3+
  • httpretty
  • pbr
  • requests

License

Apache 2.0