Yanked
This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 0.1.4 instead.
Reason given by maintainers: deprecated
jevals
Run a suite of JSON evaluation cases and report a score.
pip install jevals
jevals depends on jeval for the per-case checks.
jevals run examples/suite.json
jevals run examples/cases
A suite is a JSON object with cases, a JSON list of cases, or a directory of .json files:
{
"name": "checkout",
"cases": [
{
"id": "order-total",
"actual": {"total": 21, "currency": "USD"},
"checks": [
{"path": "total", "op": "eq", "value": 21},
{"path": "currency", "op": "eq", "value": "USD"}
]
}
]
}
Exit codes: 0 all passed, 1 some failed, 2 usage or file error.
jevals run examples/suite.json --json
jevals run examples/suite.json --fail-under 1.0
Release files for jevals 0.1.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 | |
|---|---|---|---|
| jevals-0.1.0.tar.gz | 4.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jevals-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.1 kB
Release files / jevals-0.1.0.tar.gz
| Download URL | jevals-0.1.0.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
61b0f92f0887c3a28be166ba037b02bac9ca919f3726ce3b609d1c3064b815f5
|
|
BLAKE2b-256 checksum How to use checksums |
7e2c9e48d10dce639a9a37d9910833f0869c6745dd760f8434c6f5c469dfcf53
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.17 {"installer":{"name":"uv","version":"0.12.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / jevals-0.1.0-py3-none-any.whl
| Download URL | jevals-0.1.0-py3-none-any.whl |
|---|---|
| Size | 4.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e542785904670a4bf90037ad324234e4d4301564489bd6b0db66f1bafdd816dd
|
|
BLAKE2b-256 checksum How to use checksums |
d9a7f27601374e728e2fe4690152bc84563b808735a37595151bf781141d4a95
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.17 {"installer":{"name":"uv","version":"0.12.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|