{"id":14974215,"url":"https://github.com/gabriel-schneider/pyqurl","last_synced_at":"2026-01-19T08:32:26.963Z","repository":{"id":144656119,"uuid":"539675289","full_name":"gabriel-schneider/pyqurl","owner":"gabriel-schneider","description":"Simple filtering, sorting and pagination from query strings","archived":false,"fork":false,"pushed_at":"2024-09-27T13:54:48.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T03:22:15.396Z","etag":null,"topics":["flask","library","ponyorm","python","quart","query-string"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gabriel-schneider.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-21T20:34:07.000Z","updated_at":"2024-09-27T13:54:52.000Z","dependencies_parsed_at":"2023-07-10T21:32:06.139Z","dependency_job_id":null,"html_url":"https://github.com/gabriel-schneider/pyqurl","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"9ba84d4eb114570d265d72663b6d9afa35983536"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabriel-schneider%2Fpyqurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabriel-schneider%2Fpyqurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabriel-schneider%2Fpyqurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabriel-schneider%2Fpyqurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabriel-schneider","download_url":"https://codeload.github.com/gabriel-schneider/pyqurl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238455095,"owners_count":19475376,"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":["flask","library","ponyorm","python","quart","query-string"],"created_at":"2024-09-24T13:50:10.659Z","updated_at":"2025-10-27T06:31:58.268Z","avatar_url":"https://github.com/gabriel-schneider.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Simple query string parser for LHS filtering, sorting and pagination. This project is directly based on Qurl by Hector Carballo (https://github.com/hector-co/Qurl).\n\n# Installing \n```\n$ pip install pyqurl\n```\n\n# Usage\n\n```python\n\nfrom pyqurl import create_query_from_string\n\n# Name contains \"john\"\ncreate_query_from_string(\"name[ct]=john\")\n\n# Price is greater than 20\ncreate_query_from_string(\"price[gt]=20\")\n\n# Disabled_at is not null\ncreate_query_from_string(\"disabled_at[nn]=true\")\n\n# Year is between 2020 and 2022\ncreate_query_from_string(\"year[rng]=2020,2022\")\n\n# Color is equal to yellow\ncreate_query_from_string(\"color[eq]=yellow\")\n# Same result if the operator is not present\ncreate_query_from_string(\"color=yellow\")\n\n# Category is drama, romance or comecy\ncreate_query_from_string(\"category[in]=drama,romance,comedy\")\n\n# Category is not horror or action\ncreate_query_from_string(\"category[nin]=horror,action\")\n\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabriel-schneider%2Fpyqurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabriel-schneider%2Fpyqurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabriel-schneider%2Fpyqurl/lists"}