Client library for Openshift REST API.
This client library only cover the basic right now.
from openshift import Openshift
client = Openshift(email="", password="")client.add_authorization()
print client.tokenclient = Openshift(token="....")print client.get_user()client.add_sshkey(name="KeyName", content="EZAGA...DD")