rnet 3.0.0rc7__cp311-abi3-macosx_11_0_arm64.whl → 3.0.0rc9__cp311-abi3-macosx_11_0_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/rnet.abi3.so CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rnet
3
- Version: 3.0.0rc7
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.0rc7
62
+ pip install asyncio rnet==3.0.0-rc9
63
63
  ```
64
64
 
65
65
  And then the code:
@@ -71,7 +71,7 @@ from rnet import Client, Emulation
71
71
 
72
72
  async def main():
73
73
  # Build a client
74
- client = Client(emulation=Emulation.Firefox139)
74
+ client = Client(emulation=Emulation.Firefox143)
75
75
 
76
76
  # Use the API you're already familiar with
77
77
  resp = await client.get("https://tls.peet.ws/api/all")
@@ -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
@@ -183,3 +185,21 @@ Licensed under either of Apache License, Version 2.0 ([LICENSE](./LICENSE) or ht
183
185
 
184
186
  Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the [Apache-2.0](./LICENSE) license, shall be licensed as above, without any additional terms or conditions.
185
187
 
188
+ ## Sponsors
189
+
190
+ <a href="https://hypersolutions.co/?utm_source=github&utm_medium=readme&utm_campaign=rnet" target="_blank"><img src="https://raw.githubusercontent.com/0x676e67/rnet/main/.github/assets/hypersolutions.jpg" height="47" width="149"></a>
191
+
192
+ TLS fingerprinting alone isn't enough for modern bot protection. **[Hyper Solutions](https://hypersolutions.co?utm_source=github&utm_medium=readme&utm_campaign=rnet)** provides the missing piece - API endpoints that generate valid antibot tokens for:
193
+
194
+ **Akamai** • **DataDome** • **Kasada** • **Incapsula**
195
+
196
+ No browser automation. Just simple API calls that return the exact cookies and headers these systems require.
197
+
198
+ 🚀 **[Get Your API Key](https://hypersolutions.co?utm_source=github&utm_medium=readme&utm_campaign=rnet)** | 📖 **[Docs](https://docs.justhyped.dev)** | 💬 **[Discord](https://discord.gg/akamai)**
199
+
200
+ ---
201
+
202
+ <a href="https://dashboard.capsolver.com/passport/register?inviteCode=y7CtB_a-3X6d" target="_blank"><img src="https://raw.githubusercontent.com/0x676e67/rnet/main/.github/assets/capsolver.jpg" height="47" width="149"></a>
203
+
204
+ [CapSolver](https://www.capsolver.com/?utm_source=github&utm_medium=banner_repo&utm_campaign=rnet) leverages AI-powered Auto Web Unblock to bypass Captchas effortlessly, providing fast, reliable, and cost-effective data access with seamless integration into Colly, Puppeteer, and Playwright—use code **`RNET`** for a 6% bonus!
205
+
@@ -1,6 +1,6 @@
1
- rnet-3.0.0rc7.dist-info/METADATA,sha256=0m7YqcLSDD-GiLFSElCvu8wofAZ1fLWZRn9pCgSGl4A,9979
2
- rnet-3.0.0rc7.dist-info/WHEEL,sha256=cVaoL47Ex1FxzwnkO_WCjy3a1Wl6mtZbBPTvTiNCHdY,103
3
- rnet-3.0.0rc7.dist-info/licenses/LICENSE,sha256=ld2UNRYADDwfLyJ9Q34VP3bWRfS53mvK1tixHd57kN0,11357
1
+ rnet-3.0.0rc9.dist-info/METADATA,sha256=FVSJD6oScco5DeyiXCJBvdc11bhXw-XLU-BrxihSVkM,11448
2
+ rnet-3.0.0rc9.dist-info/WHEEL,sha256=kelVgS1CONjYuT6OEIC92ofaP9Aiw74EQCpLzMjs2Gg,103
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=eMad0IszSX0F5PqD494GMCIgproVR2s4XIutbUjUk9c,7508704
14
+ rnet/rnet.abi3.so,sha256=iLIvXYCtu1sCGv4FpCFgLbSSNDYMmpnLlfgyIY5AGMo,7508704
15
15
  rnet/tls.py,sha256=LioQPDAPHbWJQOvMdm2tfpAxmFUVP4Qe73_kUoIgmlI,11565
16
- rnet-3.0.0rc7.dist-info/RECORD,,
16
+ rnet-3.0.0rc9.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.9.4)
2
+ Generator: maturin (1.9.6)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-abi3-macosx_11_0_arm64