Metadata-Version: 2.1
Name: inventree
Version: 0.1.0
Summary: Python interface for InvenTree inventory management system
Home-page: https://github.com/inventree/inventree-python/
Author: Oliver Walters
Author-email: oliver.henry.walters@gmail.com
License: MIT
Keywords: bom,bill of materials,stock,inventory,management,barcode
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests


[![PyPi version](https://pypip.in/v/inventree/badge.png)](https://pypi.org/project/inventree/) [![Build Status](https://travis-ci.org/inventree/inventree-python.svg?branch=master)](https://travis-ci.org/inventree/inventree-python) [![Coverage Status](https://coveralls.io/repos/github/inventree/inventree-python/badge.svg?branch=master)](https://coveralls.io/github/inventree/inventree-python?branch=master)

## InvenTree Python Interface

Python library for communication with the [InvenTree parts management system](https:///github.com/inventree/inventree) 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](https://inventree.github.io/docs/extend/python)
