@rind-ai/runtime-darwin-arm64 0.6.2 → 0.7.0
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.
- package/bin/_internal/base_library.zip +0 -0
- package/bin/_internal/curl_cffi/_wrapper.abi3.so +0 -0
- package/bin/_internal/{curl_cffi-0.16.2.dist-info → curl_cffi-0.16.3.dist-info}/METADATA +14 -25
- package/bin/_internal/{curl_cffi-0.16.2.dist-info → curl_cffi-0.16.3.dist-info}/RECORD +13 -13
- package/bin/_internal/httpx2-2.12.0.dist-info/RECORD +1 -1
- package/bin/_internal/lxml/_elementpath.cpython-312-darwin.so +0 -0
- package/bin/_internal/lxml/builder.cpython-312-darwin.so +0 -0
- package/bin/_internal/lxml/etree.cpython-312-darwin.so +0 -0
- package/bin/_internal/lxml/html/_difflib.cpython-312-darwin.so +0 -0
- package/bin/_internal/lxml/html/diff.cpython-312-darwin.so +0 -0
- package/bin/_internal/lxml/objectify.cpython-312-darwin.so +0 -0
- package/bin/_internal/lxml/sax.cpython-312-darwin.so +0 -0
- package/bin/_internal/regex/_regex.cpython-312-darwin.so +0 -0
- package/bin/_internal/trafilatura-2.2.0.dist-info/RECORD +1 -1
- package/bin/_internal/websockets-16.1.1.dist-info/RECORD +1 -1
- package/bin/rind-runtime +0 -0
- package/package.json +1 -1
- package/bin/_internal/templates/settings.json +0 -6
- /package/bin/_internal/{curl_cffi-0.16.2.dist-info → curl_cffi-0.16.3.dist-info}/INSTALLER +0 -0
- /package/bin/_internal/{curl_cffi-0.16.2.dist-info → curl_cffi-0.16.3.dist-info}/REQUESTED +0 -0
- /package/bin/_internal/{curl_cffi-0.16.2.dist-info → curl_cffi-0.16.3.dist-info}/WHEEL +0 -0
- /package/bin/_internal/{curl_cffi-0.16.2.dist-info → curl_cffi-0.16.3.dist-info}/entry_points.txt +0 -0
- /package/bin/_internal/{curl_cffi-0.16.2.dist-info → curl_cffi-0.16.3.dist-info}/licenses/LICENSE +0 -0
- /package/bin/_internal/{curl_cffi-0.16.2.dist-info → curl_cffi-0.16.3.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: curl_cffi
|
|
3
|
-
Version: 0.16.
|
|
3
|
+
Version: 0.16.3
|
|
4
4
|
Summary: libcurl ffi bindings for Python, with impersonation support.
|
|
5
5
|
Author-email: lexiforest <infinitesheldon@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -64,7 +64,7 @@ Dynamic: license-file
|
|
|
64
64
|
[](https://pepy.tech/projects/curl-cffi)
|
|
65
65
|

|
|
66
66
|
[](https://badge.fury.io/py/curl-cffi)
|
|
67
|
-
[](https://t.me/impersonate_pro)
|
|
68
68
|
[](https://discord.gg/kJqMHHgdn2)
|
|
69
69
|
|
|
70
70
|
[Documentation](https://curl-cffi.readthedocs.io)
|
|
@@ -77,12 +77,15 @@ python http clients like `httpx` or `requests`, `curl_cffi` can impersonate
|
|
|
77
77
|
browsers' TLS/JA3 and HTTP/2 fingerprints. If you are blocked by some
|
|
78
78
|
website for no obvious reason, you can give `curl_cffi` a try.
|
|
79
79
|
|
|
80
|
+
For JavaScript bindings, see [impers](https://github.com/lexiforest/impers), for solving
|
|
81
|
+
JavaScript challenges, see [brimp](https://github.com/lexiforest/brimp).
|
|
82
|
+
|
|
80
83
|
Python 3.10 is the minimum supported version since v0.14.
|
|
81
84
|
|
|
82
85
|
## Recent highlights
|
|
83
86
|
|
|
84
|
-
-
|
|
85
|
-
-
|
|
87
|
+
- 🧭 Our new toy, [brimp](https://github.com/lexiforest/brimp), a lightweight browser, works like curl_cffi with JavaScript enabled. Try it out today!
|
|
88
|
+
- 🆕 Added support for the new algorithm and extensions in Chrome 150/152.
|
|
86
89
|
|
|
87
90
|
## Recall.ai - API for meeting recordings
|
|
88
91
|
|
|
@@ -130,8 +133,9 @@ No browser automation. Just simple API calls that return the exact cookies and h
|
|
|
130
133
|
|
|
131
134
|
- [curl-impersonate](https://github.com/lexiforest/curl-impersonate). A curl distribution that impersonates browsers.
|
|
132
135
|
- [curl_cffi](https://github.com/lexiforest/curl_cffi). Python binding to curl-impersonate.
|
|
136
|
+
- [brimp](https://docs.brimp.ai). Browser-impersonate, a lightweight browser
|
|
133
137
|
- [impers](https://github.com/lexiforest/impers). Node.js binding to curl-impersonate.
|
|
134
|
-
- [impersonate.pro](https://impersonate.pro). Commercial support, more fingerprints and
|
|
138
|
+
- [impersonate.pro](https://impersonate.pro). Commercial support, more fingerprints and cloud offering.
|
|
135
139
|
|
|
136
140
|
## Features
|
|
137
141
|
|
|
@@ -161,26 +165,6 @@ Notes:
|
|
|
161
165
|
1. For pycurl, http/3 is usually disabled at compile time by default.
|
|
162
166
|
2. http/3 support since v0.11.4, http/3 proxy and fingerprints since v0.15.0.
|
|
163
167
|
|
|
164
|
-
### curl-cffi CLI(new)
|
|
165
|
-
|
|
166
|
-
Since v0.15, `curl_cffi` comes with a CLI called `curl-cffi`, you can use it for debugging
|
|
167
|
-
a certain url with the `--impersonate` option. It can also serve as a `web_fetch`
|
|
168
|
-
replacement for "claws" and "agents".
|
|
169
|
-
|
|
170
|
-
||curl|httpie|curl-cffi|
|
|
171
|
-
|---|---|---|---|
|
|
172
|
-
|http/2|✅|❌|✅|
|
|
173
|
-
|http/3|☑️<sup>1</sup>|❌|✅|
|
|
174
|
-
|human-friendly|☑️<sup>2</sup>|✅|✅|
|
|
175
|
-
|colorful|❌|✅|✅<sup>3</sup>|
|
|
176
|
-
|fingerprints|❌|❌|✅|
|
|
177
|
-
|
|
178
|
-
Notes:
|
|
179
|
-
|
|
180
|
-
1. You need an http/3 enabled curl build, it's not enabled by default, at leat on my machine.
|
|
181
|
-
2. As a long time command line user, I personally feel very comfortable using `curl -X POST httpbin.org`, but some users may prefer `http GET httpbin.org` syntax. If you prefer the curl syntax, you can keep using `curl-impersonate`.
|
|
182
|
-
3. Install `curl_cffi[cli]` for colorful CLI output. Without `rich`, the CLI uses plain text output.
|
|
183
|
-
|
|
184
168
|
## Install
|
|
185
169
|
|
|
186
170
|
pip install curl_cffi --upgrade
|
|
@@ -209,6 +193,11 @@ To install unstable version from GitHub:
|
|
|
209
193
|
|
|
210
194
|
### CLI
|
|
211
195
|
|
|
196
|
+
Since v0.15, `curl_cffi` comes with a CLI called `curl-cffi`, you can use it for debugging
|
|
197
|
+
a certain url with the `--impersonate` option. It can also serve as a `web_fetch`
|
|
198
|
+
replacement for "agents".
|
|
199
|
+
|
|
200
|
+
|
|
212
201
|
```sh
|
|
213
202
|
curl-cffi get tls.browserleaks.com/json
|
|
214
203
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
../../../bin/curl-cffi,sha256=
|
|
2
|
-
curl_cffi-0.16.
|
|
3
|
-
curl_cffi-0.16.
|
|
4
|
-
curl_cffi-0.16.
|
|
5
|
-
curl_cffi-0.16.
|
|
6
|
-
curl_cffi-0.16.
|
|
7
|
-
curl_cffi-0.16.
|
|
8
|
-
curl_cffi-0.16.
|
|
9
|
-
curl_cffi-0.16.
|
|
1
|
+
../../../bin/curl-cffi,sha256=L3PsVdasdBPz655ppCFSD-k20G3JpkS2q0Z9wm8RQ_c,284
|
|
2
|
+
curl_cffi-0.16.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
|
3
|
+
curl_cffi-0.16.3.dist-info/METADATA,sha256=g0iH8Z_FruU_OtyvzYL1n5GbCuyXb8vvCZZfMWrFL6g,17139
|
|
4
|
+
curl_cffi-0.16.3.dist-info/RECORD,,
|
|
5
|
+
curl_cffi-0.16.3.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
+
curl_cffi-0.16.3.dist-info/WHEEL,sha256=AfT8C_VL6ju3vY8RF8pBeFCH7bQiR3N3-j2iD9iB62s,135
|
|
7
|
+
curl_cffi-0.16.3.dist-info/entry_points.txt,sha256=HzTwoUpbiKIo5uJrqnxPk5OdxZ0PhT0dPTSqUP8Js70,49
|
|
8
|
+
curl_cffi-0.16.3.dist-info/licenses/LICENSE,sha256=PoiwKbULav021rGGQs5Mi27uTJA_HPq-9bgR9h4HBQs,1106
|
|
9
|
+
curl_cffi-0.16.3.dist-info/top_level.txt,sha256=b51YB50I_vu6XAbSERmqtgaYciYADCA_baVoZ_T5Lzs,10
|
|
10
10
|
curl_cffi/__init__.py,sha256=6YJwgd_t8GbuHk2mqe7PWNqmkYVTjhX9gCVxzTIyYdc,1986
|
|
11
11
|
curl_cffi/__main__.py,sha256=L0AH-xyDlgmsPM-HTecPVb1_hV9X35Qf1Mw7h7JVnx0,39
|
|
12
12
|
curl_cffi/__pycache__/__init__.cpython-312.pyc,,
|
|
@@ -20,7 +20,7 @@ curl_cffi/__pycache__/fingerprints.cpython-312.pyc,,
|
|
|
20
20
|
curl_cffi/__pycache__/utils.cpython-312.pyc,,
|
|
21
21
|
curl_cffi/__version__.py,sha256=FdOv9cpHIUGkFkcWA4O9gte0sun1QgJI69rIgzUkswo,413
|
|
22
22
|
curl_cffi/_asyncio_selector.py,sha256=dxKOC6B8mlRu3WYi0trSq0L-FsWV6l_pg9TP35OpDI4,13043
|
|
23
|
-
curl_cffi/_wrapper.abi3.so,sha256=
|
|
23
|
+
curl_cffi/_wrapper.abi3.so,sha256=Pkj_bEN3wDWxvkpcAZebKjaho897JKXNubehxALpdx8,6495776
|
|
24
24
|
curl_cffi/aio.py,sha256=BxbiWI2ugesL6sHfKk_34A25hzTWAy4mf2G4kRKq29Q,12123
|
|
25
25
|
curl_cffi/cli/__init__.py,sha256=6is7D4E46XsOYGYUnfey9maSG4DrARwEk3I4kJv1d-8,7852
|
|
26
26
|
curl_cffi/cli/__pycache__/__init__.cpython-312.pyc,,
|
|
@@ -36,9 +36,9 @@ curl_cffi/cli/parse.py,sha256=OzqGEZPqOrH2nq14UKnaXwKAblAw6V867tDEp9XSLdo,2549
|
|
|
36
36
|
curl_cffi/cli/pro.py,sha256=pu2lnZUD91T0oayJMgPs6w6eLYKM6ZFlhHLE-g75UaM,3575
|
|
37
37
|
curl_cffi/cli/request.py,sha256=ixFJEhHoymZFukc4dqw_AgNuR7fEtSkd3RZaHZdxOnk,3571
|
|
38
38
|
curl_cffi/cli/run.py,sha256=zrxDpPfZPmeY3ADhjR2It2wj3hsOpqaxh88pe11-VMU,7616
|
|
39
|
-
curl_cffi/const.py,sha256=
|
|
39
|
+
curl_cffi/const.py,sha256=ukbDW1RRaP1GFwhZpthT74SHyUBm2TkV-cFn9ykqmvs,19217
|
|
40
40
|
curl_cffi/curl.py,sha256=XQu0-P2ZRGw6me3xRauTUlL618PQdMCACSHZ6W_E3VI,30971
|
|
41
|
-
curl_cffi/fingerprints.py,sha256=
|
|
41
|
+
curl_cffi/fingerprints.py,sha256=77lWvyYXhuk3xEWxqwtGqPyV87aVz2j8jrhSO7glA4Q,20943
|
|
42
42
|
curl_cffi/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
|
|
43
43
|
curl_cffi/requests/__init__.py,sha256=jt8mwSVLOmFgTUOQoxrXEj-qpst8cJbLdVQXVq-U6rw,6449
|
|
44
44
|
curl_cffi/requests/__pycache__/__init__.cpython-312.pyc,,
|
|
@@ -62,6 +62,6 @@ curl_cffi/requests/impersonate.py,sha256=6Zje1q0ChToun9XLmK65ouQ6Xbxn1NuQodYE6Fg
|
|
|
62
62
|
curl_cffi/requests/models.py,sha256=iz5k97OLrOthxAswA9abNQxiWDSQ4lWJrujUAZAMaIo,13173
|
|
63
63
|
curl_cffi/requests/session.py,sha256=_zFS9uHDcHjCH5zKEdoa2-2M57u2fYiEZZffMpuUDFU,66453
|
|
64
64
|
curl_cffi/requests/streams.py,sha256=4DEUyCx0wR47pbSdOLkscxLi6SELN4UR776g0peDi1Y,7100
|
|
65
|
-
curl_cffi/requests/utils.py,sha256=
|
|
65
|
+
curl_cffi/requests/utils.py,sha256=u2H2STpw8FJKENJ6dJg--F3pJSathzvCJqVcaeu3SdQ,38105
|
|
66
66
|
curl_cffi/requests/websockets.py,sha256=Hn2Z6Jqf5SKJ-qyQyisr9Iu4vVHQYr-iT9ws_7jPHDI,72783
|
|
67
67
|
curl_cffi/utils.py,sha256=xiwsOd-5W3IGNvO6yeDboOkw9wLPD2hx_SYD9i4SqVU,390
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
../../../bin/httpx2,sha256=
|
|
1
|
+
../../../bin/httpx2,sha256=EshQGfvgvipC0g67drFypTp-LIQQuGEAUi6xJCtoMT0,283
|
|
2
2
|
httpx2-2.12.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
|
3
3
|
httpx2-2.12.0.dist-info/METADATA,sha256=Pdfyxr7VPlyRCcyoTFeAJhDU6y_x37h9s5O40M-jNIM,9466
|
|
4
4
|
httpx2-2.12.0.dist-info/RECORD,,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
../../../bin/trafilatura,sha256=
|
|
1
|
+
../../../bin/trafilatura,sha256=LuieUqtgtvCMPcnOTfuHIyWCwEkcSsvWsRcD2iXsDfo,286
|
|
2
2
|
trafilatura-2.2.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
|
3
3
|
trafilatura-2.2.0.dist-info/METADATA,sha256=IfRfvXxW2MZxIgK4BRQ0vDEd5WuIzBwyyeXBKWqGL-c,13316
|
|
4
4
|
trafilatura-2.2.0.dist-info/RECORD,,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
../../../bin/websockets,sha256=
|
|
1
|
+
../../../bin/websockets,sha256=X1VWajY4VDxJNtyyo9E0LXhA58GymQa5UpBxbTQys1o,285
|
|
2
2
|
websockets-16.1.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
|
3
3
|
websockets-16.1.1.dist-info/METADATA,sha256=a8TElV26Jw-1EWtexIv15UhfcbxwuhESBIKrR2wDric,6801
|
|
4
4
|
websockets-16.1.1.dist-info/RECORD,,
|
package/bin/rind-runtime
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/bin/_internal/{curl_cffi-0.16.2.dist-info → curl_cffi-0.16.3.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
/package/bin/_internal/{curl_cffi-0.16.2.dist-info → curl_cffi-0.16.3.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
/package/bin/_internal/{curl_cffi-0.16.2.dist-info → curl_cffi-0.16.3.dist-info}/top_level.txt
RENAMED
|
File without changes
|