pyrax
Python Bindings for the Rackspace Cloud
|
Variables | |
tuple | version_text = vfile.read() |
tuple | vmatch = re.search(r'version ?= ?"(.+)"$', version_text) |
tuple | version = vmatch.groups() |
list | testing_requires = ["mock"] |
string | name = "pyrax" |
string | description = "Python language bindings for the Rackspace Cloud." |
string | author = "Rackspace" |
string | author_email = "ed.leafe@rackspace.com" |
string | url = "https://github.com/rackspace/pyrax" |
string | keywords = "pyrax rackspace cloud openstack" |
list | classifiers |
list | install_requires |
list | packages |
string author = "Rackspace" |
string author_email = "ed.leafe@rackspace.com" |
list classifiers |
00001 [ 00002 "Development Status :: 5 - Production/Stable", 00003 "License :: OSI Approved :: Apache Software License", 00004 "Programming Language :: Python :: 2", 00005 ]
string description = "Python language bindings for the Rackspace Cloud." |
list install_requires |
00001 [ 00002 "python-novaclient>=2.13.0", 00003 "rackspace-novaclient", 00004 "python-swiftclient>=1.5.0", 00005 "httplib2", 00006 "keyring", 00007 ]
string keywords = "pyrax rackspace cloud openstack" |
string name = "pyrax" |
list packages |
00001 [ 00002 "pyrax", 00003 "pyrax/cf_wrapper", 00004 "pyrax/identity", 00005 ]
list testing_requires = ["mock"] |
string url = "https://github.com/rackspace/pyrax" |
version = vmatch.groups() |
tuple version_text = vfile.read() |
tuple vmatch = re.search(r'version ?= ?"(.+)"$', version_text) |