python-jsonpath-ng 1.7.0
JSONPath Next-Generation
This package provides a final implementation of JSONPath
for Python that aims to be standard compliant, including arithmetic and binary comparison operators, as defined in the original JSONPath proposal.
- Outputs:
out
- Website: https://github.com/h2non/jsonpath-ng
- Licenses: ASL 2.0
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-jsonpath-ng 1.7.0
as follows:
guix install python-jsonpath-ng@1.7.0
Or install the latest version:
guix install python-jsonpath-ng
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.