illblew / python-linode-api

The linode-api python package

Home Page:https://developers.linode.com/v4/libraries/python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-linode-api

The official python library for the Linode API v4 in python.

Installation

pip install linode-api

Building from Source

To build and install this package:

  • Clone this repository
  • ./setup.py install

This package uses the linode namespace. This could conflict with libraries intended for previous versions of the Linode API. Please be cautious when installing packages for both version of the API on the same machine.

Usage

Check out the Getting started with Linode Python guide to start using the official Python library. Read our Python Reference for extensive documentation on this library.

Examples

See the Install on a Linode example project for a simple use case demonstrating many of the features of this library.

About

The linode-api python package

https://developers.linode.com/v4/libraries/python

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%