https://github.com/h2non/jsonpath-ng
documents filter json jsonpath path python query xpath
Score: 30.1571531812001
Last synced: about 1 hour 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2026-02-24T14:42:42.000Z (3 months ago)
- Last Synced: 2026-05-15T18:54:28.680Z (15 days ago)
- Topics: documents, filter, json, jsonpath, path, python, query, xpath
- Language: Python
- Homepage:
- Size: 356 KB
- Stars: 730
- Watchers: 11
- Forks: 113
- Open Issues: 74
-
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: 4
- Delete event: 2
- Fork event: 17
- Issue comment event: 39
- Issues event: 16
- Pull request event: 24
- Pull request review comment event: 1
- Pull request review event: 1
- Push event: 15
- Watch event: 97
- Total: 216
Last Year
- Create event: 4
- Delete event: 2
- Fork event: 8
- Issue comment event: 18
- Issues event: 5
- Pull request event: 13
- Pull request review comment event: 1
- Pull request review event: 1
- Push event: 8
- Watch event: 35
- Total: 95
Committers metadata
Last synced: 13 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 |
| David Creemer | d****d@z****m | 3 |
| Christophe Demko | c****o@g****m | 3 |
| Dustin Farley | f****5@g****m | 3 |
| Devendra Gera | g****a@t****t | 2 |
| 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 |
| Corey Farwell | c****f@r****g | 2 |
| Copeland Carter | s****e@g****m | 2 |
| david | d****d | 2 |
| Stefano Guandalini | s****i@d****m | 2 |
| Adam Bloomston | m****l@a****n | 2 |
| Petr Mukhachev | m****v@p****u | 2 |
| dmanti | a****y@g****m | 2 |
| nchammas | n****s@g****m | 2 |
| maheatr | 1****r | 1 |
| back2root | b****t | 1 |
| Tomasz Hanusiak | 4****k | 1 |
| and 23 more... | ||
Issue and Pull Request metadata
Last synced: 17 days ago
Total issues: 122
Total pull requests: 95
Average time to close issues: almost 2 years
Average time to close pull requests: 7 months
Total issue authors: 115
Total pull request authors: 49
Average comments per issue: 1.75
Average comments per pull request: 1.34
Merged pull request: 55
Bot issues: 0
Bot pull requests: 8
Past year issues: 12
Past year pull requests: 16
Past year average time to close issues: 16 days
Past year average time to close pull requests: 7 days
Past year issue authors: 11
Past year pull request authors: 12
Past year average comments per issue: 2.5
Past year average comments per pull request: 0.56
Past year merged pull request: 4
Past year bot issues: 0
Past year bot pull requests: 3
Top Issue Authors
- michaelconan (2)
- baynes (2)
- arcivanov (2)
- edgarrmondragon (2)
- nitoygo (2)
- deliciouslytyped (2)
- kurtmckee (2)
- back2root (1)
- Provinm (1)
- gerrycampion (1)
- fabaff (1)
- jprawiharjo (1)
- AkiraVoid (1)
- athario (1)
- chutcher01 (1)
Top Pull Request Authors
- kurtmckee (17)
- dependabot[bot] (8)
- nivesnine (6)
- kaapstorm (5)
- denisfrm (3)
- ashkov (2)
- josephwhite13 (2)
- edgarrmondragon (2)
- mokeyish (2)
- juliannguyen4 (2)
- smartycope (2)
- snopoke (2)
- dlastov (2)
- gorelick-google (2)
- xD8A (2)
Top Issue Labels
- bug (14)
- enhancement (6)
- help wanted (1)
Top Pull Request Labels
- dependencies (8)
- github_actions (3)
- enhancement (1)
Package metadata
- Total packages: 22
-
Total downloads:
- pypi: 70,753,599 last-month
- conda: 1,762
- Total docker downloads: 222,705,525
- Total dependent packages: 227 (may contain duplicates)
- Total dependent repositories: 1,553 (may contain duplicates)
- Total versions: 53
- Total maintainers: 5
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 3 months ago)
- Last Synced: 2026-05-19T07:00:24.695Z (12 days ago)
- Versions: 11
- Dependent Packages: 214
- Dependent Repositories: 1,548
- Downloads: 70,753,551 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)
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 3 months ago)
- Last Synced: 2026-04-29T07:46:54.779Z (about 1 month 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 about 5 years ago)
- Last Synced: 2026-04-29T20:47:25.699Z (about 1 month ago)
- Versions: 4
- Dependent Packages: 0
- Dependent Repositories: 1
- Downloads: 29 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 3 months ago)
- Last Synced: 2026-04-25T19:18:12.112Z (about 1 month 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 almost 5 years ago)
- Last Synced: 2026-03-26T05:26:47.439Z (2 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 about 5 years ago)
- Last Synced: 2026-04-22T01:01:31.201Z (about 1 month ago)
- Versions: 2
- Dependent Packages: 0
- Dependent Repositories: 1
- Downloads: 19 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 2 months ago)
- Last Synced: 2026-03-17T15:05:10.087Z (2 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%
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 4 months ago)
- Last Synced: 2026-03-08T04:41:41.335Z (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-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 4 months ago)
- Last Synced: 2026-03-08T20:29:30.793Z (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:
- Latest release: 1.5.3-2 (published 4 months ago)
- Last Synced: 2026-03-10T09:08:47.448Z (3 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.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 4 months ago)
- Last Synced: 2026-03-06T01:32:23.039Z (3 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- 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 4 months ago)
- Last Synced: 2026-04-03T07:07:58.105Z (about 2 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 4 months ago)
- Last Synced: 2026-03-09T02:09:38.488Z (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-24.10: jsonpath-ng
- Homepage: https://github.com/h2non/jsonpath-ng
- Licenses:
- Latest release: 1.6.1-1 (published 4 months ago)
- Last Synced: 2026-03-08T20:43:13.225Z (3 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
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 3 months ago)
- Last Synced: 2026-04-27T16:26:47.025Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
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 4 months ago)
- Last Synced: 2026-04-21T15:04:47.044Z (about 1 month 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 4 months ago)
- Last Synced: 2026-04-18T06:04:45.268Z (about 1 month 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 4 months ago)
- Last Synced: 2026-04-13T12:02:04.862Z (about 2 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: 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 4 months ago)
- Last Synced: 2026-05-11T22:14:36.119Z (19 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)
debian-13: jsonpath-ng
- Homepage: https://github.com/h2non/jsonpath-ng
- Documentation: https://packages.debian.org/trixie/jsonpath-ng
- Licenses:
- Latest release: 1.7.0-1 (published 4 months ago)
- Last Synced: 2026-03-13T11:11:35.514Z (3 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: 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 4 months ago)
- Last Synced: 2026-05-13T14:09:14.219Z (17 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)
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