rnet 3.0.0rc4__cp311-abi3-win_arm64.whl → 3.0.0rc5__cp311-abi3-win_arm64.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.pyd 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,14 +1,14 @@
1
- rnet-3.0.0rc4.dist-info/METADATA,sha256=QTRpFhKFzwVHt2zdbZrwCk9vZLfdoCmVWieLaGKvaxI,10326
2
- rnet-3.0.0rc4.dist-info/WHEEL,sha256=860eeFsMw4O2kbT6KMesEvy2mk35xuzbuSMVrgrvIME,95
3
- rnet-3.0.0rc4.dist-info/licenses/LICENSE,sha256=OgFMgRC_5WSQ1t5oy1xTzIRPejYh83apCq2Hf6M74rw,11558
1
+ rnet-3.0.0rc5.dist-info/METADATA,sha256=jP4VGtR_jp7DFPOdQpIvzUrl65QUXTig34VsU66wb9M,10326
2
+ rnet-3.0.0rc5.dist-info/WHEEL,sha256=860eeFsMw4O2kbT6KMesEvy2mk35xuzbuSMVrgrvIME,95
3
+ rnet-3.0.0rc5.dist-info/licenses/LICENSE,sha256=OgFMgRC_5WSQ1t5oy1xTzIRPejYh83apCq2Hf6M74rw,11558
4
4
  rnet/__init__.py,sha256=JPNS7ILBkwReCW_CquzHy2TD-cDauG-mGKhatIWOdPE,294
5
- rnet/__init__.pyi,sha256=1I3k6jp0OjpPsPIgdsAHUpHdC4rRVMeoE2E6qQS7HKY,33827
6
- rnet/blocking.py,sha256=xtpOtoXXii2erAUQu8t7Gj405Y47PGpONKzByjT4nJY,8998
5
+ rnet/__init__.pyi,sha256=dCDzGTQ51RXk2bAgYlHvBPa1cQjS16WvpuBUFGPuJjA,33818
6
+ rnet/blocking.py,sha256=nRJ1C0NawHlPrQQkiZNarNa0tgMgjCD9Tw9tsEGysZs,9037
7
7
  rnet/cookie.py,sha256=l0P_3CWQItvBF70egPTMVWXEP5GW0J3WPm0c66q4o1U,3163
8
8
  rnet/emulation.py,sha256=aah7urtGIHouc4SqPbmZQ1FxqJZekeqa1MimOA-KsR0,5252
9
9
  rnet/exceptions.py,sha256=FSgQr-fHU_KY93ks6Y5rGF-nctDRQJCvwyBo_24qSR4,6072
10
10
  rnet/header.py,sha256=vVLquV5IG8tivo_MbEzcZTV48vWIbSZjHgFGVj46flY,10068
11
11
  rnet/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
- rnet/rnet.pyd,sha256=K1tR7KLzXOSs0JupGpEXQnFHW6c_8wJUjOLI0u4BQgQ,7991296
12
+ rnet/rnet.pyd,sha256=rd2uKRsi2F07uDa0MhdBasZDIspDhu3f4y52JgqPqyQ,7991296
13
13
  rnet/tls.py,sha256=rm8q73tNPr-n26rFp8qDGYPP82tiqNfC7GMB9mDXpXQ,5016
14
- rnet-3.0.0rc4.dist-info/RECORD,,
14
+ rnet-3.0.0rc5.dist-info/RECORD,,