httpx-qs 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of httpx-qs might be problematic. Click here for more details.
- httpx_qs/__init__.py +1 -1
- {httpx_qs-0.1.1.dist-info → httpx_qs-0.1.2.dist-info}/METADATA +2 -1
- {httpx_qs-0.1.1.dist-info → httpx_qs-0.1.2.dist-info}/RECORD +5 -5
- {httpx_qs-0.1.1.dist-info → httpx_qs-0.1.2.dist-info}/WHEEL +0 -0
- {httpx_qs-0.1.1.dist-info → httpx_qs-0.1.2.dist-info}/licenses/LICENSE +0 -0
httpx_qs/__init__.py
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: httpx-qs
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: HTTPX transport leveraging qs-codec for advanced query string encoding and decoding.
|
|
5
5
|
Project-URL: Homepage, https://techouse.github.io/httpx_qs/
|
|
6
|
+
Project-URL: Documentation, https://techouse.github.io/httpx_qs/
|
|
6
7
|
Project-URL: Repository, https://github.com/techouse/httpx_qs.git
|
|
7
8
|
Project-URL: Issues, https://github.com/techouse/httpx_qs/issues
|
|
8
9
|
Project-URL: Changelog, https://github.com/techouse/httpx_qs/blob/master/CHANGELOG.md
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
httpx_qs/__init__.py,sha256=
|
|
1
|
+
httpx_qs/__init__.py,sha256=xjUd6hRUt4IQ6shht2GldhPM02-HSNfWiwfvsrHfrTw,308
|
|
2
2
|
httpx_qs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
httpx_qs/enums/merge_policy.py,sha256=CULesKR01GjBqIuPN7WD_EasvogpIpQy4oTNlbEG9Mg,653
|
|
4
4
|
httpx_qs/transporters/smart_query_strings.py,sha256=d3XKTb2X1Rey3vk1uiWjk4JTKZ5bstbd4NHUw-lXuig,1584
|
|
5
5
|
httpx_qs/utils/merge_query.py,sha256=usOLroZzR0tTFixV2Bh2TzxUz8poqJC_4qBaS9yPhOs,3016
|
|
6
|
-
httpx_qs-0.1.
|
|
7
|
-
httpx_qs-0.1.
|
|
8
|
-
httpx_qs-0.1.
|
|
9
|
-
httpx_qs-0.1.
|
|
6
|
+
httpx_qs-0.1.2.dist-info/METADATA,sha256=0IWi6bLuCDJpLN0My_8n-D3Y8BU5tq7nueCPNUATmwI,10309
|
|
7
|
+
httpx_qs-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
8
|
+
httpx_qs-0.1.2.dist-info/licenses/LICENSE,sha256=BGym7TZirVdWajaAWJVsuIt57rdDM8_mmVAzXDerIlY,1498
|
|
9
|
+
httpx_qs-0.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|