{"id":27443517,"url":"https://github.com/wonderbeyond/flask-qargs","last_synced_at":"2026-05-19T03:02:50.938Z","repository":{"id":57430617,"uuid":"111918583","full_name":"wonderbeyond/flask-qargs","owner":"wonderbeyond","description":"Flask Query Arguments Parser, as your view decorators.","archived":false,"fork":false,"pushed_at":"2017-11-27T02:19:00.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T11:52:00.748Z","etag":null,"topics":["argument-parser","flask"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wonderbeyond.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-24T12:56:53.000Z","updated_at":"2021-07-31T17:14:43.000Z","dependencies_parsed_at":"2022-08-27T22:30:29.764Z","dependency_job_id":null,"html_url":"https://github.com/wonderbeyond/flask-qargs","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/wonderbeyond%2Fflask-qargs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wonderbeyond%2Fflask-qargs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wonderbeyond%2Fflask-qargs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wonderbeyond%2Fflask-qargs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wonderbeyond","download_url":"https://codeload.github.com/wonderbeyond/flask-qargs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248809029,"owners_count":21164895,"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":["argument-parser","flask"],"created_at":"2025-04-15T02:47:18.959Z","updated_at":"2026-05-19T03:02:45.892Z","avatar_url":"https://github.com/wonderbeyond.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Flask-QArgs\n===========\n\nFlask Query Arguments Parser, as your view decorators.\n\n---\n\n```shell\n$ pip install flask-qargs\n```\n\n```python\nfrom flask import Flask, g\nimport flask_qargs as qargs\n\napp = Flask(__name__)\n\n\n@app.route(\"/\")\n@qargs.init()\n@qargs.argument('greeting', location='args', required=True)\n@qargs.argument('name', location='args', required=True)\ndef hello():\n    args = g.qargs\n    return \"{0} {1}!\".format(args.greeting, args.name)\n\n\napp.run(port=9998)\n```\n\n```shell\n$ curl 'http://localhost:9998?greeting=Hi\u0026name=Wonder'\nHi Wonder!\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwonderbeyond%2Fflask-qargs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwonderbeyond%2Fflask-qargs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwonderbeyond%2Fflask-qargs/lists"}