You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
5 years ago | |
---|---|---|
doc | 5 years ago | |
glanceclient | 5 years ago | |
releasenotes | 5 years ago | |
tools | 5 years ago | |
.coveragerc | 7 years ago | |
.gitignore | 5 years ago | |
.gitreview | 11 years ago | |
.mailmap | 9 years ago | |
.stestr.conf | 5 years ago | |
.zuul.yaml | 5 years ago | |
CONTRIBUTING.rst | 6 years ago | |
HACKING.rst | 6 years ago | |
LICENSE | 11 years ago | |
README.rst | 5 years ago | |
lower-constraints.txt | 5 years ago | |
requirements.txt | 5 years ago | |
run_tests.sh | 10 years ago | |
setup.cfg | 5 years ago | |
setup.py | 6 years ago | |
test-requirements.txt | 5 years ago | |
tox.ini | 5 years ago |
README.rst
Team and repository tags
Python bindings to the OpenStack Images API
This is a client library for Glance built on the OpenStack Images API. It provides a Python API (the glanceclient
module) and a command-line tool (glance
). This library fully supports the v1 Images API, while support for the v2 API is in progress.
Development takes place via the usual OpenStack processes as outlined in the developer guide. The master repository is in Git.
See release notes and more at http://docs.openstack.org/python-glanceclient/.
- License: Apache License, Version 2.0
- PyPi - package installation
- Online Documentation
- Launchpad project - release management
- Blueprints - feature specifications
- Bugs - issue tracking
- Source
- Specs
- How to Contribute