pyrax
Python Bindings for the Rackspace Cloud
 All Classes Namespaces Files Functions Variables Properties
Classes | Variables
pyrax::rax_identity Namespace Reference

Classes

class  Identity
 This class handles all of the authentication requirements for working with the Rackspace Cloud. More...

Variables

string _pat = r""
string _utc_pat = r""
tuple API_DATE_PATTERN = re.compile(_pat, re.VERBOSE)
tuple UTC_API_DATE_PATTERN = re.compile(_utc_pat, re.VERBOSE)
string DATE_FORMAT = "%Y-%m-%d %H:%M:%S"

Variable Documentation

string _pat = r""
string _utc_pat = r""
tuple API_DATE_PATTERN = re.compile(_pat, re.VERBOSE)
string DATE_FORMAT = "%Y-%m-%d %H:%M:%S"
tuple UTC_API_DATE_PATTERN = re.compile(_utc_pat, re.VERBOSE)
 All Classes Namespaces Files Functions Variables Properties