rnet 3.0.0rc8__cp311-abi3-manylinux_2_34_i686.whl → 3.0.0rc9__cp311-abi3-manylinux_2_34_i686.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 rnet might be problematic. Click here for more details.
rnet/rnet.abi3.so
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rnet
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.0rc9
|
|
4
4
|
Classifier: Programming Language :: Rust
|
|
5
5
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
@@ -59,7 +59,7 @@ A blazing-fast Python HTTP client with advanced browser fingerprinting that accu
|
|
|
59
59
|
The following example uses the `asyncio` runtime with `rnet` installed via pip:
|
|
60
60
|
|
|
61
61
|
```bash
|
|
62
|
-
pip install asyncio rnet==3.0.
|
|
62
|
+
pip install asyncio rnet==3.0.0-rc9
|
|
63
63
|
```
|
|
64
64
|
|
|
65
65
|
And then the code:
|
|
@@ -129,6 +129,8 @@ Additional learning resources include:
|
|
|
129
129
|
|
|
130
130
|
3. Windows: `x86_64`,`i686`,`aarch64`
|
|
131
131
|
|
|
132
|
+
4. Android: `aarch64`, `x86_64`
|
|
133
|
+
|
|
132
134
|
## Building
|
|
133
135
|
|
|
134
136
|
1. Development
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
rnet-3.0.
|
|
2
|
-
rnet-3.0.
|
|
3
|
-
rnet-3.0.
|
|
1
|
+
rnet-3.0.0rc9.dist-info/METADATA,sha256=FVSJD6oScco5DeyiXCJBvdc11bhXw-XLU-BrxihSVkM,11448
|
|
2
|
+
rnet-3.0.0rc9.dist-info/WHEEL,sha256=8Wg92B89yPJYkNWmYfu8eY1bXbBOsFG1G1QDbuAOcsE,105
|
|
3
|
+
rnet-3.0.0rc9.dist-info/licenses/LICENSE,sha256=ld2UNRYADDwfLyJ9Q34VP3bWRfS53mvK1tixHd57kN0,11357
|
|
4
4
|
rnet/__init__.py,sha256=IqBAlAtFivJ1usxz9uVBXN1ozDd8O-o4oLEcJHNILmM,385
|
|
5
5
|
rnet/__init__.pyi,sha256=3Mov6pgqf7kqn7m739vzgVGXrWPBLhe0VF5H9Swodlw,33420
|
|
6
6
|
rnet/blocking.py,sha256=W2tTSUH1y8MVNKnFY1Zdran36hMT8Qj9rosWVyGIgBE,8747
|
|
@@ -11,6 +11,6 @@ rnet/header.py,sha256=K_bp5F_4D21UjMaBp7aM-aGVYI162IsX-vn2fjExEF4,9749
|
|
|
11
11
|
rnet/http1.py,sha256=CHxz8Ns3Pr_VFl9iQdi9PlnF3IgmNiv2biolSZVl9fU,1497
|
|
12
12
|
rnet/http2.py,sha256=C3ClzUdi99KVKGFezavi77AFvotWyDBzMEj2XeQDyUI,9127
|
|
13
13
|
rnet/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
|
-
rnet/rnet.abi3.so,sha256=
|
|
14
|
+
rnet/rnet.abi3.so,sha256=hTQJX22HHSmAkL6GsRXZzRJ5WygSlWBpqBrpwUfYwao,9200388
|
|
15
15
|
rnet/tls.py,sha256=LioQPDAPHbWJQOvMdm2tfpAxmFUVP4Qe73_kUoIgmlI,11565
|
|
16
|
-
rnet-3.0.
|
|
16
|
+
rnet-3.0.0rc9.dist-info/RECORD,,
|
|
File without changes
|