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
If you need to rely on system certificates from the OS certificate store instead of the bundled certificates, use
pip install inventree[system-certs]
This allows pip and Python applications to verify TLS/SSL connections to servers whose certificates are trusted by your system, and can be helpful if you're using a custom certificate authority (CA) for your InvenTree instance's cert.
Documentation
Refer to the InvenTree documentation
Release files for inventree 0.23.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| inventree-0.23.2.tar.gz | 47.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| inventree-0.23.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 80.8 kB
Release files / inventree-0.23.2.tar.gz
| Download URL | inventree-0.23.2.tar.gz |
|---|---|
| Size | 47.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
58f1840f0106e654b89197cde65311326f8ae60816483d95ee97ca651d1cb05e
|
|
BLAKE2b-256 checksum How to use checksums |
c2246d7c360f395d9caf429b933bac947520511e1aa46631d95ba45c5d4eb2ff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|
Release files / inventree-0.23.2-py3-none-any.whl
| Download URL | inventree-0.23.2-py3-none-any.whl |
|---|---|
| Size | 33.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d44eefccee4c9fa14d93acd358ce3aefb36ebabdd5165d452489c26948830b90
|
|
BLAKE2b-256 checksum How to use checksums |
31b3b7543ae9442e35bd891de43949e05a6962d006eeff60a391d9ed90118e24
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|