Skip to main content

Python interface to CloudFoundry

Project description

# Python-Cloudfoundry

Sample usage:
```python
from cloudfoundry import CloudFoundryInterface

cfi = CloudFoundryInterface("api.vcap.me", "username", "password")
cfi.login()

cfi.delete_app('demo')
cfi.delte_service('demo')
```
or store token locally:
```python
from cloudfoundry import CloudFoundryInterface

cfi = CloudFoundryInterface("api.vcap.me", "username", "password", store_token=True)
cfi.login()

cfi.delete_app('demo')
cfi.delte_service('demo')
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-cloudfoundry-0.3.tar.gz (3.7 kB view details)

Uploaded Source

File details

Details for the file python-cloudfoundry-0.3.tar.gz.

File metadata

File hashes

Hashes for python-cloudfoundry-0.3.tar.gz
Algorithm Hash digest
SHA256 fa4cf12a9b2deec35e67ecd2c2069157b9aad61a2f56a64e6f09c668c8b30cb9
MD5 d067cb790f443a984762d12b472f39df
BLAKE2b-256 ec1fdbbbd79170be6e7c730250dd6a389349d8658fe429aaa29642a4ab8136d5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page