Using the Python Client

Install

(env)$ pip install limes-inventory

Tip

We recommend performing the installation within a virtual environment which can be created by venv or conda.

Import

from limes import Limes

Login

Limes.Login('username', 'password')