Python library for communication with the InvenTree parts management system using the integrated REST API.
This library provides a class-based interface for interacting with the database. Each database table is represented as a class object which provides features analogous to the REST CRUD endpoints (Create, Retrieve, Update, Destroy).
The InvenTree python library can be easily installed using PIP:
pip install inventree
Refer to the InvenTree documentation