{"id":21331,"library":"fast-query-parsers","title":"fast-query-parsers","description":"Ultra-fast query string and URL-encoded form-data parsers for Python. Current version 1.0.3, license MIT, requires Python >=3.8. Aimed at high-performance web applications.","status":"active","version":"1.0.3","language":"python","source_language":"en","source_url":"https://github.com/ovr/fast-query-parsers","tags":["query-parser","url-encoded","fast","performance"],"install":[{"cmd":"pip install fast-query-parsers","lang":"bash","label":"pip install"}],"dependencies":[],"imports":[{"wrong":"from fast_query_parsers import int_list","symbol":"fast_query_parsers","correct":"import fast_query_parsers"},{"symbol":"parse_query_string","correct":"from fast_query_parsers import parse_query_string"},{"symbol":"parse_url_encoded_dict","correct":"from fast_query_parsers import parse_url_encoded_dict"}],"quickstart":{"code":"from fast_query_parsers import parse_query_string, int_list\n\nurl = '/path?key=value&arr=1&arr=2&arr=3'\nparsed = parse_query_string(url)\nprint(parsed)  # {'key': 'value', 'arr': ['1', '2', '3']}\n\n# Use int_list for integer conversion\ndef parse_ints(url):\n    return int_list(url, 'arr')\n\nprint(parse_ints(url))  # [1, 2, 3]","lang":"python","description":"Parse query strings and extract integer lists from URLs."},"warnings":[{"fix":"Use int_list(url, key) to get a list of ints for a specific key.","message":"parse_query_string returns all values as strings; use int_list for integer conversion.","severity":"gotcha","affected_versions":"*"},{"fix":"Pass the URL path including query string, e.g., '/path?key=value'.","message":"The library parses from full URL paths; ensure you pass the complete URL or query string correctly.","severity":"gotcha","affected_versions":"*"},{"fix":"","message":"Version 1.0.3 is current; no known deprecations yet.","severity":"deprecated","affected_versions":"none"},{"fix":"Pin to a specific version in production.","message":"No breaking changes documented; sudden behavior changes possible in future versions.","severity":"breaking","affected_versions":"none"}],"env_vars":null,"search_vec":"'1.0.3':22 '3.8':27 'aim':28 'applic':34 'current':20 'data':16 'encod':13,40 'fast':2,7,41 'fast-query-pars':1 'form':15 'form-data':14 'high':31 'high-perform':30 'licens':23 'mit':24 'parser':4,17,37 'perform':32,42 'python':19,26 'queri':3,8,36 'query-pars':35 'requir':25 'string':9 'ultra':6 'ultra-fast':5 'url':12,39 'url-encod':11,38 'version':21 'web':33","created_at":"2026-04-27T16:59:19.890342+00:00","updated_at":"2026-04-27T16:59:19.890342+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"1.0.3","cli_name":"","cli_version":null,"type":"library","homepage":null,"github":"https://github.com/starlite-api/fast-query-parsers","docs":null,"changelog":null,"pypi":"https://pypi.org/project/fast-query-parsers/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-06-30","last_verified":"2026-06-30","next_check":"2026-07-30","install_tag":null}}