The official python library for the Linode API v4 in python.
pip install linode-api
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.
Read our Python Reference for extensive documentation on this library.
See the Install on a Linode example project for a simple use case demonstrating many of the features of this library.