Metadata-Version: 1.1
Name: cloudfoundry-client
Version: 0.0.8
Summary: A client library for CloudFoundry
Home-page: http://github.com/antechrestos/cf-python-client
Author: Benjamin Einaudi
Author-email: antechrestos@gmail.com
License: UNKNOWN
Description: 
        
        
        cf-python-client
        ================
        
        The cf-python-client repo contains a Python client library for Cloud Foundry. 
        
        ## Packaging
        
        To build the library run :
        
        ```
        $ python setup.py install
        ```
        
        ## Run the client
        
        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.
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Communications
