================
The cf-python-client repo contains a Python client library for Cloud Foundry.
To build the library run :
$ python setup.py install
To run the client, enter the following command :
$ cloudfoundry-client
This will explains you how the client works. At first execution, it will ask you information about the platform you want to reach (url, login and so on). Please note that your credentials won't be saved on your disk: only tokens will be kept for further use.