Skip to main content

`dioc` is a package for DigitalOcean.

Project description

`dioc` is a package for DigitalOcean.
::
# Set your token to "dioc.yml"
$ cat << eof >> dioc.yml
!Setting
token: !!!set_your_token!!!
default_sshkey: sshkey
default_size: 512mb
default_region: sgp1
eof

import dioc
d = dioc.Droplet('test')
c = dioc.ssh_client()
c.exec_command('ls')
d.destroy()

Requirements
------------
* Python 3
* paramiko
* pyyaml
* python-digitalocean

Features
--------
* nothing

Setup
-----
::

$ pip install dioc
or
$ easy_install dioc

History
-------
0.0.1 (2015-12-27)
~~~~~~~~~~~~~~~~~~
* first release

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

dioc-0.0.3.zip (4.4 kB view hashes)

Uploaded Source

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