[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI](https://img.shields.io/pypi/v/inventree)](https://pypi.org/project/inventree/)
![Build Status](https://github.com/inventree/inventree-python/actions/workflows/ci.yaml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/inventree/inventree-python/badge.svg)](https://coveralls.io/github/inventree/inventree-python)
![PEP](https://github.com/inventree/inventree-python/actions/workflows/pep.yaml/badge.svg)
## 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://docs.inventree.org/en/latest/api/python/python/)
Raw data
{
"_id": null,
"home_page": "https://github.com/inventree/inventree-python/",
"name": "inventree",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "bom, bill of materials, stock, inventory, management, barcode",
"author": "Oliver Walters",
"author_email": "oliver.henry.walters@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/bd/96/1b8d94160e7f99f8e60df01ce58585ca21b43a1c87eef88a2e04bc36f3a1/inventree-0.17.2.tar.gz",
"platform": null,
"description": "[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![PyPI](https://img.shields.io/pypi/v/inventree)](https://pypi.org/project/inventree/)\n![Build Status](https://github.com/inventree/inventree-python/actions/workflows/ci.yaml/badge.svg)\n[![Coverage Status](https://coveralls.io/repos/github/inventree/inventree-python/badge.svg)](https://coveralls.io/github/inventree/inventree-python)\n![PEP](https://github.com/inventree/inventree-python/actions/workflows/pep.yaml/badge.svg)\n\n## InvenTree Python Interface\n\nPython library for communication with the [InvenTree parts management system](https:///github.com/inventree/inventree) using the integrated REST API.\n\nThis 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).\n\n## Installation\n\nThe InvenTree python library can be easily installed using PIP:\n\n```\npip install inventree\n```\n\n## Documentation\n\nRefer to the [InvenTree documentation](https://docs.inventree.org/en/latest/api/python/python/)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python interface for InvenTree inventory management system",
"version": "0.17.2",
"project_urls": {
"Homepage": "https://github.com/inventree/inventree-python/"
},
"split_keywords": [
"bom",
" bill of materials",
" stock",
" inventory",
" management",
" barcode"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c68c2973a0839edf8f8278e48b3e1ff65b25d3064feab1cf980aff05a667ee0a",
"md5": "cac1e2acff456dcea74c52af6759fa77",
"sha256": "f596ebeb3cb4c6ed1b976353ac4eb53a0a8756cbb93c15ea755c25108e062382"
},
"downloads": -1,
"filename": "inventree-0.17.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "cac1e2acff456dcea74c52af6759fa77",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.8",
"size": 30528,
"upload_time": "2024-12-16T22:32:20",
"upload_time_iso_8601": "2024-12-16T22:32:20.759828Z",
"url": "https://files.pythonhosted.org/packages/c6/8c/2973a0839edf8f8278e48b3e1ff65b25d3064feab1cf980aff05a667ee0a/inventree-0.17.2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bd961b8d94160e7f99f8e60df01ce58585ca21b43a1c87eef88a2e04bc36f3a1",
"md5": "37d3508450ac60f65e0667bb8c73b789",
"sha256": "bf3a74a448c085620b057db2bb19d3b48941099e182b8387423bbb2b24c9c461"
},
"downloads": -1,
"filename": "inventree-0.17.2.tar.gz",
"has_sig": false,
"md5_digest": "37d3508450ac60f65e0667bb8c73b789",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 43442,
"upload_time": "2024-12-16T22:32:23",
"upload_time_iso_8601": "2024-12-16T22:32:23.136069Z",
"url": "https://files.pythonhosted.org/packages/bd/96/1b8d94160e7f99f8e60df01ce58585ca21b43a1c87eef88a2e04bc36f3a1/inventree-0.17.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-16 22:32:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "inventree",
"github_project": "inventree-python",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [
{
"name": "requests",
"specs": [
[
">=",
"2.21.0"
]
]
},
{
"name": "flake8",
"specs": [
[
"==",
"3.8.4"
]
]
},
{
"name": "wheel",
"specs": [
[
">=",
"0.34.2"
]
]
},
{
"name": "invoke",
"specs": [
[
">=",
"1.4.0"
]
]
},
{
"name": "coverage",
"specs": [
[
">=",
"6.4.1"
]
]
},
{
"name": "coveralls",
"specs": [
[
">=",
"3.3.1"
]
]
},
{
"name": "Pillow",
"specs": [
[
">=",
"9.1.1"
]
]
}
],
"lcname": "inventree"
}