AI-assisted supply-chain risk scoring toolkit for suppliers, ESG, resilience, and predictive sourcing.
Project description
SupplyRisk AI
AI-assisted supply-chain risk scoring for predictive sourcing, ESG, resilience, and supplier strategy.
SupplyRisk AI provides a lightweight scoring engine for supplier risk across country, financial, delivery, ESG, and cyber dimensions.
Install
pip install supplyrisk-ai
Python Usage
from supplyrisk_ai.core import SupplierRiskInput, score_supplier_risk
items = [SupplierRiskInput("SupplierA", 20, 40, 30, 10, 50)]
print(score_supplier_risk(items))
CLI Usage
supplyrisk score supplier_risk.csv
CSV columns: supplier,country_risk,financial_risk,delivery_risk,esg_risk,cyber_risk
Build and Publish
python -m pip install --upgrade build twine
python -m build
twine check dist/*
twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file supplyrisk_ai-0.1.0.tar.gz.
File metadata
- Download URL: supplyrisk_ai-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bc141f8021001d966caf4016753ace83b094d340f8619adce46af07a5f34e6a
|
|
| MD5 |
cb3e9b2d4b20e192736f228c03a1f680
|
|
| BLAKE2b-256 |
a602cf7770c50a2c86860a0a89c82f43356d1a44669a3a10de314b0cf6972362
|
File details
Details for the file supplyrisk_ai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: supplyrisk_ai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be2a2aeb704cf02f1c39825fd1e57a9ca01519dc5430bff8dc0152e47e7aa1a1
|
|
| MD5 |
477f084601e6e88e6cf3ba8bceb0f3b8
|
|
| BLAKE2b-256 |
dd3ea92d33e3c6d73d56cbe2f304f0bb86c3245ebdeac139aa35f3d1a2723dcf
|