Skip to main content

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 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