/vcap-python-client

Cloud Foundry Python Client

Primary LanguagePythonApache License 2.0Apache-2.0

Copyright (c) 2011 Cloud Niners, Ltd.

== What is Cloud Foundry?
 
Cloud Foundry is an open platform-as-a-service (PaaS). The system supports
multiple frameworks, multiple application infrastructure services and
deployment to multiple clouds.

== What is this component

The vcap-python-client repo contains a python client library for Cloud Foundry. 
The library provides a set of classes that ultimately call the core
Cloud Foundry REST API.
It is intended to port the VMC Ruby client to Python.
 
== License
 
The vcap-python-client uses the Apache 2 license.  See LICENSE for details.

== Installation Notes

Complete installation notes are present in the README for vcap

== Dependencies
Dependencies

restclient 0.9.9
simplejson 2.1.1