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')
```
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file python-cloudfoundry-0.3.tar.gz
.
File metadata
- Download URL: python-cloudfoundry-0.3.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa4cf12a9b2deec35e67ecd2c2069157b9aad61a2f56a64e6f09c668c8b30cb9 |
|
MD5 | d067cb790f443a984762d12b472f39df |
|
BLAKE2b-256 | ec1fdbbbd79170be6e7c730250dd6a389349d8658fe429aaa29642a4ab8136d5 |