{"id":16528356,"url":"https://github.com/danvk/pyjsonselect","last_synced_at":"2025-09-12T19:32:04.400Z","repository":{"id":21547739,"uuid":"24867358","full_name":"danvk/pyjsonselect","owner":"danvk","description":"Fully conformant implementation of JSONSelect in Python","archived":false,"fork":false,"pushed_at":"2015-05-07T18:57:29.000Z","size":387,"stargazers_count":11,"open_issues_count":4,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-28T23:33:54.998Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danvk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-06T22:24:49.000Z","updated_at":"2019-09-27T04:48:16.000Z","dependencies_parsed_at":"2022-08-21T18:40:58.820Z","dependency_job_id":null,"html_url":"https://github.com/danvk/pyjsonselect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danvk%2Fpyjsonselect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danvk%2Fpyjsonselect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danvk%2Fpyjsonselect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danvk%2Fpyjsonselect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danvk","download_url":"https://codeload.github.com/danvk/pyjsonselect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232780146,"owners_count":18575474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T17:39:58.569Z","updated_at":"2025-01-06T20:12:15.046Z","avatar_url":"https://github.com/danvk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/danvk/pyjsonselect.svg?branch=master)](https://travis-ci.org/danvk/pyjsonselect) [![Coverage Status](https://coveralls.io/repos/danvk/pyjsonselect/badge.svg?branch=master)](https://coveralls.io/r/danvk/pyjsonselect?branch=master)\n\npyjsonselect\n------------\n\nA fully-conformant implementation of the [JSONSelect](http://jsonselect.org/)\nstandard in Python.\n\nTo install:\n\n    pip install pyjsonselect\n\nTo use:\n\n```python\nimport jsonselect\n\n# prints 1, 2\nfor v in jsonselect.match('.foo', {'foo': 1, 'bar': {'foo': 2}}):\n    print v\n```\n\nTo run the tests:\n\n```bash\ngit submodule update --init  # load conformance tests\npip install nose\nnosetests\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanvk%2Fpyjsonselect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanvk%2Fpyjsonselect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanvk%2Fpyjsonselect/lists"}