Build and validate lightweight AI model / data / tool manifests. Python port of @mukundakatta/ai-supply-chain-manifest.
Project description
ai-supply-chain-manifest-py
Build and validate lightweight AI model / data / tool manifests. Pure Python, zero deps. Python port of @mukundakatta/ai-supply-chain-manifest.
pip install ai-supply-chain-manifest-py
from ai_supply_chain_manifest import build_manifest, validate_manifest
m = build_manifest(
models=[{"name": "claude-sonnet-4-6", "version": "2026-04-26"}],
datasets=[{"name": "rag-corpus-q2", "version": "2026.04"}],
tools=[{"name": "search-mcp", "version": "1.0.0"}],
)
validate_manifest(m)
# ValidationResult(valid=True, errors=[])
Useful for governance/audit pipelines: gate CI on validate_manifest(m).valid.
License
MIT
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 ai_supply_chain_manifest_py-0.1.0.tar.gz.
File metadata
- Download URL: ai_supply_chain_manifest_py-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
994851a8e270d1f5af17762d03b5a9dd835a968f1bdc7792617e6858669cfdb2
|
|
| MD5 |
6aab3e660c88e71286e5996b92f55454
|
|
| BLAKE2b-256 |
b288f8c649bcdce03937f88398966c72ba1e9947dff5c9f627e99eb4ef4b38fb
|
File details
Details for the file ai_supply_chain_manifest_py-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ai_supply_chain_manifest_py-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1396b37dc4e4af17b2c1cb2465c18cfe861288f836733f49469abc9d74fae8a0
|
|
| MD5 |
c54f29cd965bf974c493439b190a2ee8
|
|
| BLAKE2b-256 |
f42737fc8d8fd509abef34928064b0840559035240251a40aeb73d66425f5bd7
|