rnet 3.0.0rc4__cp311-abi3-musllinux_1_2_aarch64.whl → 3.0.0rc5__cp311-abi3-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.

Potentially problematic release.


This version of rnet might be problematic. Click here for more details.

rnet/__init__.pyi CHANGED
@@ -10,10 +10,11 @@ from typing import (
10
10
  Dict,
11
11
  List,
12
12
  TypedDict,
13
+ Unpack,
14
+ NotRequired,
13
15
  )
14
16
  from pathlib import Path
15
17
  from enum import Enum, auto
16
- from typing import Unpack, NotRequired
17
18
 
18
19
  from .cookie import Cookie, Jar
19
20
  from .header import HeaderMap, OrigHeaderMap
rnet/blocking.py CHANGED
@@ -1,5 +1,16 @@
1
1
  import datetime
2
- from rnet import ClientParams, History, Message, Request, Streamer, WebSocketRequest
2
+ from rnet import (
3
+ ClientParams,
4
+ History,
5
+ Message,
6
+ Request,
7
+ Streamer,
8
+ WebSocketRequest,
9
+ Version,
10
+ Method,
11
+ SocketAddr,
12
+ StatusCode,
13
+ )
3
14
  from typing import (
4
15
  Optional,
5
16
  Any,
@@ -7,7 +18,6 @@ from typing import (
7
18
  Unpack,
8
19
  )
9
20
 
10
- from rnet import Version, Method, SocketAddr, StatusCode
11
21
  from rnet.header import HeaderMap
12
22
  from rnet.cookie import Cookie
13
23
 
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.0rc4
3
+ Version: 3.0.0rc5
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -60,7 +60,7 @@ A blazing-fast Python HTTP client with advanced browser fingerprinting that accu
60
60
  The following example uses the `asyncio` runtime with `rnet` installed via pip:
61
61
 
62
62
  ```bash
63
- pip install asyncio rnet==3.0.0rc4
63
+ pip install asyncio rnet==3.0.0rc5
64
64
  ```
65
65
 
66
66
  And then the code:
@@ -1,15 +1,15 @@
1
- rnet-3.0.0rc4.dist-info/METADATA,sha256=2YwW2_RNLz7yzW9zGOIk_VjqkpwWNNc9tKvn1f5DtYs,10167
2
- rnet-3.0.0rc4.dist-info/WHEEL,sha256=j6FOuxwT6CKQM0u5qX1thXGZmEEfmaSnivgZjWdBOSo,107
3
- rnet-3.0.0rc4.dist-info/licenses/LICENSE,sha256=ld2UNRYADDwfLyJ9Q34VP3bWRfS53mvK1tixHd57kN0,11357
1
+ rnet-3.0.0rc5.dist-info/METADATA,sha256=bp8ICFMAga2eIDMrjPG9EqUn-bBnSSg3bbwoyJ6PZGU,10167
2
+ rnet-3.0.0rc5.dist-info/WHEEL,sha256=j6FOuxwT6CKQM0u5qX1thXGZmEEfmaSnivgZjWdBOSo,107
3
+ rnet-3.0.0rc5.dist-info/licenses/LICENSE,sha256=ld2UNRYADDwfLyJ9Q34VP3bWRfS53mvK1tixHd57kN0,11357
4
4
  rnet.libs/libgcc_s-3aecca4c.so.1,sha256=_sVuZnnVxDgxnVfXQEU8B3q8D6Gw3jSv5ShoR2uo8KU,462145
5
5
  rnet/__init__.py,sha256=-ls4I6NTnLT8vB8ST0KgphHliSJ8c_NyhrVzBa5JMJ0,277
6
- rnet/__init__.pyi,sha256=mFsN8_KOvDTR2wpJ0y7eoKVyAVHPExN-6FkawwkoLm8,32440
7
- rnet/blocking.py,sha256=u5P-g_FZ6jH5fqirNXsNau-ovsjkfqw8X6BpKQ_xpBM,8579
6
+ rnet/__init__.pyi,sha256=agbHpzttbVqUvdL5tgeEriT2BwC1ugUbNBJO0cxapmI,32430
7
+ rnet/blocking.py,sha256=SBmDK2L-hHucROnBQrX71oggOyftEw144j9Q1ee7DXc,8608
8
8
  rnet/cookie.py,sha256=4UYJY9jlXqe8vObXLSqzk1dFoKRO5mCnsgC0TCC4N1Y,3023
9
9
  rnet/emulation.py,sha256=JWLvOAtvFa_xkozDinU83BFYW7G8KuEyGVDiaqjqVmQ,5064
10
10
  rnet/exceptions.py,sha256=A-3i9K-Ek4KRTap2gAI8Z7-ZMjbsOgKCikT3xWSralc,5854
11
11
  rnet/header.py,sha256=K_bp5F_4D21UjMaBp7aM-aGVYI162IsX-vn2fjExEF4,9749
12
12
  rnet/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
- rnet/rnet.abi3.so,sha256=1a_yg536tMw_87bOn7q5VlcU31dhWtQvIqUK3zA6uvM,7934593
13
+ rnet/rnet.abi3.so,sha256=li07js6YAVyVN-fvutWoAoFQMmPRNz1CD_RZo6dfYcs,7934593
14
14
  rnet/tls.py,sha256=xTTuk3XSReGvzrTvBLyepWm3wq-bHYW-tetsX66Na3g,4853
15
- rnet-3.0.0rc4.dist-info/RECORD,,
15
+ rnet-3.0.0rc5.dist-info/RECORD,,