https://github.com/h2non/jsonpath-ng
documents filter json jsonpath path python query xpath
Score: 30.176039936986744
Last synced: about 12 hours ago
JSON representation
Repository metadata:
Finally, a JSONPath implementation for Python that aims to be standard compliant. That's all. Enjoy!
- Host: GitHub
- URL: https://github.com/h2non/jsonpath-ng
- Owner: h2non
- License: apache-2.0
- Fork: true (kennknowles/python-jsonpath-rw)
- Created: 2017-03-10T14:30:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-08-01T21:03:50.000Z (24 days ago)
- Last Synced: 2026-08-21T12:21:21.747Z (5 days ago)
- Topics: documents, filter, json, jsonpath, path, python, query, xpath
- Language: Python
- Homepage:
- Size: 364 KB
- Stars: 734
- Watchers: 11
- Forks: 123
- Open Issues: 86
-
Metadata Files:
- Readme: README.rst
- Changelog: History.md
- License: LICENSE
Owner metadata:
- Name: Tom
- Login: h2non
- Email:
- Kind: user
- Description: Computers harasser
- Website:
- Location: Decentralized
- Twitter:
- Company: Dissident
- Icon url: https://avatars.githubusercontent.com/u/63402?v=4
- Repositories: 244
- Last Synced at: 2023-04-09T14:47:15.531Z
- Profile URL: https://github.com/h2non
GitHub Events
Total
- Create event: 5
- Delete event: 2
- Fork event: 17
- Issue comment event: 39
- Issues event: 16
- Pull request event: 25
- Pull request review comment event: 1
- Pull request review event: 1
- Push event: 15
- Watch event: 97
- Total: 218
Last Year
- Create event: 5
- Delete event: 2
- Fork event: 5
- Issue comment event: 15
- Issues event: 3
- Pull request event: 11
- Pull request review comment event: 1
- Pull request review event: 1
- Push event: 8
- Watch event: 20
- Total: 71
Committers metadata
Last synced: 7 days ago
Total Commits: 269
Total Committers: 53
Avg Commits per committer: 5.075
Development Distribution Score (DDS): 0.74
Commits in past year: 19
Committers in past year: 9
Avg Commits per committer in past year: 2.111
Development Distribution Score (DDS) in past year: 0.737
| Name | Commits | |
|---|---|---|
| Kenn Knowles | k****s@g****m | 70 |
| Michael Mior | m****r@m****u | 35 |
| Kurt McKee | c****e@k****g | 29 |
| Tomas Aparicio | t****s@a****e | 29 |
| Tomas Aparicio | t****o@f****m | 14 |
| Norman Hooper | n****r@d****m | 7 |
| dependabot[bot] | 4****] | 7 |
| rr | 3****i | 6 |
| Simon Kelly | s****y@d****m | 5 |
| YISH | m****h@h****m | 4 |
| Christophe Demko | c****o@g****m | 3 |
| Dustin Farley | f****5@g****m | 3 |
| David Creemer | d****d@z****m | 3 |
| Dominic Davis-Foster | d****c@d****k | 2 |
| Håkan Waara | h****a@g****m | 2 |
| Ilya Strukov | i****y@i****u | 2 |
| José Manuel Fardello | j****o@g****m | 2 |
| Justin Mahlik | j****3@s****m | 2 |
| Petr Mukhachev | m****v@p****u | 2 |
| Devendra Gera | g****a@t****t | 2 |
| Corey Farwell | c****f@r****g | 2 |
| Copeland Carter | s****e@g****m | 2 |
| Stefano Guandalini | s****i@d****m | 2 |
| Adam Bloomston | m****l@a****n | 2 |
| david | d****d | 2 |
| dmanti | a****y@g****m | 2 |
| nchammas | n****s@g****m | 2 |
| maheatr | 1****r | 1 |
| back2root | b****t | 1 |
| Danek Duvall | d****l@o****m | 1 |
| and 23 more... | ||
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 123
Total pull requests: 103
Average time to close issues: almost 2 years
Average time to close pull requests: 7 months
Total issue authors: 116
Total pull request authors: 55
Average comments per issue: 1.74
Average comments per pull request: 1.23
Merged pull request: 55
Bot issues: 0
Bot pull requests: 9
Past year issues: 11
Past year pull requests: 21
Past year average time to close issues: 16 days
Past year average time to close pull requests: 9 days
Past year issue authors: 11
Past year pull request authors: 15
Past year average comments per issue: 2.73
Past year average comments per pull request: 0.43
Past year merged pull request: 4
Past year bot issues: 0
Past year bot pull requests: 4
Top Issue Authors
- arcivanov (2)
- baynes (2)
- michaelconan (2)
- edgarrmondragon (2)
- nitoygo (2)
- deliciouslytyped (2)
- kurtmckee (2)
- aguynamedben (1)
- back2root (1)
- Provinm (1)
- gerrycampion (1)
- fabaff (1)
- jprawiharjo (1)
- AkiraVoid (1)
- athario (1)
Top Pull Request Authors
- kurtmckee (17)
- dependabot[bot] (9)
- nivesnine (6)
- kaapstorm (5)
- denisfrm (3)
- gorelick-google (2)
- dlastov (2)
- snopoke (2)
- xD8A (2)
- languitar (2)
- juliannguyen4 (2)
- smartycope (2)
- josephwhite13 (2)
- mokeyish (2)
- bjerzyna (2)
Top Issue Labels
- bug (14)
- enhancement (6)
- help wanted (1)
Top Pull Request Labels
- dependencies (9)
- github_actions (4)
- enhancement (1)
Package metadata
- Total packages: 24
-
Total downloads:
- conda: 1,762
- pypi: 70,513,551 last-month
- Total docker downloads: 222,705,525
- Total dependent packages: 227 (may contain duplicates)
- Total dependent repositories: 1,553 (may contain duplicates)
- Total versions: 55
- Total maintainers: 6
pypi.org: jsonpath-ng
A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators and providing clear AST for metaprogramming.
- Homepage: https://github.com/h2non/jsonpath-ng
- Documentation: https://jsonpath-ng.readthedocs.io/
- Licenses: Apache 2.0
- Latest release: 1.8.0 (published 6 months ago)
- Last Synced: 2026-08-24T13:45:31.131Z (1 day ago)
- Versions: 11
- Dependent Packages: 214
- Dependent Repositories: 1,548
- Downloads: 70,513,513 Last month
- Docker Downloads: 222,705,525
-
Rankings:
- Downloads: 0.038%
- Dependent packages count: 0.125%
- Dependent repos count: 0.279%
- Docker downloads count: 0.355%
- Average: 1.801%
- Stargazers count: 3.667%
- Forks count: 6.344%
- Maintainers (2)
nixpkgs-24.11: python311Packages.jsonpath-ng
JSONPath implementation
- Homepage: https://github.com/h2non/jsonpath-ng
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/jsonpath-ng/default.nix#L40
- Licenses: Apache-2.0
- Latest release: 1.6.1 (published 7 months ago)
- Last Synced: 2026-08-15T04:30:42.483Z (11 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 2.007%
- Forks count: 3.963%
- Stargazers count: 4.065%
- Maintainers (1)
proxy.golang.org: github.com/h2non/jsonpath-ng
- Homepage:
- Documentation: https://pkg.go.dev/github.com/h2non/jsonpath-ng#section-documentation
- Licenses: apache-2.0
- Latest release: v1.8.0 (published 6 months ago)
- Last Synced: 2026-08-24T13:43:54.025Z (1 day ago)
- Versions: 9
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 2.754%
- Forks count: 2.87%
- Average: 6.5%
- Dependent packages count: 9.576%
- Dependent repos count: 10.802%
pypi.org: jsonpath-ng-i
A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators and providing clear AST for metaprogramming.
- Homepage: https://github.com/h2non/jsonpath-ng
- Documentation: https://jsonpath-ng-i.readthedocs.io/
- Licenses: Apache 2.0
- Latest release: 1.0.3 (published over 5 years ago)
- Last Synced: 2026-08-24T13:42:23.710Z (1 day ago)
- Versions: 4
- Dependent Packages: 0
- Dependent Repositories: 1
- Downloads: 22 Last month
-
Rankings:
- Stargazers count: 2.925%
- Forks count: 5.054%
- Dependent packages count: 7.377%
- Average: 10.758%
- Downloads: 16.196%
- Dependent repos count: 22.239%
- Maintainers (1)
spack.io: py-jsonpath-ng
A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators.
- Homepage: https://github.com/h2non/jsonpath-ng
- Licenses: []
- Latest release: 1.7.0 (published 6 months ago)
- Last Synced: 2026-08-24T13:42:08.382Z (1 day ago)
- Versions: 4
- Dependent Packages: 1
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Stargazers count: 11.227%
- Average: 13.099%
- Forks count: 13.103%
- Dependent packages count: 28.067%
- Maintainers (1)
conda-forge.org: jsonpath-ng
A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators.
- Homepage: https://github.com/h2non/jsonpath-ng
- Licenses: Apache-2.0
- Latest release: 1.5.3 (published about 5 years ago)
- Last Synced: 2026-03-26T05:26:47.439Z (5 months ago)
- Versions: 5
- Dependent Packages: 11
- Dependent Repositories: 3
-
Rankings:
- Dependent packages count: 5.48%
- Average: 16.162%
- Dependent repos count: 17.889%
- Stargazers count: 19.701%
- Forks count: 21.577%
pypi.org: jsonpath-ig
A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators and providing clear AST for metaprogramming.
- Homepage: https://github.com/h2non/jsonpath-ng
- Documentation: https://jsonpath-ig.readthedocs.io/
- Licenses: Apache 2.0
- Latest release: 1.5.3 (published over 5 years ago)
- Last Synced: 2026-08-24T13:42:23.905Z (1 day ago)
- Versions: 2
- Dependent Packages: 0
- Dependent Repositories: 1
- Downloads: 16 Last month
-
Rankings:
- Stargazers count: 2.925%
- Forks count: 5.054%
- Dependent packages count: 7.377%
- Average: 20.011%
- Dependent repos count: 22.239%
- Downloads: 62.458%
- Maintainers (1)
anaconda.org: jsonpath-ng
A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators.
- Homepage: https://github.com/h2non/jsonpath-ng
- Licenses: Apache-2.0
- Latest release: 1.8.0 (published 5 months ago)
- Last Synced: 2026-03-17T15:05:10.087Z (5 months ago)
- Versions: 3
- Dependent Packages: 1
- Dependent Repositories: 0
- Downloads: 1,762 Total
-
Rankings:
- Dependent packages count: 50.267%
- Average: 54.688%
- Dependent repos count: 59.11%
guix: python-jsonpath-ng
JSONPath Next-Generation
- Homepage: https://github.com/h2non/jsonpath-ng
- Documentation: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/python-xyz.scm#n1683
- Licenses: asl2.0
- Latest release: 1.7.0 (published 6 months ago)
- Last Synced: 2026-04-27T16:26:47.025Z (4 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
gentoo-portage: dev-python/jsonpath-ng
Python JSONPath Next-Generation
- Homepage: https://github.com/h2non/jsonpath-ng/
- Documentation: https://packages.gentoo.org/packages/dev-python/jsonpath-ng
- Licenses: Apache-2.0
- Latest release: 1.8.0 (published 4 months ago)
- Last Synced: 2026-05-27T02:26:55.158Z (3 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
debian-13: jsonpath-ng
- Homepage: https://github.com/h2non/jsonpath-ng
- Documentation: https://packages.debian.org/trixie/jsonpath-ng
- Licenses: apache-2.0
- Latest release: 1.7.0-1 (published 6 months ago)
- Last Synced: 2026-03-13T11:11:35.514Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
nixpkgs-unstable: python314Packages.jsonpath-ng
JSONPath implementation
- Homepage: https://github.com/h2non/jsonpath-ng
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/jsonpath-ng/default.nix#L33
- Licenses: Apache-2.0
- Latest release: 1.7.0 (published 7 months ago)
- Last Synced: 2026-03-08T04:41:41.335Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-unstable: python313Packages.jsonpath-ng
JSONPath implementation
- Homepage: https://github.com/h2non/jsonpath-ng
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/jsonpath-ng/default.nix#L33
- Licenses: Apache-2.0
- Latest release: 1.7.0 (published 7 months ago)
- Last Synced: 2026-05-13T14:09:14.219Z (3 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-24.11: python312Packages.jsonpath-ng
JSONPath implementation
- Homepage: https://github.com/h2non/jsonpath-ng
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/jsonpath-ng/default.nix#L40
- Licenses: Apache-2.0
- Latest release: 1.6.1 (published 7 months ago)
- Last Synced: 2026-08-02T09:25:36.095Z (24 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-23.05: python311Packages.jsonpath-ng
JSONPath implementation for Python
- Homepage: https://github.com/h2non/jsonpath-ng
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/jsonpath-ng/default.nix#L38
- Licenses: Apache-2.0
- Latest release: 1.5.3 (published 7 months ago)
- Last Synced: 2026-04-18T06:04:45.268Z (4 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-23.11: python311Packages.jsonpath-ng
JSONPath implementation
- Homepage: https://github.com/h2non/jsonpath-ng
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/jsonpath-ng/default.nix#L43
- Licenses: Apache-2.0
- Latest release: 1.6.0 (published 7 months ago)
- Last Synced: 2026-04-13T12:02:04.862Z (4 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
ubuntu-24.10: jsonpath-ng
- Homepage: https://github.com/h2non/jsonpath-ng
- Licenses: apache-2.0
- Latest release: 1.6.1-1 (published 7 months ago)
- Last Synced: 2026-03-08T20:43:13.225Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
openbsd-7.9-amd64: devel/py-jsonpath-ng
implementation of JSONPath for Python
- Homepage: https://github.com/h2non/jsonpath-ng
- Licenses: apache-2.0
- Latest release: 1.7.0p1 (published 4 months ago)
- Last Synced: 2026-05-28T01:12:48.471Z (3 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
ubuntu-23.10: jsonpath-ng
- Homepage: https://github.com/h2non/jsonpath-ng
- Licenses: apache-2.0
- Latest release: 1.5.3-2 (published 7 months ago)
- Last Synced: 2026-03-10T09:08:47.448Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
nixpkgs-24.05: python312Packages.jsonpath-ng
JSONPath implementation
- Homepage: https://github.com/h2non/jsonpath-ng
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/jsonpath-ng/default.nix#L40
- Licenses: Apache-2.0
- Latest release: 1.6.1 (published 7 months ago)
- Last Synced: 2026-08-03T13:03:12.603Z (23 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-23.11: python310Packages.jsonpath-ng
JSONPath implementation
- Homepage: https://github.com/h2non/jsonpath-ng
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/jsonpath-ng/default.nix#L43
- Licenses: Apache-2.0
- Latest release: 1.6.0 (published 7 months ago)
- Last Synced: 2026-03-08T20:29:30.793Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-24.05: python311Packages.jsonpath-ng
JSONPath implementation
- Homepage: https://github.com/h2non/jsonpath-ng
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/jsonpath-ng/default.nix#L40
- Licenses: Apache-2.0
- Latest release: 1.6.1 (published 7 months ago)
- Last Synced: 2026-03-09T02:09:38.488Z (6 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-23.05: python310Packages.jsonpath-ng
JSONPath implementation for Python
- Homepage: https://github.com/h2non/jsonpath-ng
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/jsonpath-ng/default.nix#L38
- Licenses: Apache-2.0
- Latest release: 1.5.3 (published 7 months ago)
- Last Synced: 2026-04-03T07:07:58.105Z (5 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
Dependencies
- coverage * development
- coveralls * development
- flake8 * development
- oslotest * development
- pytest * development
- pytest-cov * development
- testscenarios * development
- decorator *
- ply *
- setuptools >=18.5
- six *
- decorator *
- ply *
- six *
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/checkout v3 composite
- github/codeql-action/analyze v2 composite
- github/codeql-action/init v2 composite