linode_api4

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.

Installation

To install through pypi:

pip install linode_api4

To install from source:

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

For more information, see our Getting Started guide.