pyrax
Python Bindings for the Rackspace Cloud
Classes | Packages | Variables
setup.py File Reference

Classes

class  sdist
 custom sdist command, to prep pyrax.spec file More...

Packages

namespace  setup

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}
 All Classes Namespaces Files Functions Variables Properties