znippy-plugin-python 0.9.4

Python wheel/sdist metadata plugin for znippy (PEP 503/658)
Documentation
[package]
name = "znippy-plugin-python"
version = "0.9.4"
edition = "2024"
description = "Python wheel/sdist metadata plugin for znippy (PEP 503/658)"
license = "MIT"
repository = "https://codeberg.org/nordisk/znippy"
authors = ["Rickard Lundin <rickard@ignalina.dk>"]

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
miniz_oxide = "0.8"
lzip-parallel = { version = "0.2.3", path = "../../znippy-zoomies/lzip-parallel", optional = true }
znippy-zoomies = { version = "0.1", path = "../../znippy-zoomies", optional = true }
znippy-common = { version = "0.9.6", path = "../znippy-common", optional = true }
# testmatrix feature only; path dep to the sibling nornir repo, off by default.
nornir-testmatrix = { version = "0.2", default-features = false, optional = true }

[features]
default = []
host-decompressors = ["dep:lzip-parallel", "dep:znippy-zoomies", "dep:znippy-common"]
# `testmatrix` — route the native encode's `functional_status` marker (the
# gatling_map_balanced batch fan-out run-completion row) to the nornir warehouse.
# OFF by default: no-op with no nornir dep. The emit lives in the native encoder,
# so it is only compiled with BOTH `testmatrix` and `host-decompressors`.
testmatrix = ["dep:nornir-testmatrix", "nornir-testmatrix/testmatrix"]