A Python client for the Digital Ocean API
Project description
DOP is a MIT licensed Python wrapper for Digital Ocean’s API.
Features
- Full support for all methods listed here except (they have weird behaviour):
reset_root_password
restore_droplet
destroy_image
Installation
To install dop, simply:
$ pip install dop
Example
It is pretty easy to use:
from dop.client import Client client = Client('client_id', 'api_key') regions = client.regions() for region in regions: print region
Contribute
Pull requests and improvements are welcome.
- Version 0.1.3
Added ssh_keys support to Droplet object (thanks to Derek: http://github.com/covertgeek)
- Version 0.1.2
Added ip_address to Droplet object (thanks to Derek: http://github.com/covertgeek)
- Version 0.1.1
Added support for requests 1.x (thanks to Luke: http://github.com/clone1018)
- Version 0.1.0
Initial release
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
dop-0.1.3.tar.gz
(4.9 kB
view details)
File details
Details for the file dop-0.1.3.tar.gz
.
File metadata
- Download URL: dop-0.1.3.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7eee62c60fe143ddc35cab802709e81c2b530addb8f74717d042a110bf07890 |
|
MD5 | d8cc198e790205393d7ddf9482a0b677 |
|
BLAKE2b-256 | 1162cda1da52cff0d603afb0ba1f848a70a7272b0d835090657b730e14c4322e |