httpx-qs 0.1.0__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.0.dist-info → httpx_qs-0.1.2.dist-info}/METADATA +5 -4
- {httpx_qs-0.1.0.dist-info → httpx_qs-0.1.2.dist-info}/RECORD +5 -5
- {httpx_qs-0.1.0.dist-info → httpx_qs-0.1.2.dist-info}/WHEEL +0 -0
- {httpx_qs-0.1.0.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
|
|
@@ -30,7 +31,7 @@ Classifier: Topic :: Internet :: WWW/HTTP
|
|
|
30
31
|
Classifier: Topic :: Software Development :: Libraries
|
|
31
32
|
Classifier: Typing :: Typed
|
|
32
33
|
Requires-Python: >=3.9
|
|
33
|
-
Requires-Dist: httpx
|
|
34
|
+
Requires-Dist: httpx<1.0.0,>=0.28.1
|
|
34
35
|
Requires-Dist: qs-codec>=1.2.3
|
|
35
36
|
Provides-Extra: dev
|
|
36
37
|
Requires-Dist: black; extra == 'dev'
|
|
@@ -88,8 +89,8 @@ Smart, policy-driven query string merging & encoding for `httpx <https://www.pyt
|
|
|
88
89
|
:target: https://github.com/sponsors/techouse
|
|
89
90
|
:alt: GitHub Sponsors
|
|
90
91
|
|
|
91
|
-
.. image:: https://img.shields.io/github/stars/techouse/
|
|
92
|
-
:target: https://github.com/techouse/
|
|
92
|
+
.. image:: https://img.shields.io/github/stars/techouse/httpx_qs
|
|
93
|
+
:target: https://github.com/techouse/httpx_qs/stargazers
|
|
93
94
|
:alt: GitHub Repo stars
|
|
94
95
|
|
|
95
96
|
.. image:: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg
|
|
@@ -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
|