ada-url 1.27.0__cp311-cp311-musllinux_1_2_aarch64.whl → 1.29.0__cp311-cp311-musllinux_1_2_aarch64.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.
- ada_url/__init__.py +2 -0
- ada_url/_ada_wrapper.abi3.so +0 -0
- ada_url/ada.cpp +2374 -1931
- ada_url/ada.h +1292 -586
- ada_url/ada_adapter.py +3 -0
- ada_url/ada_c.h +10 -0
- {ada_url-1.27.0.dist-info → ada_url-1.29.0.dist-info}/METADATA +3 -4
- ada_url-1.29.0.dist-info/RECORD +16 -0
- {ada_url-1.27.0.dist-info → ada_url-1.29.0.dist-info}/WHEEL +1 -1
- ada_url-1.27.0.dist-info/RECORD +0 -16
- {ada_url-1.27.0.dist-info → ada_url-1.29.0.dist-info}/licenses/LICENSE +0 -0
- {ada_url-1.27.0.dist-info → ada_url-1.29.0.dist-info}/top_level.txt +0 -0
ada_url/ada_adapter.py
CHANGED
ada_url/ada_c.h
CHANGED
|
@@ -184,4 +184,14 @@ ada_string_pair ada_search_params_entries_iter_next(
|
|
|
184
184
|
bool ada_search_params_entries_iter_has_next(
|
|
185
185
|
ada_url_search_params_entries_iter result);
|
|
186
186
|
|
|
187
|
+
// Definitions for Ada's version number.
|
|
188
|
+
typedef struct {
|
|
189
|
+
int major;
|
|
190
|
+
int minor;
|
|
191
|
+
int revision;
|
|
192
|
+
} ada_version_components;
|
|
193
|
+
|
|
194
|
+
const char* ada_get_version();
|
|
195
|
+
ada_version_components ada_get_version_components();
|
|
196
|
+
|
|
187
197
|
#endif // ADA_C_H
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ada-url
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.29.0
|
|
4
4
|
Summary: URL parser and manipulator based on the WHAT WG URL standard
|
|
5
5
|
Author-email: Bo Bayles <bo@bbayles.com>
|
|
6
|
-
License: Apache
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
7
|
Project-URL: Homepage, https://www.ada-url.com/
|
|
8
8
|
Project-URL: Documentation, https://ada-url.readthedocs.io
|
|
9
9
|
Project-URL: Repository, https://github.com/ada-url/ada-python
|
|
10
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
10
|
Classifier: Programming Language :: Python :: 3
|
|
12
11
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
13
|
-
Requires-Python: >=3.
|
|
12
|
+
Requires-Python: >=3.10
|
|
14
13
|
Description-Content-Type: text/x-rst
|
|
15
14
|
License-File: LICENSE
|
|
16
15
|
Requires-Dist: cffi
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
docs/conf.py,sha256=cn270pOmLLUH2msNwTcHCa1uo1un0qR1_pz8WSuoRi8,636
|
|
2
|
+
ada_url-1.29.0.dist-info/WHEEL,sha256=Z7JDeye3_gKCNqFAoJE5t90uIqFTOrj2oAoVL0ckMFM,114
|
|
3
|
+
ada_url-1.29.0.dist-info/top_level.txt,sha256=8YlQkS2I0hQyH611C1dxEv7gVFgeljn-aQcwaQL8qcY,49
|
|
4
|
+
ada_url-1.29.0.dist-info/METADATA,sha256=-TJFW_Rzld-0PiQtI2Sd6LpDATNKA8iBlx0eaN4HyLs,4773
|
|
5
|
+
ada_url-1.29.0.dist-info/RECORD,,
|
|
6
|
+
ada_url-1.29.0.dist-info/licenses/LICENSE,sha256=9D0P_RQ1VlnPOXk6EgYFdtrLIXu1d2jtwnDnMS67qEQ,1060
|
|
7
|
+
ada_url.libs/libgcc_s-c8ae3477.so.1,sha256=9V-8eIks1bMNS4WpqkcG8BFshxtKrgXObotCK1Eunmw,201017
|
|
8
|
+
ada_url.libs/libstdc++-b626ff6f.so.6.0.32,sha256=TW-ybf6-Q9SRZbTakdwYz_Z-kM_5ZUbWi1VwVjTqKEg,3586353
|
|
9
|
+
ada_url/ada_c.h,sha256=zfezAA0lMCoKPEhrrbr38gghdfShTrCY_sRWUj3XV4k,7561
|
|
10
|
+
ada_url/ada_adapter.py,sha256=zkWq5HPzbEoy7xTCIoQVIAg0ehXxwiAKt4-mSfw9e24,21668
|
|
11
|
+
ada_url/ada_build.py,sha256=jpg4zcFSkprqDlE4c6Vvo0zB0IGTCeaNs5NAO2nT7KE,925
|
|
12
|
+
ada_url/ada.cpp,sha256=Jfmht15hRakfm2p3530Asu-3Y_2vQoZapsxsqbWhpik,976668
|
|
13
|
+
ada_url/_ada_wrapper.abi3.so,sha256=K7WcArtDMjVSZSbTpCO7vstVaKK1T0FhOiPiSiEAu84,4281065
|
|
14
|
+
ada_url/ada.h,sha256=5iy7v4vnZqUb_bCqh3qERBk4vgIGa6AOrq_eSRGoWz0,411661
|
|
15
|
+
ada_url/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
+
ada_url/__init__.py,sha256=TNvshOzbbgNsTAXd1cR6E03ht2JT_mTHY3lmyYnAnl0,599
|
ada_url-1.27.0.dist-info/RECORD
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
ada_url-1.27.0.dist-info/WHEEL,sha256=LNZuceeFd58B9QVekwESAWqB09LEv_tgGDcYQrpkG9U,113
|
|
2
|
-
ada_url-1.27.0.dist-info/top_level.txt,sha256=8YlQkS2I0hQyH611C1dxEv7gVFgeljn-aQcwaQL8qcY,49
|
|
3
|
-
ada_url-1.27.0.dist-info/METADATA,sha256=-2knqxS8NeE4YeKUmoTCSkX-6rBTXdFIQjsTlRBNSuo,4824
|
|
4
|
-
ada_url-1.27.0.dist-info/RECORD,,
|
|
5
|
-
ada_url-1.27.0.dist-info/licenses/LICENSE,sha256=9D0P_RQ1VlnPOXk6EgYFdtrLIXu1d2jtwnDnMS67qEQ,1060
|
|
6
|
-
docs/conf.py,sha256=cn270pOmLLUH2msNwTcHCa1uo1un0qR1_pz8WSuoRi8,636
|
|
7
|
-
ada_url.libs/libgcc_s-c8ae3477.so.1,sha256=9V-8eIks1bMNS4WpqkcG8BFshxtKrgXObotCK1Eunmw,201017
|
|
8
|
-
ada_url.libs/libstdc++-b626ff6f.so.6.0.32,sha256=TW-ybf6-Q9SRZbTakdwYz_Z-kM_5ZUbWi1VwVjTqKEg,3586353
|
|
9
|
-
ada_url/ada_c.h,sha256=lkVK8vQs1woICCDOp_S9aw2_Y4Y7THRiTFBrkCYKnFI,7349
|
|
10
|
-
ada_url/ada_adapter.py,sha256=37WOSXf1b67xCIKvdhFOEXVC_59R1ExRwpbUg3XyQRw,21594
|
|
11
|
-
ada_url/ada_build.py,sha256=jpg4zcFSkprqDlE4c6Vvo0zB0IGTCeaNs5NAO2nT7KE,925
|
|
12
|
-
ada_url/ada.cpp,sha256=HjIldDlhmYUQyHyapZVy7UQc-J1-GS5LkNB1TCt0uU8,960366
|
|
13
|
-
ada_url/_ada_wrapper.abi3.so,sha256=8OR6dAPAxZ0NtuUsOV8PYbQb41fNSA4alvYg5rgdKVc,4281025
|
|
14
|
-
ada_url/ada.h,sha256=X2DycIt6b_Tt4bqkWyrSq8YTwttEgwmfzoZTsMsEIro,384470
|
|
15
|
-
ada_url/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
ada_url/__init__.py,sha256=spKYm9if-a8MLSbi5BuqiGerwUOBangUbev4XG3jEGA,563
|
|
File without changes
|
|
File without changes
|