forked from montaro/vcap-python-client
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
28 lines (18 loc) · 740 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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