{"id":24665924,"url":"https://github.com/ischaojie/webargs-quixote","last_synced_at":"2025-06-11T10:07:12.513Z","repository":{"id":46147491,"uuid":"515007684","full_name":"ischaojie/webargs-quixote","owner":"ischaojie","description":"webargs support for quixote","archived":false,"fork":false,"pushed_at":"2022-07-18T15:34:51.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T01:44:06.845Z","etag":null,"topics":["quixote","webargs"],"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/ischaojie.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":"2022-07-18T02:18:53.000Z","updated_at":"2022-07-18T09:43:12.000Z","dependencies_parsed_at":"2022-09-05T12:11:17.128Z","dependency_job_id":null,"html_url":"https://github.com/ischaojie/webargs-quixote","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ischaojie%2Fwebargs-quixote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ischaojie%2Fwebargs-quixote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ischaojie%2Fwebargs-quixote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ischaojie%2Fwebargs-quixote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ischaojie","download_url":"https://codeload.github.com/ischaojie/webargs-quixote/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244782015,"owners_count":20509729,"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":["quixote","webargs"],"created_at":"2025-01-26T07:14:06.698Z","updated_at":"2025-03-21T10:44:25.877Z","avatar_url":"https://github.com/ischaojie.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webargs-quixote\n\n[webargs](https://webargs.readthedocs.io/en/latest/index.html) support for Quixote web framework.\n\n## Install\n```shell\npip install webargs-quixote\n# or\npoetry add webargs-quixote\n```\n\n## Usage\n\n```python\nfrom webargs import fields\nfrom webargs_quixote import parser, use_args\n\n\n@use_args({\"value\": fields.Int()})\ndef home(req, args):\n    return args\n```\n\nLooks [webargs](https://webargs.readthedocs.io/en/latest/index.html) docs for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fischaojie%2Fwebargs-quixote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fischaojie%2Fwebargs-quixote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fischaojie%2Fwebargs-quixote/lists"}