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.0},
year = {2022}
}
Release files for inventoryanalytics 2.0
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.0.tar.gz | 57.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| inventoryanalytics-2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 164.2 kB
Release files / inventoryanalytics-2.0.tar.gz
| Download URL | inventoryanalytics-2.0.tar.gz |
|---|---|
| Size | 57.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b45fdd49f1d015f21757c208345f08f0914e333b810d18e07d42025626f5e8f1
|
|
BLAKE2b-256 checksum How to use checksums |
4a094170a289e5cccc4b71fd8e40ee231402c5143f807c0487f863b55ebadc06
|
| 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.0-py3-none-any.whl
| Download URL | inventoryanalytics-2.0-py3-none-any.whl |
|---|---|
| Size | 107.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f4d44d6ae338bb89ab26e946327d89527ab54dd4f7608cd47e0184450b45fe41
|
|
BLAKE2b-256 checksum How to use checksums |
afc2409afc0e870c1b04bf85a9a9d7bd9ebfed390f915389d1e20edd30436f30
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.10.20
|