{"id":20111747,"url":"https://github.com/openstack/yaql","last_synced_at":"2025-08-21T04:31:09.679Z","repository":{"id":23251952,"uuid":"26609967","full_name":"openstack/yaql","owner":"openstack","description":"Yet another query language. Mirror of code maintained at opendev.org.","archived":false,"fork":false,"pushed_at":"2025-06-05T13:12:32.000Z","size":581,"stargazers_count":147,"open_issues_count":0,"forks_count":33,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-07-25T12:51:26.047Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://opendev.org/openstack/yaql","language":"Python","has_issues":false,"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/openstack.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-11-13T21:57:12.000Z","updated_at":"2025-06-19T15:14:10.000Z","dependencies_parsed_at":"2025-05-30T07:38:41.332Z","dependency_job_id":"3f44dac6-a9e9-4579-bd85-eff4a0636572","html_url":"https://github.com/openstack/yaql","commit_stats":null,"previous_names":["stackforge/yaql"],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/openstack/yaql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fyaql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fyaql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fyaql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fyaql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openstack","download_url":"https://codeload.github.com/openstack/yaql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fyaql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271425051,"owners_count":24757397,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-13T18:17:35.705Z","updated_at":"2025-08-21T04:31:09.668Z","avatar_url":"https://github.com/openstack.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"YAQL: Yet Another Query Language\n================================\n\nYAQL (Yet Another Query Language) is an embeddable and extensible query\nlanguage, that allows performing complex queries against arbitrary objects. It\nhas a vast and comprehensive standard library of frequently used querying\nfunctions and can be extend even further with user-specified functions. YAQL is\nwritten in python and is distributed via PyPI.\n\nQuickstart\n----------\nInstall the latest version of yaql:\n\n    pip install yaql\u003e=1.0.0\n\nRun yaql REPL:\n\n    yaql\n\nLoad a json file:\n\n    yaql\u003e @load my_file.json\n\nCheck it loaded to current context, i.e. `$`:\n\n    yaql\u003e $\n\nRun some queries:\n\n    yaql\u003e $.customers\n    ...\n    yaql\u003e $.customers.orders\n    ...\n    yaql\u003e $.customers.where($.age \u003e 18)\n    ...\n    yaql\u003e $.customers.groupBy($.sex)\n    ...\n    yaql\u003e $.customers.where($.orders.len() \u003e= 1 or name = \"John\")\n    ...\n    yaql\u003e let(min_orders =\u003e $.min_orders)\n    ...   -\u003e $.customers.where($.orders.len() \u003e= $min_orders)\n\nProject Resources\n-----------------\n\n* `Official Documentation \u003chttp://yaql.readthedocs.org\u003e`_\n\n* Project status, bugs, and blueprints are tracked on\n  `Launchpad \u003chttps://launchpad.net/yaql\u003e`_\n\n\nLicense\n-------\n\nApache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fyaql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenstack%2Fyaql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fyaql/lists"}