{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/7"}],"enrichment":{"capability":"Parses URL query strings and fragments into Python dictionaries, extracting key-value pairs from both full URLs and raw query string segments.","skillfed_tags":["abandoned","url-parsing"],"use_cases":["Quick extraction of query parameters from a URL string when working with legacy code or a minimal dependency footprint.","Parsing raw query string segments in simple scripts where urllib.parse feels like overkill.","Educational or prototyping work where a straightforward query parser is needed without external complexity."],"what_it_does":"query-string is a lightweight utility that extracts query parameters from URLs or raw query strings and returns them as a Python dictionary. It accepts either a full URL (from which it strips the query fragment) or a raw query string segment, parsing key-value pairs into a simple dict.\n\nThe package has no runtime dependencies and is permissively licensed under the Unlicense. However, it has been abandoned since December 2020 with no commits or releases since then. Python version support is unspecified, and the codebase has not been tested against modern Python versions or updated for any compatibility issues that may have emerged.","worth_installing":"No. The package is abandoned (last release 2020-12-03, no maintenance since), has unspecified Python support, and offers no advantage over Python's built-in urllib.parse module, which is actively maintained and part of the standard library. Use urllib.parse.parse_qs or urllib.parse.urlparse instead."},"id":"query-string","links":{"html":"https://skillfed.io/packages/query-string","md":"https://skillfed.io/packages/query-string.md","pypi":"https://pypi.org/project/query-string/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2020-12-03","license_spdx":null,"license_treatment":"permissive","name":"query-string","python_support":"unspecified","summary":"get url query string dict"},"popularity":{"monthly_downloads":90556,"position":13577,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2020.12.3"}
