Conversation
* **Package**: `pyvrl` * **Version**: `0.0.2` * **Source**: https://github.com/crowdalert/pyvrl * **Docs**: https://github.com/crowdalert/pyvrl Compiles a pyo3/maturin extension wrapping Vector's `vrl` crate - the Vector Remap Language compiler and stdlib - into a per-interpreter wheel. Upstream publishes no riscv64 wheel. Mirrors [upstream's `ci.yaml`](https://github.com/crowdalert/pyvrl/blob/v0.0.2/.github/workflows/ci.yaml) `linux` job. **Differs from upstream** - musllinux dropped - rustup.rs ships no riscv64 musl toolchain. **Matrix**: `cp312` only - pyo3 0.20 supports nothing newer, and its `PYO3_USE_ABI3_FORWARD_COMPATIBILITY` escape hatch turns on `Py_LIMITED_API`, which cfg-removes the chrono conversions pyvrl needs for VRL timestamp values. Upstream's own wheels stop at cp312 for the same reason. **Testing** - Upstream's CI has no test step; exercises the documented `Transform`/`remap` API instead - the README example plus JSON, timestamp, unicode and error paths. **License**: OK
Contributor
|
luhenry
added a commit
that referenced
this pull request
Sep 21, 2026
luhenry
marked this pull request as ready for review
September 21, 2026 15:39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pyvrl0.0.2Compiles a pyo3/maturin extension wrapping Vector's
vrlcrate - the Vector Remap Language compiler and stdlib - into a per-interpreter wheel. Upstream publishes no riscv64 wheel.Mirrors upstream's
ci.yamllinuxjob.Differs from upstream
Matrix:
cp312only - pyo3 0.20 supports nothing newer, and itsPYO3_USE_ABI3_FORWARD_COMPATIBILITYescape hatch turns onPy_LIMITED_API, which cfg-removes the chrono conversions pyvrl needs for VRL timestamp values. Upstream's own wheels stop at cp312 for the same reason.Testing
Transform/remapAPI instead - the README example plus JSON, timestamp, unicode and error paths.License: OK