openstacksdk/README.rst
Dean Troyer fcc7d7e1e6 Add Transport doc
Basic overview of the Transport class with some sample code.

Change-Id: I214f494da1f2674041ef0dd753cae4f3706966d9
2014-05-19 18:31:09 -06:00

693 B

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