@rind-ai/runtime-linux-x64 0.6.0 → 0.6.2

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.
Files changed (23) hide show
  1. package/bin/_internal/base_library.zip +0 -0
  2. package/bin/_internal/curl_cffi-0.16.2.dist-info/RECORD +1 -1
  3. package/bin/_internal/httpx2-2.12.0.dist-info/RECORD +1 -1
  4. package/bin/_internal/{pydantic-2.13.4.dist-info → pydantic-2.13.5.dist-info}/METADATA +16 -3
  5. package/bin/_internal/{pydantic-2.13.4.dist-info → pydantic-2.13.5.dist-info}/RECORD +8 -8
  6. package/bin/_internal/{pydantic-2.13.4.dist-info → pydantic-2.13.5.dist-info}/WHEEL +1 -1
  7. package/bin/_internal/pydantic_core/_pydantic_core.cpython-314-x86_64-linux-gnu.so +0 -0
  8. package/bin/_internal/regex/_regex.cpython-314-x86_64-linux-gnu.so +0 -0
  9. package/bin/_internal/templates/settings.json +6 -6
  10. package/bin/_internal/trafilatura-2.2.0.dist-info/RECORD +1 -1
  11. package/bin/_internal/websockets/speedups.cpython-314-x86_64-linux-gnu.so +0 -0
  12. package/bin/_internal/websockets-16.1.1.dist-info/INSTALLER +1 -0
  13. package/bin/_internal/websockets-16.1.1.dist-info/METADATA +179 -0
  14. package/bin/_internal/websockets-16.1.1.dist-info/RECORD +109 -0
  15. package/bin/_internal/websockets-16.1.1.dist-info/REQUESTED +0 -0
  16. package/bin/_internal/websockets-16.1.1.dist-info/WHEEL +7 -0
  17. package/bin/_internal/websockets-16.1.1.dist-info/entry_points.txt +2 -0
  18. package/bin/_internal/websockets-16.1.1.dist-info/licenses/LICENSE +24 -0
  19. package/bin/_internal/websockets-16.1.1.dist-info/top_level.txt +1 -0
  20. package/bin/rind-runtime +0 -0
  21. package/package.json +4 -1
  22. /package/bin/_internal/{pydantic-2.13.4.dist-info → pydantic-2.13.5.dist-info}/INSTALLER +0 -0
  23. /package/bin/_internal/{pydantic-2.13.4.dist-info → pydantic-2.13.5.dist-info}/licenses/LICENSE +0 -0
Binary file
@@ -1,4 +1,4 @@
1
- ../../../bin/curl-cffi,sha256=OuNgqgta318AeC0PHPrxz7n4IHjYt7W0E7itOJ10mtk,214
1
+ ../../../bin/curl-cffi,sha256=WTNtb4IWYI4geV8w9IMVZaGOQNDdymxDDrMiTP7VUmA,192
2
2
  curl_cffi-0.16.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
3
3
  curl_cffi-0.16.2.dist-info/METADATA,sha256=uAw-JGT88JlErHrahTo0AQakKll1XxEaGw0rVf9Dhkc,17519
4
4
  curl_cffi-0.16.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
- ../../../bin/httpx2,sha256=j1oYP1AwPJg4yEv8tP8w71_wLMttf5SqG1wqcCSnb_w,213
1
+ ../../../bin/httpx2,sha256=V5N8MTQCaUSo6U_FmBZRPAtVy2pYKW9ha8qakm54DcE,191
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,,
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.4
1
+ Metadata-Version: 2.5
2
2
  Name: pydantic
3
- Version: 2.13.4
3
+ Version: 2.13.5
4
4
  Summary: Data validation using Python type hints
5
5
  Project-URL: Homepage, https://github.com/pydantic/pydantic
6
6
  Project-URL: Documentation, https://docs.pydantic.dev
@@ -31,7 +31,7 @@ Classifier: Topic :: Internet
31
31
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
32
32
  Requires-Python: >=3.9
33
33
  Requires-Dist: annotated-types>=0.6.0
34
- Requires-Dist: pydantic-core==2.46.4
34
+ Requires-Dist: pydantic-core==2.46.5
35
35
  Requires-Dist: typing-extensions>=4.14.1
36
36
  Requires-Dist: typing-inspection>=0.4.2
37
37
  Provides-Extra: email
