pyrax
Python Bindings for the Rackspace Cloud
|
Classes | |
class | sdist |
custom sdist command, to prep pyrax.spec file More... | |
Variables | |
tuple | version_text = vfile.read() |
tuple | vmatch = re.search(r'version ?= ?"(.+)"$', version_text) |
tuple | version = vmatch.groups() |
string | release = '0' |
list | testing_requires = ["mock"] |
string | name = "pyrax" |
string | description = "Python language bindings for OpenStack Clouds." |
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 |
dictionary | cmdclass = {'sdist': sdist} |
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 OpenStack Clouds." |
list install_requires |
00001 [ 00002 "python-novaclient>=2.13.0", 00003 "rackspace-novaclient", 00004 "keyring", 00005 "requests>=2.2.1", 00006 "six>=1.5.2", 00007 ]
string keywords = "pyrax rackspace cloud openstack" |
string name = "pyrax" |
string release = '0' |
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) |