Skip to content

Python library for communication with inventree via API

License

Notifications You must be signed in to change notification settings

SergeoLacruz/inventree-python

 
 

Repository files navigation

License: MIT PyPI Build Status Coverage Status PEP

InvenTree Python Interface

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).

Installation

The InvenTree python library can be easily installed using PIP:

pip install inventree

Documentation

Refer to the InvenTree documentation

About

Python library for communication with inventree via API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • HTML 0.1%