Unified SDK for OpenStack
8f5a677921
Provide a helper method for defining known properties that are a part of a Resource. This will provide a developer friendly way to access resource properties without needing to know the format of message. It provides a basic example of validation via the type= parameter. It is meant as a reference and may be removed later in favour of a proper validation framework. Access to the underlying message is still available by the item accessors, ie setting obj['prop'] will set 'prop' within the resource and ignore any validation or attribute safety net. Change-Id: Iccfa4fad3e2f444aac0392a776f5948cefb13791 |
||
---|---|---|
doc/source | ||
examples | ||
openstack | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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