[![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/58/1b/c30127b2f3179889fe83600f9bf07e10603c4f840454a9244d5d5121f36d/inventree-0.17.3.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.3",
"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": "da7ca3c7329eec0eb4e0224458f0e576184468c45ba5c548098ceb0c9f9fca2a",
"md5": "d5efb557fb309fb9009a6be6d5020466",
"sha256": "78df68c6e15b9aa0f9041f77efe81e71a7fede6fc2b9b91136e831dbfbe77aaf"
},
"downloads": -1,
"filename": "inventree-0.17.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "d5efb557fb309fb9009a6be6d5020466",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.8",
"size": 30599,
"upload_time": "2025-01-13T03:43:58",
"upload_time_iso_8601": "2025-01-13T03:43:58.914776Z",
"url": "https://files.pythonhosted.org/packages/da/7c/a3c7329eec0eb4e0224458f0e576184468c45ba5c548098ceb0c9f9fca2a/inventree-0.17.3-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "581bc30127b2f3179889fe83600f9bf07e10603c4f840454a9244d5d5121f36d",
"md5": "b4be2546169d5b00b91593271a578f5e",
"sha256": "7b29f202ce6f923396ab3a86722b5bc5ceb7e34f97ce6d98bef4db2bccf8ec54"
},
"downloads": -1,
"filename": "inventree-0.17.3.tar.gz",
"has_sig": false,
"md5_digest": "b4be2546169d5b00b91593271a578f5e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 43481,
"upload_time": "2025-01-13T03:44:01",
"upload_time_iso_8601": "2025-01-13T03:44:01.475957Z",
"url": "https://files.pythonhosted.org/packages/58/1b/c30127b2f3179889fe83600f9bf07e10603c4f840454a9244d5d5121f36d/inventree-0.17.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-13 03:44:01",
"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"
}