A Python library dedicated to Inventory Analytics.
Installation
Inventory Analytics supports Python 3.8 through 3.10.
python -m pip install .
Command line interface
The CLI provides a curated catalog of the forecasting and inventory-control algorithms implemented by the package:
inventoryanalytics -list
Select an algorithm with -method. Each algorithm exposes only its relevant
inputs; use --help after selecting it to see them:
inventoryanalytics -method els --help
inventoryanalytics -method els \
--n 3 \
--p '[400, 400, 500]' \
--d '[50, 50, 60]' \
--h '[20, 20, 30]' \
--s '[0.1, 0.1, 0.1]' \
--K '[2000, 2500, 800]'
List and structured inputs use JSON. Results are emitted as JSON. The same
commands are available through python -m inventoryanalytics.
Building
python -m pip install build
python -m build
To cite inventoryanalytics:
@software{inventoryanalytics_github,
author = {Roberto Rossi},
title = {inventoryanalytics: a Python library dedicated to Inventory Analytics},
url = {https://github.com/gwr3n/inventoryanalytics},
version = {2.1},
year = {2026}
}
Release files for inventoryanalytics 2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| inventoryanalytics-2.1.tar.gz | 61.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| inventoryanalytics-2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 180.2 kB
Release files / inventoryanalytics-2.1.tar.gz
| Download URL | inventoryanalytics-2.1.tar.gz |
|---|---|
| Size | 61.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
aad02671d32e1bdc9e0a68db97dab40da27e70cd06cc725dbdccd69c980ad2f1
|
|
BLAKE2b-256 checksum How to use checksums |
bb86ce837bbda8bc37672c7900fa585341e40f6211b2e25dc7098a84d4765a24
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.20
|
Release files / inventoryanalytics-2.1-py3-none-any.whl
| Download URL | inventoryanalytics-2.1-py3-none-any.whl |
|---|---|
| Size | 118.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
07bd17a58eace64e75b123e66e15b4fed31477a5d48a6eb9089a42fb7f36a834
|
|
BLAKE2b-256 checksum How to use checksums |
d66e8c0654342100dae3af7d5a2d1ae5cc3657d13d6c76226cd0ba84c68f882c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.20
|