Python client for the Digital Ocean API
Project description
Digital Ocean API Python Wrapper
Inspired by [dop](https://github.com/ahmontero/dop).
Installation
# pip install dopy
Getting Started
To interact with Digital Ocean, you first need .. a digital ocean account with valid API keys.
Keys can be set either as Env variables, or within the code.
# export DO_CLIENT_ID='client_id'
# export DO_API_KEY='long_api_key'
>>> from dopy.manager import DoManager
>>> do = DoManager('client_id', 'long_api_key')
Methods
The methods of the DoManager are self explanatory; ex.
>>> do.all_active_droplets()
>>> do.show_droplet('12345')
>>> do.destroy_droplet('12345')
>>> do.all_regions()
>>> do.all_images()
>>> do.all_ssh_keys()
>>> do.sizes()
>>> do.all_domains()
>>> do.new_droplet('new_droplet', 66, 1601, 1)
TODO
See github issue list - post if any needed
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
dopy-0.2.2.tar.gz
(4.5 kB
view details)
File details
Details for the file dopy-0.2.2.tar.gz.
File metadata
- Download URL: dopy-0.2.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb2575702414d89cedb7d0a76e822db4ac1da12b2372e8f33bc3051ca7ee4c92
|
|
| MD5 |
69572c0bf5b1a0edecf8cf5c4b4b71c4
|
|
| BLAKE2b-256 |
c71e45d5dfef9406c6e25de40d58d25f1d0fdab4dfa538774e9ce57e4bbd6274
|