Unified SDK for OpenStack
Go to file
Dean Troyer 6923b2cff9 Docs cleanup
Massage the default cookiecutter-provided structire to remove Sphinx
errors and make it our own.

Change-Id: I2996b793f6ef5881749a9fc3b7ce7d202a6a1349
2014-04-17 12:44:19 -05:00
doc/source Docs cleanup 2014-04-17 12:44:19 -05:00
openstack Add redirection handling to openstack.session.Session 2014-04-01 18:01:46 -05:00
.coveragerc setting up the initial layout; move the api proposals to api_strawman 2014-01-24 22:58:25 -06:00
.gitignore setting up the initial layout; move the api proposals to api_strawman 2014-01-24 22:58:25 -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
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
README.rst Docs cleanup 2014-04-17 12:44:19 -05:00
babel.cfg 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
requirements.txt Add requests.Session wrapper class 2014-04-01 18:01:40 -05:00
setup.cfg setting up the initial layout; move the api proposals to api_strawman 2014-01-24 22:58:25 -06:00
setup.py Made tox -e pep8 passed. Also made git review work 2014-01-28 09:20:44 -08:00
test-requirements.txt Add requests.Session wrapper class 2014-04-01 18:01:40 -05:00
tox.ini Fix temporary pypy gate issue with setuptools 2014-03-21 08:44:40 -05:00

README.rst

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