qvin / inventree-python

Python library for communication with inventree via API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%