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.2.tar.gz (3.7 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for python-cloudfoundry-0.2.tar.gz
Algorithm Hash digest
SHA256 ae9fccfc6304449858e2f1df7fae72d615ce9569d8c8db3e702597a10450e668
MD5 f827d74e430911fba66db7bd8dd6997c
BLAKE2b-256 dc4135064e3aaf60e8dc90668cd7200f783ae8da15e2b4e276bfb1927d03a392

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