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.2.tar.gz
(3.0 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.2.tar.gz.
File metadata
- Download URL: query_parser-0.1.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.3 Linux/6.1.44-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f74fe17b75f5286190273eafef585ed368726c82d1f6fd30e639651d589bc9e
|
|
| MD5 |
1f6dc3fe555576ce83e4caf49d320a1d
|
|
| BLAKE2b-256 |
44e7ab6678677a770852a5ff15639eeafa83b8ff7910e497fed975c97dc61743
|
File details
Details for the file query_parser-0.1.2-py3-none-any.whl.
File metadata
- Download URL: query_parser-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.3 Linux/6.1.44-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ca54d320abcf1afb68ab366df42bdf6faa7387502d6e03bc92a745ad2bf6531
|
|
| MD5 |
e14b02ce5384ad0428b4cbab021a1035
|
|
| BLAKE2b-256 |
9847485c66060e299c1df3baf15c4099f08f65b6bc1226d2fde0b7dd41c3cee0
|