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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file query-string-2020.12.3.tar.gz.
File metadata
- Download URL: query-string-2020.12.3.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aca8d4daae179f9efd767bd7db36ff00614a1fe5797b3292f8487de0e7fc615c
|
|
| MD5 |
4ed10d45ac79fe6e9a7c15c67fee7921
|
|
| BLAKE2b-256 |
b1b78a8d96be71b935802c789605b33c28261610ab973f51a375a61bb12883cb
|