linode 0.4
Python wrapper of the Linode API
A thin python wrapper around Linode’s API. Built with the idea of sticking to Linode’s docs and being pythonic.
Installation
pip install linode
Usage
from linode import Api
api = Api('your_api_key')
api.linode.create(datacenterid, planid, paymentterm)
api.linode.disk.createfromdistribution(linodeid, distributionid, label, size, rootpass, rootsshkey)
Tests
I has them.
Caveats
Any deviations from the Linode docs.
Variable Casing
All variables have been lower cased. The Linode API is case insensitive so this is not a true change from their docs.
Variable Order
Required variables have been declared as positional arguments and optional variables as keyword arguments with a default of None. This means all optional arguments must come after required ones.
| File | Type | Py Version | Uploaded on | Size | |
|---|---|---|---|---|---|
| linode-0.4-py2.py3-none-any.whl (md5) | Python Wheel | py2.py3 | 2014-04-21 | 4KB | |
| linode-0.4.tar.gz (md5) | Source | 2014-04-21 | 2KB | ||
- Downloads (All Versions):
- 43 downloads in the last day
- 103 downloads in the last week
- 449 downloads in the last month
- Author: George Hickman
- Home Page: http://github.com/ghickman/linode
- License: MIT
-
Categories
- Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- License :: OSI Approved :: MIT License
- Operating System :: OS Independent
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.3
- Programming Language :: Python :: 3.4
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: ghickman
- DOAP record: linode-0.4.xml
