linode-api

Note

These docs are currently in development, and are therefore incomplete. For full documentation of the API, see the Official API Documentation.

This is the documentation for the official Python bindings of the Linode API V4. For API documentation, see developers.linode.com.

This library can be used to interact with all features of the Linode API, and is compatible with Python 2 and 3.

Installation

To install through pypi:

pip install linode-api

To install from source:

git clone https://github.com/linode/python-linode-api
cd python-linode-api
python setup.py install

For more information, see our Getting Started guide.