@@ -117,6 +117,19 @@ See our [security policy](https://github.com/pydantic/pydantic/security/policy).
117
117
  <!-- markdownlint-disable descriptive-link-text -->
118
118
  <!-- markdownlint-disable-next-line first-line-heading -->
119
119
 
120
+ ## v2.13.5 (2026-08-28)
121
+
122
+ [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.13.5)
123
+
124
+ ### What's Changed
125
+
126
+ #### Fixes
127
+
128
+ * Allow reuse of validators when plugins are set by [@Viicos](https://github.com/Viicos) in [#13535](https://github.com/pydantic/pydantic/pull/13535)
129
+ * Fix missing GC traversal on some `pydantic-core` struct fields by [@Viicos](https://github.com/Viicos) in [#13624](https://github.com/pydantic/pydantic/pull/13624)
130
+ * Fix missing GC traversal in `pydantic-core` for `GeneralFieldsSerializer` by [@Viicos](https://github.com/Viicos) in [#13629](https://github.com/pydantic/pydantic/pull/13629)
131
+ * Count validated model fields once in smart unions by [@tamird](https://github.com/tamird) in [#13731](https://github.com/pydantic/pydantic/pull/13731)
132
+
120
133
  ## v2.13.4 (2026-05-06)
121
134
 
122
135
  [GitHub release](https://github.com/pydantic/pydantic/releases/tag/v2.13.4)
@@ -1,8 +1,8 @@
1
- pydantic-2.13.4.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
2
- pydantic-2.13.4.dist-info/METADATA,sha256=0eVsNBJJJRL7a1mp38Jat68qggRYXNe8oABRMCMTM5Q,109397
3
- pydantic-2.13.4.dist-info/RECORD,,
4
- pydantic-2.13.4.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
5
- pydantic-2.13.4.dist-info/licenses/LICENSE,sha256=qeGG88oWte74QxjnpwFyE1GgDLe4rjpDlLZ7SeNSnvM,1129
1
+ pydantic-2.13.5.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
2
+ pydantic-2.13.5.dist-info/METADATA,sha256=BoWDDRNke9bz8FUmBD0yqLKiIdhrU3cwU9bFK7F6nAc,110178
3
+ pydantic-2.13.5.dist-info/RECORD,,
4
+ pydantic-2.13.5.dist-info/WHEEL,sha256=zOwg4jB6zX2kU910N-cMawjivD6tO8NEWvE12je1bVk,87
5
+ pydantic-2.13.5.dist-info/licenses/LICENSE,sha256=qeGG88oWte74QxjnpwFyE1GgDLe4rjpDlLZ7SeNSnvM,1129
6
6
  pydantic/__init__.py,sha256=5iEnJ4wHv1OEzdKQPzaKaZKfO4pSQAC65ODrYI6_S8Y,15812
7
7
  pydantic/__pycache__/__init__.cpython-314.pyc,,
8
8
  pydantic/__pycache__/_migration.cpython-314.pyc,,
@@ -141,7 +141,7 @@ pydantic/generics.py,sha256=0ZqZ9O9annIj_3mGBRqps4htey3b5lV1-d2tUxPMMnA,144
141
141
  pydantic/json.py,sha256=ZH8RkI7h4Bz-zp8OdTAxbJUoVvcoU-jhMdRZ0B-k0xc,140
142
142
  pydantic/json_schema.py,sha256=da3hQ9vQPLEhPsrDnUlijfQ1fuCCViGVnUzOrAZLgDs,125955
143
143
  pydantic/main.py,sha256=NbhCz-ku8wDgYLQMBi75Ov7hywdc8LewA3oUNIZ8JVQ,85334
144
- pydantic/mypy.py,sha256=sYmmZrL_GvoYSLcBuPRRDfSfgQWehkzw_ZvNkwDY2ME,60971
144
+ pydantic/mypy.py,sha256=ypnhh7hn-L-mk6sW4CcrdV2C5lyMzcM6FTBj21GufsE,61074
145
145
  pydantic/networks.py,sha256=gCB96gt0G7tiVDhVnJfpKr1ARL5qkH-SPZkuNkmG2O4,42102
146
146
  pydantic/parse.py,sha256=wkd82dgtvWtD895U_I6E1htqMlGhBSYEV39cuBSeo3A,141
147
147
  pydantic/plugin/__init__.py,sha256=a7Tw366U6K3kltCCNZY76nc9ss-7uGGQ40TXad9OypQ,7333
@@ -149,7 +149,7 @@ pydantic/plugin/__pycache__/__init__.cpython-314.pyc,,
149
149
  pydantic/plugin/__pycache__/_loader.cpython-314.pyc,,
150
150
  pydantic/plugin/__pycache__/_schema_validator.cpython-314.pyc,,
151
151
  pydantic/plugin/_loader.py,sha256=hAjgSljoIhGx3AVpIpuqw5SPttBNNeGBSTrqSMnNiJk,2213
152
- pydantic/plugin/_schema_validator.py,sha256=5M5Ic1bZnjhNDxtRDVKbRPTQ6po6QuKMY7MguMkHeW0,5445
152
+ pydantic/plugin/_schema_validator.py,sha256=thbZz_-5sYPzxsC5uWK5GDfYcmmrsecC8Vw_A02mhwU,5815
153
153
  pydantic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
154
154
  pydantic/root_model.py,sha256=cOMoeWdp536KF85uRIcW-oz1O7d5GRCpx9HTS4-1uf8,6394
155
155
  pydantic/schema.py,sha256=Vqqjvq_LnapVknebUd3Bp_J1p2gXZZnZRgL48bVEG7o,142
@@ -213,5 +213,5 @@ pydantic/v1/validators.py,sha256=lyUkn1MWhHxlCX5ZfEgFj_CAHojoiPcaQeMdEM9XviU,221
213
213
  pydantic/v1/version.py,sha256=YpHWOQKtGoxfyikzGrcmXJVKUVYB9EBdoCR994QxSnE,1039
214
214
  pydantic/validate_call_decorator.py,sha256=VLAi4hoFpjC-1eL0HixYaaWaEFO6htGcDctgsqa5VII,4416
215
215
  pydantic/validators.py,sha256=pwbIJXVb1CV2mAE4w_EGfNj7DwzsKaWw_tTL6cviTus,146
216
- pydantic/version.py,sha256=T5rziwDPrMjfaU0X--5fBdGVvh94QznNQ7QjD4LfgmA,3985
216
+ pydantic/version.py,sha256=uKOxh0LjiZkZ0KfLmlpPYRAY-_NpIX8ijxOLDNhW8m8,3985
217
217
  pydantic/warnings.py,sha256=3QyQo6lN35cO7OXDbFEXWcNaPlGCRaregVZA-G-lZwI,4822
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.29.0
2
+ Generator: hatchling 1.32.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,6 +1,6 @@
1
- {
2
- "model": "gpt-5.5",
3
- "apiKey": "",
4
- "baseUrl": "",
5
- "reasoningEffort": "xhigh"
6
- }
1
+ {
2
+ "model": "gpt-5.5",
3
+ "apiKey": "",
4
+ "baseUrl": "",
5
+ "reasoningEffort": "xhigh"
6
+ }
@@ -1,4 +1,4 @@
1
- ../../../bin/trafilatura,sha256=GiRkLTBn2P1Pke8nssfdgp6UmtDpkXzW_8TYk_hfcEk,216
1
+ ../../../bin/trafilatura,sha256=tEL0UMEvOhcJroM6Bc0yGj1VgzoNTKNnOpoVrYC2dls,194
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,,
@@ -0,0 +1,179 @@
1
+ Metadata-Version: 2.4
2
+ Name: websockets
3
+ Version: 16.1.1
4
+ Summary: An implementation of the WebSocket Protocol (RFC 6455 & 7692)
5
+ Author-email: Aymeric Augustin <aymeric.augustin@m4x.org>
6
+ License-Expression: BSD-3-Clause
7
+ Project-URL: Homepage, https://github.com/python-websockets/websockets
8
+ Project-URL: Changelog, https://websockets.readthedocs.io/en/stable/project/changelog.html
9
+ Project-URL: Documentation, https://websockets.readthedocs.io/
10
+ Project-URL: Funding, https://tidelift.com/subscription/pkg/pypi-websockets?utm_source=pypi-websockets&utm_medium=referral&utm_campaign=readme
11
+ Project-URL: Tracker, https://github.com/python-websockets/websockets/issues
12
+ Keywords: WebSocket
13
+ Classifier: Development Status :: 5 - Production/Stable
14
+ Classifier: Environment :: Web Environment
15
+ Classifier: Intended Audience :: Developers
16
+ Classifier: Operating System :: OS Independent
17
+ Classifier: Programming Language :: Python
18
+ Classifier: Programming Language :: Python :: 3
19
+ Classifier: Programming Language :: Python :: 3.10
20
+ Classifier: Programming Language :: Python :: 3.11
21
+ Classifier: Programming Language :: Python :: 3.12
22
+ Classifier: Programming Language :: Python :: 3.13
23
+ Classifier: Programming Language :: Python :: 3.14
24
+ Requires-Python: >=3.10
25
+ Description-Content-Type: text/x-rst
26
+ License-File: LICENSE
27
+ Dynamic: description
28
+ Dynamic: description-content-type
29
+ Dynamic: license-file
30
+
31
+ .. image:: logo/horizontal.svg
32
+ :width: 480px
33
+ :alt: websockets
34
+
35
+ |licence| |version| |pyversions| |tests| |docs| |openssf|
36
+
37
+ .. |licence| image:: https://img.shields.io/pypi/l/websockets.svg
38
+ :target: https://pypi.python.org/pypi/websockets
39
+
40
+ .. |version| image:: https://img.shields.io/pypi/v/websockets.svg
41
+ :target: https://pypi.python.org/pypi/websockets
42
+
43
+ .. |pyversions| image:: https://img.shields.io/pypi/pyversions/websockets.svg
44
+ :target: https://pypi.python.org/pypi/websockets
45
+
46
+ .. |tests| image:: https://img.shields.io/github/checks-status/python-websockets/websockets/main?label=tests
47
+ :target: https://github.com/python-websockets/websockets/actions/workflows/tests.yml
48
+
49
+ .. |docs| image:: https://img.shields.io/readthedocs/websockets.svg
50
+ :target: https://websockets.readthedocs.io/
51
+
52
+ .. |openssf| image:: https://bestpractices.coreinfrastructure.org/projects/6475/badge
53
+ :target: https://bestpractices.coreinfrastructure.org/projects/6475
54
+
55
+ What is ``websockets``?
56
+ -----------------------
57
+
58
+ websockets is a library for building WebSocket_ servers and clients in Python
59
+ with a focus on correctness, simplicity, robustness, and performance.
60
+
61
+ .. _WebSocket: https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API
62
+
63
+ Built on top of ``asyncio``, Python's standard asynchronous I/O framework, the
64
+ default implementation provides an elegant coroutine-based API.
65
+
66
+ An implementation on top of ``threading`` and a Sans-I/O implementation are also
67
+ available.
68
+
69
+ `Documentation is available on Read the Docs. <https://websockets.readthedocs.io/>`_
70
+
71
+ .. copy-pasted because GitHub doesn't support the include directive
72
+
73
+ Here's an echo server with the ``asyncio`` API:
74
+
75
+ .. code:: python
76
+
77
+ #!/usr/bin/env python
78
+
79
+ import asyncio
80
+ from websockets.asyncio.server import serve
81
+
82
+ async def echo(websocket):
83
+ async for message in websocket:
84
+ await websocket.send(message)
85
+
86
+ async def main():
87
+ async with serve(echo, "localhost", 8765) as server:
88
+ await server.serve_forever()
89
+
90
+ asyncio.run(main())
91
+
92
+ Here's how a client sends and receives messages with the ``threading`` API:
93
+
94
+ .. code:: python
95
+
96
+ #!/usr/bin/env python
97
+
98
+ from websockets.sync.client import connect
99
+
100
+ def hello():
101
+ with connect("ws://localhost:8765") as websocket:
102
+ websocket.send("Hello world!")
103
+ message = websocket.recv()
104
+ print(f"Received: {message}")
105
+
106
+ hello()
107
+
108
+
109
+ Does that look good?
110
+
111
+ `Get started with the tutorial! <https://websockets.readthedocs.io/en/stable/intro/index.html>`_
112
+
113
+ Why should I use ``websockets``?
114
+ --------------------------------
115
+
116
+ The development of ``websockets`` is shaped by four principles:
117
+
118
+ 1. **Correctness**: ``websockets`` is heavily tested for compliance with
119
+ :rfc:`6455`. Continuous integration fails under 100% branch coverage.
120
+
121
+ 2. **Simplicity**: all you need to understand is ``msg = await ws.recv()`` and
122
+ ``await ws.send(msg)``. ``websockets`` takes care of managing connections
123
+ so you can focus on your application.
124
+
125
+ 3. **Robustness**: ``websockets`` is built for production. For example, it was
126
+ the only library to `handle backpressure correctly`_ before the issue
127
+ became widely known in the Python community.
128
+
129
+ 4. **Performance**: memory usage is optimized and configurable. A C extension
130
+ accelerates expensive operations. It's pre-compiled for Linux, macOS and
131
+ Windows and packaged in the wheel format for each system and Python version.
132
+
133
+ Documentation is a first class concern in the project. Head over to `Read the
134
+ Docs`_ and see for yourself.
135
+
136
+ .. _Read the Docs: https://websockets.readthedocs.io/
137
+ .. _handle backpressure correctly: https://vorpus.org/blog/some-thoughts-on-asynchronous-api-design-in-a-post-asyncawait-world/#websocket-servers
138
+
139
+ Why shouldn't I use ``websockets``?
140
+ -----------------------------------
141
+
142
+ * If you prefer callbacks over coroutines: ``websockets`` was created to
143
+ provide the best coroutine-based API to manage WebSocket connections in
144
+ Python. Pick another library for a callback-based API.
145
+
146
+ * If you're looking for a mixed HTTP / WebSocket library: ``websockets`` aims
147
+ at being an excellent implementation of :rfc:`6455`: The WebSocket Protocol
148
+ and :rfc:`7692`: Compression Extensions for WebSocket. Its support for HTTP
149
+ is minimal — just enough for an HTTP health check.
150
+
151
+ If you want to do both in the same server, look at HTTP + WebSocket servers
152
+ that build on top of ``websockets`` to support WebSocket connections, like
153
+ uvicorn_ or Sanic_.
154
+
155
+ .. _uvicorn: https://www.uvicorn.org/
156
+ .. _Sanic: https://sanic.dev/en/
157
+
158
+ What else?
159
+ ----------
160
+
161
+ Bug reports, patches and suggestions are welcome!
162
+
163
+ To report a security vulnerability, please use the `Tidelift security
164
+ contact`_. Tidelift will coordinate the fix and disclosure.
165
+
166
+ .. _Tidelift security contact: https://tidelift.com/security
167
+
168
+ For anything else, please open an issue_ or send a `pull request`_.
169
+
170
+ .. _issue: https://github.com/python-websockets/websockets/issues/new
171
+ .. _pull request: https://github.com/python-websockets/websockets/compare/
172
+
173
+ Participants must uphold the `Contributor Covenant code of conduct`_.
174
+
175
+ .. _Contributor Covenant code of conduct: https://github.com/python-websockets/websockets/blob/main/CODE_OF_CONDUCT.md
176
+
177
+ ``websockets`` is released under the `BSD license`_.
178
+
179
+ .. _BSD license: https://github.com/python-websockets/websockets/blob/main/LICENSE
@@ -0,0 +1,109 @@
1
+ ../../../bin/websockets,sha256=vOzeZbPyXSL0mU4k8HO1fyalN-W8wc87h-UQocD41i8,193
2
+ websockets-16.1.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
3
+ websockets-16.1.1.dist-info/METADATA,sha256=a8TElV26Jw-1EWtexIv15UhfcbxwuhESBIKrR2wDric,6801
4
+ websockets-16.1.1.dist-info/RECORD,,
5
+ websockets-16.1.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ websockets-16.1.1.dist-info/WHEEL,sha256=EKwl_Xjb0DP3AvH3UT0VpQVBI59gyFAkR3CjYG8HEI8,186
7
+ websockets-16.1.1.dist-info/entry_points.txt,sha256=Dnhn4dm5EsI4ZMAsHldGF6CwBXZrGXnR7cnK2-XR7zY,51
8
+ websockets-16.1.1.dist-info/licenses/LICENSE,sha256=PWoMBQ2L7FL6utUC5F-yW9ArytvXDeo01Ee2oP9Obag,1514
9
+ websockets-16.1.1.dist-info/top_level.txt,sha256=CMpdKklxKsvZgCgyltxUWOHibZXZ1uYIVpca9xsQ8Hk,11
10
+ websockets/__init__.py,sha256=AC2Hq92uSc_WOo9_xvITpGshJ7Dy0Md5m2_ywsdSt_Y,7058
11
+ websockets/__main__.py,sha256=wu5N2wk8mvBgyvr2ghmQf4prezAe0_i-p123VVreyYc,62
12
+ websockets/__pycache__/__init__.cpython-314.pyc,,
13
+ websockets/__pycache__/__main__.cpython-314.pyc,,
14
+ websockets/__pycache__/auth.cpython-314.pyc,,
15
+ websockets/__pycache__/cli.cpython-314.pyc,,
16
+ websockets/__pycache__/client.cpython-314.pyc,,
17
+ websockets/__pycache__/connection.cpython-314.pyc,,
18
+ websockets/__pycache__/datastructures.cpython-314.pyc,,
19
+ websockets/__pycache__/exceptions.cpython-314.pyc,,
20
+ websockets/__pycache__/frames.cpython-314.pyc,,
21
+ websockets/__pycache__/headers.cpython-314.pyc,,
22
+ websockets/__pycache__/http.cpython-314.pyc,,
23
+ websockets/__pycache__/http11.cpython-314.pyc,,
24
+ websockets/__pycache__/imports.cpython-314.pyc,,
25
+ websockets/__pycache__/protocol.cpython-314.pyc,,
26
+ websockets/__pycache__/proxy.cpython-314.pyc,,
27
+ websockets/__pycache__/server.cpython-314.pyc,,
28
+ websockets/__pycache__/streams.cpython-314.pyc,,
29
+ websockets/__pycache__/typing.cpython-314.pyc,,
30
+ websockets/__pycache__/uri.cpython-314.pyc,,
31
+ websockets/__pycache__/utils.cpython-314.pyc,,
32
+ websockets/__pycache__/version.cpython-314.pyc,,
33
+ websockets/asyncio/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
+ websockets/asyncio/__pycache__/__init__.cpython-314.pyc,,
35
+ websockets/asyncio/__pycache__/async_timeout.cpython-314.pyc,,
36
+ websockets/asyncio/__pycache__/client.cpython-314.pyc,,
37
+ websockets/asyncio/__pycache__/compatibility.cpython-314.pyc,,
38
+ websockets/asyncio/__pycache__/connection.cpython-314.pyc,,
39
+ websockets/asyncio/__pycache__/messages.cpython-314.pyc,,
40
+ websockets/asyncio/__pycache__/router.cpython-314.pyc,,
41
+ websockets/asyncio/__pycache__/server.cpython-314.pyc,,
42
+ websockets/asyncio/async_timeout.py,sha256=N-6Mubyiaoh66PAXGvCzhgxCM-7V2XiRnH32Xi6J6TE,8971
43
+ websockets/asyncio/client.py,sha256=ZDM_HhYuJcwi9nvFvgIITezzvUrlC932Qlyf3Qj2Wlo,31347
44
+ websockets/asyncio/compatibility.py,sha256=gkenDDhzNbm6_iXV5Edvbvp6uHZYdrTvGNjt8P_JtyQ,786
45
+ websockets/asyncio/connection.py,sha256=3h3J536PFb4oN06Oq64YofSI0q4KL1CNagVOW7Jp1GE,49904
46
+ websockets/asyncio/messages.py,sha256=u2M5WKY9xPyw8G3nKoXfdO5K41hrTnf4MdizVHzgdM4,11129
47
+ websockets/asyncio/router.py,sha256=S-69vszK-SqUCcZbXXPOnux-eH2fTHYC2JNh7tOtmmA,7520
48
+ websockets/asyncio/server.py,sha256=wQ9oBc0WBOIzbXKDYJ8UhXRTeoXrSfLu6CWCrUl-vck,37941
49
+ websockets/auth.py,sha256=U_Jwmn59ZRQ6EecpOvMizQCG_ZbAvgUf1ik7haZRC3c,568
50
+ websockets/cli.py,sha256=TtjV9tJaI4Pfc6QQahxR3gyaYk3Ws9FjddxVY6fhzps,6036
51
+ websockets/client.py,sha256=fljI5k5oQ-Sfm53MCoyTlr2jFtOOIuO13H9bbtpBPes,13789
52
+ websockets/connection.py,sha256=OLiMVkNd25_86sB8Q7CrCwBoXy9nA0OCgdgLRA8WUR8,323
53
+ websockets/datastructures.py,sha256=wvICZFjnjfNRLhB3_sEHRYs1m_YgWKUY6xMuug4oE2I,6125
54
+ websockets/exceptions.py,sha256=bgaMdqQGGZosAEULeCB30XW2YnwomWa3c8YOrEfeOoY,12859
55
+ websockets/extensions/__init__.py,sha256=QkZsxaJVllVSp1uhdD5uPGibdbx_091GrVVfS5LXcpw,98
56
+ websockets/extensions/__pycache__/__init__.cpython-314.pyc,,
57
+ websockets/extensions/__pycache__/base.cpython-314.pyc,,
58
+ websockets/extensions/__pycache__/permessage_deflate.cpython-314.pyc,,
59
+ websockets/extensions/base.py,sha256=JNfyk543C7VuPH0QOobiqKoGrzjJILje6sz5ILvOPl4,2903
60
+ websockets/extensions/permessage_deflate.py,sha256=8_X5ctG_Nx9R4yzYHN3vCo7SPxpDXOb5J_HMKjSTP0c,25901
61
+ websockets/frames.py,sha256=0buDDBhh_f68QS6dqIDE8HjWgVhIlm-15WcWixX7sWw,16891
62
+ websockets/headers.py,sha256=yQnPljVZwV1_V-pOSRKNLG_u827wFC1h72cciojcQ8M,16046
63
+ websockets/http.py,sha256=T1tNLmbkFCneXQ6qepBmsVVDXyP9i500IVzTJTeBMR4,659
64
+ websockets/http11.py,sha256=3ZRx_LLSI-1ykQd6LNIU-mrWilW8v_-OaG5LLAv7m88,15709
65
+ websockets/imports.py,sha256=T_B9TUmHoceKMQ-PNphdQQAH2XdxAxwSQNeQEgqILkE,2795
66
+ websockets/legacy/__init__.py,sha256=wQ5zRIENGUS_5eKNAX9CRE7x1TwKapKimrQFFWN9Sxs,276
67
+ websockets/legacy/__pycache__/__init__.cpython-314.pyc,,
68
+ websockets/legacy/__pycache__/auth.cpython-314.pyc,,
69
+ websockets/legacy/__pycache__/client.cpython-314.pyc,,
70
+ websockets/legacy/__pycache__/exceptions.cpython-314.pyc,,
71
+ websockets/legacy/__pycache__/framing.cpython-314.pyc,,
72
+ websockets/legacy/__pycache__/handshake.cpython-314.pyc,,
73
+ websockets/legacy/__pycache__/http.cpython-314.pyc,,
74
+ websockets/legacy/__pycache__/protocol.cpython-314.pyc,,
75
+ websockets/legacy/__pycache__/server.cpython-314.pyc,,
76
+ websockets/legacy/auth.py,sha256=DcQcCSeVeP93JcH8vFWE0HIJL-X-f23LZ0DsJpav1So,6531
77
+ websockets/legacy/client.py,sha256=_VfxHzuvJyshFo8YiQLTODiFE6MvIfR0tDrMwZog-aU,27378
78
+ websockets/legacy/exceptions.py,sha256=ViEjpoT09fzx_Zqf0aNGDVtRDNjXaOw0gdCta3LkjFc,1924
79
+ websockets/legacy/framing.py,sha256=r9P1wiXv_1XuAVQw8SOPkuE9d4eZ0r_JowAkz9-WV4w,6366
80
+ websockets/legacy/handshake.py,sha256=2Nzr5AN2xvDC5EdNP-kB3lOcrAaUNlYuj_-hr_jv7pM,5285
81
+ websockets/legacy/http.py,sha256=cOCQmDWhIKQmm8UWGXPW7CDZg03wjogCsb0LP9oetNQ,7061
82
+ websockets/legacy/protocol.py,sha256=ajtVXDb-lEm9BN0NF3iEaTI_b1q5fBCKTB9wvUoGOxY,63632
83
+ websockets/legacy/server.py,sha256=7mwY-yD0ljNF93oPYumTWD7OIVbCWtaEOw1FFJBhIAM,45251
84
+ websockets/protocol.py,sha256=vTqjPIg2HmO-bSxsczuEmWMxPTxPXU1hmVUjqnahV44,27247
85
+ websockets/proxy.py,sha256=oFrbEYtasYWv-WDcniObD9nBR5Q5qkHpyCVLngx7WMQ,4969
86
+ websockets/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
87
+ websockets/server.py,sha256=E4SWBA8WZRmAOpsUm-oCqacBGZre9e0iDmDIrfpV21Q,21790
88
+ websockets/speedups.c,sha256=u_dncR4M38EX6He_fzb1TY6D3Hke67ZpoHLLhZZ0hvQ,5920
89
+ websockets/speedups.cpython-314-x86_64-linux-gnu.so,sha256=GZaGkW-51I1egcDiYRcBYC7WnWikDyb-vUe6-nc9u-k,38232
90
+ websockets/speedups.pyi,sha256=unjvBNg-uW4c7z-9OW4WiSzZk_QH2bLEcjYAMuoSgBI,102
91
+ websockets/streams.py,sha256=pXqga7ttjuF6lChWYiWLSfUlt3FCaQpEX1ae_jvcCeQ,4071
92
+ websockets/sync/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
93
+ websockets/sync/__pycache__/__init__.cpython-314.pyc,,
94
+ websockets/sync/__pycache__/client.cpython-314.pyc,,
95
+ websockets/sync/__pycache__/connection.cpython-314.pyc,,
96
+ websockets/sync/__pycache__/messages.cpython-314.pyc,,
97
+ websockets/sync/__pycache__/router.cpython-314.pyc,,
98
+ websockets/sync/__pycache__/server.cpython-314.pyc,,
99
+ websockets/sync/__pycache__/utils.cpython-314.pyc,,
100
+ websockets/sync/client.py,sha256=_2Erytw1f3f9O_u2jLtS1oNV4HsHUi_h3lGvT9ZEaDQ,22108
101
+ websockets/sync/connection.py,sha256=wVVIarg309eUidVOptLfr17JoqkjpoYMxsvfNeg4-Lk,41929
102
+ websockets/sync/messages.py,sha256=yZV1zhY07ZD0vRF5b1yDa7ug0rbA5UDOCCCQmWwAcds,12858
103
+ websockets/sync/router.py,sha256=BqKSAKNZYtRWiOxol9qYeyfgyXRrMNJ6FrTTZLNcXMg,7172
104
+ websockets/sync/server.py,sha256=s07HNK_2s1kLN62Uqc77uvND0z7C0YTXGePsCiBtXaE,27655
105
+ websockets/sync/utils.py,sha256=TtW-ncYFvJmiSW2gO86ngE2BVsnnBdL-4H88kWNDYbg,1107
106
+ websockets/typing.py,sha256=A6xh4m65pRzKAbuOs0kFuGhL4DWIIko-ppS4wvJVc0Q,1946
107
+ websockets/uri.py,sha256=2fFMw-AbKJ5HVHNCuw1Rx1MnkCkNWRpogxWhhM30EU4,3125
108
+ websockets/utils.py,sha256=54KKf6i3nHs5HG-Ou5ULXSa2exQ109ds-4v3Xn0qlV8,1359
109
+ websockets/version.py,sha256=R75kuowOD9TNNWAlKiIAQJPf5tWZHJyprTv3GfqYRGw,3204
@@ -0,0 +1,7 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (83.0.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp314-cp314-manylinux_2_5_x86_64
5
+ Tag: cp314-cp314-manylinux1_x86_64
6
+ Tag: cp314-cp314-manylinux_2_28_x86_64
7
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ websockets = websockets.cli:main
@@ -0,0 +1,24 @@
1
+ Copyright (c) Aymeric Augustin and contributors
2
+
3
+ Redistribution and use in source and binary forms, with or without
4
+ modification, are permitted provided that the following conditions are met:
5
+
6
+ * Redistributions of source code must retain the above copyright notice,
7
+ this list of conditions and the following disclaimer.
8
+ * Redistributions in binary form must reproduce the above copyright notice,
9
+ this list of conditions and the following disclaimer in the documentation
10
+ and/or other materials provided with the distribution.
11
+ * Neither the name of the copyright holder nor the names of its contributors
12
+ may be used to endorse or promote products derived from this software
13
+ without specific prior written permission.
14
+
15
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
19
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
21
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
22
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
23
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
24
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package/bin/rind-runtime CHANGED
Binary file
package/package.json CHANGED
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "name": "@rind-ai/runtime-linux-x64",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "description": "Rind runtime for linux-x64",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/Azzurroooo/rind.git",
7
7
  "files": [
8
8
  "bin"
9
9
  ],
10
+ "bin": {
11
+ "rind-runtime": "bin/rind-runtime"
12
+ },
10
13
  "os": [
11
14
  "linux"
12
15
  ],