OpenStack Image Management (Glance) Client
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.
 
 
Go to file
Zhenguo Niu cd7f2cbd79 Updates .gitignore
To ignore swap files from getting into repository
currently the implemented ignore is *.swp
however vim adds more swap files if these files exists,
so improving this with *.sw?

Change-Id: I1f3ee52050ac6812c34357ad786fd8210f4238f2
Closes-Bug: #1255876
10 years ago
doc/source Add release notes for 0.12.0 10 years ago
glanceclient Merge "python3: xrange no longer exists" 10 years ago
tests Merge "change assertEquals to assertEqual" 10 years ago
tools Rename requires files to standard names. 10 years ago
.coveragerc Update .coveragerc 10 years ago
.gitignore Updates .gitignore 10 years ago
.gitreview Added gitreview file. 11 years ago
.testr.conf Migrate to testr. 11 years ago
HACKING.rst Make HACKING.rst DRYer 10 years ago
LICENSE Basic get/list operations work 11 years ago
MANIFEST.in Update to latest oslo-version. 10 years ago
README.rst Simplify docs and provide 'News' on index.rst 11 years ago
openstack-common.conf Replace utils.ensure_(str|unicode) with strutils.safe(decode|encode) 10 years ago
requirements.txt Readd missing Babel dependency after merge from Oslo(master/bdda833) 10 years ago
run_tests.sh Start using Pyflakes and Hacking 10 years ago
setup.cfg Migrate to pbr. 10 years ago
setup.py Updated from global requirements 10 years ago
test-requirements.txt Updated from global requirements 10 years ago
tox.ini Added support for running the tests under PyPy with tox 10 years ago

README.rst

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 OpenStack wiki. The master repository is on GitHub.

See release notes and more at http://docs.openstack.org/developer/python-glanceclient/.