Run Manifest
Run Manifest creator.
Run
Build Manifest Mode
uvx run-manifest "2026-08-13 09:00:00" "2026-08-13 10:00:01" --used-tokens 4213 "test/file1.txt" "test/file2.json" "test/file3.md"
--used-tokens is optional; when omitted, the used-tokens field is left out of the manifest.
Expected output:
{
"start": "2026-08-13T06:00:00Z",
"end": "2026-08-13T07:00:01Z",
"runtime": 3601.0,
"used-tokens": 4213,
"input-files": [
{
"name": "test/file1.txt",
"crc32": "c56b525d"
},
{
"name": "test/file2.json",
"crc32": "373d4892"
},
{
"name": "test/file3.md",
"crc32": "98bab5fc"
}
]
}
Check Mode
Verify that a manifest's CRC-32 values still match the files it references:
uvx run-manifest --check manifest.json
Expected output (one of):
up-to-date
or
outdated: <name of the first file that changed or is missing>
The manifest can also be piped in via stdin instead of a file path:
cat manifest.json | uvx run-manifest --check
Local Run
uvx --from . run-manifest
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
run_manifest-0.1.3.tar.gz
(4.4 kB
view details)
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 run_manifest-0.1.3.tar.gz.
File metadata
- Download URL: run_manifest-0.1.3.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a15328ab46310327df1c6a8dc298e7d2e3f89666e08b105446b75d42bded0b15
|
|
| MD5 |
a90034bf1be98712795033462c9fe032
|
|
| BLAKE2b-256 |
8cc06be824d4695019a39ee515a6fb7a9b95bab4b12d0489c547a3b1d43d966d
|
File details
Details for the file run_manifest-0.1.3-py3-none-any.whl.
File metadata
- Download URL: run_manifest-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.11.25 {"installer":{"name":"uv","version":"0.11.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01fe52634dd4eb760eef0ab2bcd71e5603dbafc83dc959f45bb5be96415319dd
|
|
| MD5 |
9471e3a30399c55472f221094834fc6b
|
|
| BLAKE2b-256 |
1fca25e7b9fa24fed79d8a63e7c6727800a62eeebb1f2646ea73ba481f82bb51
|