Welcome to Inventaire Python API’s documentation!
This package makes it easy to use Inventaire with Python. You can write simple scripts to manage your library and keep your database up to date automatically.
The idea of the package is to have two parts in it: a set of low-level wrappers and Inventaire objects (like entities or users). The low-level wrappers simply perform requests to the API endpoints. The objects should provide OOP approach and leverage the low-level wrappers. Currently the Inventaire objects are not implemented.
Limitations
The wrappers only implement public API methods from the official Inventaire API website.