Python wrapper of the Linode API
Project description
# Python Linode API Wrapper
A python wrapper for the Linode’s API that attempts to act just like the [Linode API](http://linode.com/api/linode) Docs say it will while being pythonic.
## Installation
pip install linode
## Usage
This is currently alpha software but this example is what I’m aiming for.
from linode import Api
linode = Api(‘your_api_key’) linode.create(datacenter_id, plan_id, payment_term) linode.disk.createfromdistribution(linode_id, distribution_id, label, size, root_pass, root_ssh_key)
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
linode-0.0.1.tar.gz
(1.4 kB
view details)
File details
Details for the file linode-0.0.1.tar.gz
.
File metadata
- Download URL: linode-0.0.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b71910ce218b846957ceee01f6218137e52213ea2e497126c3ca1f40b26934f8 |
|
MD5 | 8ea9f59117c2b88281156f62a725a299 |
|
BLAKE2b-256 | 21292560182893d94919d90427323481b33b89ca2bf04a8ea52714534ca0891c |