A Python library dedicated to Inventory Analytics.
Installation
Inventory Analytics supports Python 3.8 through 3.13.
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.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 | |
|---|---|---|---|
| inventoryanalytics-2.2.tar.gz | 62.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| inventoryanalytics-2.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 180.2 kB
Release files / inventoryanalytics-2.2.tar.gz
| Download URL | inventoryanalytics-2.2.tar.gz |
|---|---|
| Size | 62.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b04c25cb89a78206e14ed7e96410f4fda50d02dfee9990f398b797a1bcf26899
|
|
BLAKE2b-256 checksum How to use checksums |
39add4825a873d94d184617c9a06ae7a6f1b6743a23f08c53fe7fd6c43c83512
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.12
|
Release files / inventoryanalytics-2.2-py3-none-any.whl
| Download URL | inventoryanalytics-2.2-py3-none-any.whl |
|---|---|
| Size | 118.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ebe4296022166b2c33356088c93ca62ef1d82f89e8a6d9dd3f175547a3b03051
|
|
BLAKE2b-256 checksum How to use checksums |
bdc4a20594c0bacfd71b629aa40e0e837f0fdbdc4501223705fb7266c9482ad6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.12
|