No project description provided
Project description
qs-parser
Install
For use this lib with poetry :
poetry add query-parser
For use this lib with pip :
pip install query-parser
Usage
from query_parser.parser import parse_query_string
print(parse_query_string("a=1&b=2&c=3&b[]=4&b[]=5&b[other]=6"))
# {'a': '1', 'b': {'0': '2', '1': '4', '2': '5', 'other': '6'}, 'c': '3'}
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.
Source Distribution
query_parser-0.1.1.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file query_parser-0.1.1.tar.gz.
File metadata
- Download URL: query_parser-0.1.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.3 Linux/6.1.41-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f244e463ba197cfc37ec74c4849eb1dc210eed5d450ca0baa436f0e08f6a573b
|
|
| MD5 |
2faa32d095a093cfa073c53d6f314444
|
|
| BLAKE2b-256 |
7be19cf0060e74d3e05a6cc9985e8d869d9534cf69aafb0fe72c9c8c3b68f55e
|
File details
Details for the file query_parser-0.1.1-py3-none-any.whl.
File metadata
- Download URL: query_parser-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.3 Linux/6.1.41-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bf6077170ca82855ed0fe6c0b82b649313ecf0c0c47a07a0cd7e06e4c4b9de7
|
|
| MD5 |
a31f096fe6097e7b24a443876eb55ab1
|
|
| BLAKE2b-256 |
6df57eeadea0be4a9b0c277c757b13c83962c37a79199a506c1e2f246217f18b
|