get url query string dict
Project description
Installation
$ [sudo] pip install query-string
Features
- Python 2/3 compatible
Examples
>>> import query_string >>> query_string.parse('https://site.org/index.php?k=v&k2=v2&k3=v3#anchor') {'k': 'v','k2': 'v2', 'k3': 'v3'} >>> query_string.parse('k=v&k2=v2&k3=v3') {'k': 'v','k2': 'v2', 'k3': 'v3'}
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size query-string-2020.12.3.tar.gz (1.5 kB) | File type Source | Python version None | Upload date | Hashes View |