Python wrapper for Digital Ocean API V2
Project description
Python wrapper for Digital Ocean API V2
pip install dosa
import dosa
API_KEY = 'Your API Key'
client = dosa.Client(api_key=API_KEY)
client.droplets.list()
client.images.list()
client.droplets.create(name='terminator', region='nyc2', size='512mb', \
image='ubuntu-14-04-x32')
Credits
Created while working on Scroll.in’s project.
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
dosa-0.1.tar.gz
(2.2 kB
view details)
File details
Details for the file dosa-0.1.tar.gz
.
File metadata
- Download URL: dosa-0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4792d8819a40419b0d72382f390a421d053c5cc7b38a81026f63fbf3dbf1ef06 |
|
MD5 | bdc0ffb30182af50fac932332df7199c |
|
BLAKE2b-256 | 8b30d710d6bec1ec1d4d93cd2cd67d227181697dc423b601e8bbcaba6831c815 |