applied-ai-018 commited on
Commit
28c740f
·
verified ·
1 Parent(s): 1f59558

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. ckpts/universal/global_step40/zero/21.mlp.dense_h_to_4h_swiglu.weight/exp_avg.pt +3 -0
  2. ckpts/universal/global_step40/zero/4.attention.query_key_value.weight/exp_avg.pt +3 -0
  3. ckpts/universal/global_step40/zero/8.attention.dense.weight/exp_avg.pt +3 -0
  4. ckpts/universal/global_step40/zero/8.attention.dense.weight/exp_avg_sq.pt +3 -0
  5. ckpts/universal/global_step40/zero/8.mlp.dense_h_to_4h_swiglu.weight/fp32.pt +3 -0
  6. venv/lib/python3.10/site-packages/aiohttp-3.9.5.dist-info/INSTALLER +1 -0
  7. venv/lib/python3.10/site-packages/aiohttp-3.9.5.dist-info/LICENSE.txt +13 -0
  8. venv/lib/python3.10/site-packages/aiohttp-3.9.5.dist-info/METADATA +245 -0
  9. venv/lib/python3.10/site-packages/aiohttp-3.9.5.dist-info/RECORD +119 -0
  10. venv/lib/python3.10/site-packages/aiohttp-3.9.5.dist-info/WHEEL +6 -0
  11. venv/lib/python3.10/site-packages/aiohttp-3.9.5.dist-info/top_level.txt +1 -0
  12. venv/lib/python3.10/site-packages/aiohttp/__pycache__/abc.cpython-310.pyc +0 -0
  13. venv/lib/python3.10/site-packages/aiohttp/__pycache__/base_protocol.cpython-310.pyc +0 -0
  14. venv/lib/python3.10/site-packages/aiohttp/__pycache__/client.cpython-310.pyc +0 -0
  15. venv/lib/python3.10/site-packages/aiohttp/__pycache__/client_proto.cpython-310.pyc +0 -0
  16. venv/lib/python3.10/site-packages/aiohttp/__pycache__/client_reqrep.cpython-310.pyc +0 -0
  17. venv/lib/python3.10/site-packages/aiohttp/__pycache__/client_ws.cpython-310.pyc +0 -0
  18. venv/lib/python3.10/site-packages/aiohttp/__pycache__/connector.cpython-310.pyc +0 -0
  19. venv/lib/python3.10/site-packages/aiohttp/__pycache__/cookiejar.cpython-310.pyc +0 -0
  20. venv/lib/python3.10/site-packages/aiohttp/__pycache__/hdrs.cpython-310.pyc +0 -0
  21. venv/lib/python3.10/site-packages/aiohttp/__pycache__/helpers.cpython-310.pyc +0 -0
  22. venv/lib/python3.10/site-packages/aiohttp/__pycache__/http.cpython-310.pyc +0 -0
  23. venv/lib/python3.10/site-packages/aiohttp/__pycache__/http_exceptions.cpython-310.pyc +0 -0
  24. venv/lib/python3.10/site-packages/aiohttp/__pycache__/http_parser.cpython-310.pyc +0 -0
  25. venv/lib/python3.10/site-packages/aiohttp/__pycache__/http_websocket.cpython-310.pyc +0 -0
  26. venv/lib/python3.10/site-packages/aiohttp/__pycache__/log.cpython-310.pyc +0 -0
  27. venv/lib/python3.10/site-packages/aiohttp/__pycache__/payload.cpython-310.pyc +0 -0
  28. venv/lib/python3.10/site-packages/aiohttp/__pycache__/payload_streamer.cpython-310.pyc +0 -0
  29. venv/lib/python3.10/site-packages/aiohttp/__pycache__/pytest_plugin.cpython-310.pyc +0 -0
  30. venv/lib/python3.10/site-packages/aiohttp/__pycache__/tracing.cpython-310.pyc +0 -0
  31. venv/lib/python3.10/site-packages/aiohttp/__pycache__/web_exceptions.cpython-310.pyc +0 -0
  32. venv/lib/python3.10/site-packages/aiohttp/__pycache__/web_fileresponse.cpython-310.pyc +0 -0
  33. venv/lib/python3.10/site-packages/aiohttp/__pycache__/web_protocol.cpython-310.pyc +0 -0
  34. venv/lib/python3.10/site-packages/aiohttp/__pycache__/web_response.cpython-310.pyc +0 -0
  35. venv/lib/python3.10/site-packages/aiohttp/__pycache__/web_routedef.cpython-310.pyc +0 -0
  36. venv/lib/python3.10/site-packages/aiohttp/__pycache__/web_urldispatcher.cpython-310.pyc +0 -0
  37. venv/lib/python3.10/site-packages/aiohttp/__pycache__/web_ws.cpython-310.pyc +0 -0
  38. venv/lib/python3.10/site-packages/aiohttp/__pycache__/worker.cpython-310.pyc +0 -0
  39. venv/lib/python3.10/site-packages/attrs/__init__.py +65 -0
  40. venv/lib/python3.10/site-packages/attrs/__init__.pyi +67 -0
  41. venv/lib/python3.10/site-packages/attrs/__pycache__/__init__.cpython-310.pyc +0 -0
  42. venv/lib/python3.10/site-packages/attrs/__pycache__/converters.cpython-310.pyc +0 -0
  43. venv/lib/python3.10/site-packages/attrs/__pycache__/exceptions.cpython-310.pyc +0 -0
  44. venv/lib/python3.10/site-packages/attrs/__pycache__/filters.cpython-310.pyc +0 -0
  45. venv/lib/python3.10/site-packages/attrs/__pycache__/setters.cpython-310.pyc +0 -0
  46. venv/lib/python3.10/site-packages/attrs/__pycache__/validators.cpython-310.pyc +0 -0
  47. venv/lib/python3.10/site-packages/attrs/converters.py +3 -0
  48. venv/lib/python3.10/site-packages/attrs/exceptions.py +3 -0
  49. venv/lib/python3.10/site-packages/attrs/filters.py +3 -0
  50. venv/lib/python3.10/site-packages/attrs/py.typed +0 -0
ckpts/universal/global_step40/zero/21.mlp.dense_h_to_4h_swiglu.weight/exp_avg.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8e68b9c47bc8074efbb7f2623aa75b9d3b3ce49f81140b568d01d090cfe7695
3
+ size 33555612
ckpts/universal/global_step40/zero/4.attention.query_key_value.weight/exp_avg.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4329c74f1e185424500720d469b33bb5731a3fb432eb96294f1b3d90f5c47fc7
3
+ size 50332828
ckpts/universal/global_step40/zero/8.attention.dense.weight/exp_avg.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3486a434b8e4a63d0e05d2859af6c482a8377d5a0561791519b7adffec41e6d
3
+ size 16778396
ckpts/universal/global_step40/zero/8.attention.dense.weight/exp_avg_sq.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8f39120ac2b8004387edfe366191734b445ad83953fe4b173b94109469e55db
3
+ size 16778411
ckpts/universal/global_step40/zero/8.mlp.dense_h_to_4h_swiglu.weight/fp32.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59b586d04bf3a89d75b7bfbe7b18b9a4d9ddca5a04c719a001d8c4f5270f1796
3
+ size 33555533
venv/lib/python3.10/site-packages/aiohttp-3.9.5.dist-info/INSTALLER ADDED
@@ -0,0 +1 @@
 
 
1
+ pip
venv/lib/python3.10/site-packages/aiohttp-3.9.5.dist-info/LICENSE.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Copyright aio-libs contributors.
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
venv/lib/python3.10/site-packages/aiohttp-3.9.5.dist-info/METADATA ADDED
@@ -0,0 +1,245 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Metadata-Version: 2.1
2
+ Name: aiohttp
3
+ Version: 3.9.5
4
+ Summary: Async http client/server framework (asyncio)
5
+ Home-page: https://github.com/aio-libs/aiohttp
6
+ Maintainer: aiohttp team <[email protected]>
7
+ Maintainer-email: [email protected]
8
+ License: Apache 2
9
+ Project-URL: Chat: Matrix, https://matrix.to/#/#aio-libs:matrix.org
10
+ Project-URL: Chat: Matrix Space, https://matrix.to/#/#aio-libs-space:matrix.org
11
+ Project-URL: CI: GitHub Actions, https://github.com/aio-libs/aiohttp/actions?query=workflow%3ACI
12
+ Project-URL: Coverage: codecov, https://codecov.io/github/aio-libs/aiohttp
13
+ Project-URL: Docs: Changelog, https://docs.aiohttp.org/en/stable/changes.html
14
+ Project-URL: Docs: RTD, https://docs.aiohttp.org
15
+ Project-URL: GitHub: issues, https://github.com/aio-libs/aiohttp/issues
16
+ Project-URL: GitHub: repo, https://github.com/aio-libs/aiohttp
17
+ Classifier: Development Status :: 5 - Production/Stable
18
+ Classifier: Framework :: AsyncIO
19
+ Classifier: Intended Audience :: Developers
20
+ Classifier: License :: OSI Approved :: Apache Software License
21
+ Classifier: Operating System :: POSIX
22
+ Classifier: Operating System :: MacOS :: MacOS X
23
+ Classifier: Operating System :: Microsoft :: Windows
24
+ Classifier: Programming Language :: Python
25
+ Classifier: Programming Language :: Python :: 3
26
+ Classifier: Programming Language :: Python :: 3.8
27
+ Classifier: Programming Language :: Python :: 3.9
28
+ Classifier: Programming Language :: Python :: 3.10
29
+ Classifier: Programming Language :: Python :: 3.11
30
+ Classifier: Programming Language :: Python :: 3.12
31
+ Classifier: Topic :: Internet :: WWW/HTTP
32
+ Requires-Python: >=3.8
33
+ Description-Content-Type: text/x-rst
34
+ License-File: LICENSE.txt
35
+ Requires-Dist: aiosignal >=1.1.2
36
+ Requires-Dist: attrs >=17.3.0
37
+ Requires-Dist: frozenlist >=1.1.1
38
+ Requires-Dist: multidict <7.0,>=4.5
39
+ Requires-Dist: yarl <2.0,>=1.0
40
+ Requires-Dist: async-timeout <5.0,>=4.0 ; python_version < "3.11"
41
+ Provides-Extra: speedups
42
+ Requires-Dist: brotlicffi ; (platform_python_implementation != "CPython") and extra == 'speedups'
43
+ Requires-Dist: Brotli ; (platform_python_implementation == "CPython") and extra == 'speedups'
44
+ Requires-Dist: aiodns ; (sys_platform == "linux" or sys_platform == "darwin") and extra == 'speedups'
45
+
46
+ ==================================
47
+ Async http client/server framework
48
+ ==================================
49
+
50
+ .. image:: https://raw.githubusercontent.com/aio-libs/aiohttp/master/docs/aiohttp-plain.svg
51
+ :height: 64px
52
+ :width: 64px
53
+ :alt: aiohttp logo
54
+
55
+ |
56
+
57
+ .. image:: https://github.com/aio-libs/aiohttp/workflows/CI/badge.svg
58
+ :target: https://github.com/aio-libs/aiohttp/actions?query=workflow%3ACI
59
+ :alt: GitHub Actions status for master branch
60
+
61
+ .. image:: https://codecov.io/gh/aio-libs/aiohttp/branch/master/graph/badge.svg
62
+ :target: https://codecov.io/gh/aio-libs/aiohttp
63
+ :alt: codecov.io status for master branch
64
+
65
+ .. image:: https://badge.fury.io/py/aiohttp.svg
66
+ :target: https://pypi.org/project/aiohttp
67
+ :alt: Latest PyPI package version
68
+
69
+ .. image:: https://readthedocs.org/projects/aiohttp/badge/?version=latest
70
+ :target: https://docs.aiohttp.org/
71
+ :alt: Latest Read The Docs
72
+
73
+ .. image:: https://img.shields.io/matrix/aio-libs:matrix.org?label=Discuss%20on%20Matrix%20at%20%23aio-libs%3Amatrix.org&logo=matrix&server_fqdn=matrix.org&style=flat
74
+ :target: https://matrix.to/#/%23aio-libs:matrix.org
75
+ :alt: Matrix Room — #aio-libs:matrix.org
76
+
77
+ .. image:: https://img.shields.io/matrix/aio-libs-space:matrix.org?label=Discuss%20on%20Matrix%20at%20%23aio-libs-space%3Amatrix.org&logo=matrix&server_fqdn=matrix.org&style=flat
78
+ :target: https://matrix.to/#/%23aio-libs-space:matrix.org
79
+ :alt: Matrix Space — #aio-libs-space:matrix.org
80
+
81
+
82
+ Key Features
83
+ ============
84
+
85
+ - Supports both client and server side of HTTP protocol.
86
+ - Supports both client and server Web-Sockets out-of-the-box and avoids
87
+ Callback Hell.
88
+ - Provides Web-server with middleware and pluggable routing.
89
+
90
+
91
+ Getting started
92
+ ===============
93
+
94
+ Client
95
+ ------
96
+
97
+ To get something from the web:
98
+
99
+ .. code-block:: python
100
+
101
+ import aiohttp
102
+ import asyncio
103
+
104
+ async def main():
105
+
106
+ async with aiohttp.ClientSession() as session:
107
+ async with session.get('http://python.org') as response:
108
+
109
+ print("Status:", response.status)
110
+ print("Content-type:", response.headers['content-type'])
111
+
112
+ html = await response.text()
113
+ print("Body:", html[:15], "...")
114
+
115
+ asyncio.run(main())
116
+
117
+ This prints:
118
+
119
+ .. code-block::
120
+
121
+ Status: 200
122
+ Content-type: text/html; charset=utf-8
123
+ Body: <!doctype html> ...
124
+
125
+ Coming from `requests <https://requests.readthedocs.io/>`_ ? Read `why we need so many lines <https://aiohttp.readthedocs.io/en/latest/http_request_lifecycle.html>`_.
126
+
127
+ Server
128
+ ------
129
+
130
+ An example using a simple server:
131
+
132
+ .. code-block:: python
133
+
134
+ # examples/server_simple.py
135
+ from aiohttp import web
136
+
137
+ async def handle(request):
138
+ name = request.match_info.get('name', "Anonymous")
139
+ text = "Hello, " + name
140
+ return web.Response(text=text)
141
+
142
+ async def wshandle(request):
143
+ ws = web.WebSocketResponse()
144
+ await ws.prepare(request)
145
+
146
+ async for msg in ws:
147
+ if msg.type == web.WSMsgType.text:
148
+ await ws.send_str("Hello, {}".format(msg.data))
149
+ elif msg.type == web.WSMsgType.binary:
150
+ await ws.send_bytes(msg.data)
151
+ elif msg.type == web.WSMsgType.close:
152
+ break
153
+
154
+ return ws
155
+
156
+
157
+ app = web.Application()
158
+ app.add_routes([web.get('/', handle),
159
+ web.get('/echo', wshandle),
160
+ web.get('/{name}', handle)])
161
+
162
+ if __name__ == '__main__':
163
+ web.run_app(app)
164
+
165
+
166
+ Documentation
167
+ =============
168
+
169
+ https://aiohttp.readthedocs.io/
170
+
171
+
172
+ Demos
173
+ =====
174
+
175
+ https://github.com/aio-libs/aiohttp-demos
176
+
177
+
178
+ External links
179
+ ==============
180
+
181
+ * `Third party libraries
182
+ <http://aiohttp.readthedocs.io/en/latest/third_party.html>`_
183
+ * `Built with aiohttp
184
+ <http://aiohttp.readthedocs.io/en/latest/built_with.html>`_
185
+ * `Powered by aiohttp
186
+ <http://aiohttp.readthedocs.io/en/latest/powered_by.html>`_
187
+
188
+ Feel free to make a Pull Request for adding your link to these pages!
189
+
190
+
191
+ Communication channels
192
+ ======================
193
+
194
+ *aio-libs Discussions*: https://github.com/aio-libs/aiohttp/discussions
195
+
196
+ *gitter chat* https://gitter.im/aio-libs/Lobby
197
+
198
+ We support `Stack Overflow
199
+ <https://stackoverflow.com/questions/tagged/aiohttp>`_.
200
+ Please add *aiohttp* tag to your question there.
201
+
202
+ Requirements
203
+ ============
204
+
205
+ - async-timeout_
206
+ - attrs_
207
+ - multidict_
208
+ - yarl_
209
+ - frozenlist_
210
+
211
+ Optionally you may install the aiodns_ library (highly recommended for sake of speed).
212
+
213
+ .. _aiodns: https://pypi.python.org/pypi/aiodns
214
+ .. _attrs: https://github.com/python-attrs/attrs
215
+ .. _multidict: https://pypi.python.org/pypi/multidict
216
+ .. _frozenlist: https://pypi.org/project/frozenlist/
217
+ .. _yarl: https://pypi.python.org/pypi/yarl
218
+ .. _async-timeout: https://pypi.python.org/pypi/async_timeout
219
+
220
+ License
221
+ =======
222
+
223
+ ``aiohttp`` is offered under the Apache 2 license.
224
+
225
+
226
+ Keepsafe
227
+ ========
228
+
229
+ The aiohttp community would like to thank Keepsafe
230
+ (https://www.getkeepsafe.com) for its support in the early days of
231
+ the project.
232
+
233
+
234
+ Source code
235
+ ===========
236
+
237
+ The latest developer version is available in a GitHub repository:
238
+ https://github.com/aio-libs/aiohttp
239
+
240
+ Benchmarks
241
+ ==========
242
+
243
+ If you are interested in efficiency, the AsyncIO community maintains a
244
+ list of benchmarks on the official wiki:
245
+ https://github.com/python/asyncio/wiki/Benchmarks
venv/lib/python3.10/site-packages/aiohttp-3.9.5.dist-info/RECORD ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp-3.9.5.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
2
+ aiohttp-3.9.5.dist-info/LICENSE.txt,sha256=n4DQ2311WpQdtFchcsJw7L2PCCuiFd3QlZhZQu2Uqes,588
3
+ aiohttp-3.9.5.dist-info/METADATA,sha256=TD5idczLj39MQNfk4DX6Dg33oZrl1YHK1vSnxNt5lOQ,7459
4
+ aiohttp-3.9.5.dist-info/RECORD,,
5
+ aiohttp-3.9.5.dist-info/WHEEL,sha256=CzQQWV-lNyM92gr3iaBk8dvO35YDHRxgzkZ-dxumUIM,152
6
+ aiohttp-3.9.5.dist-info/top_level.txt,sha256=iv-JIaacmTl-hSho3QmphcKnbRRYx1st47yjz_178Ro,8
7
+ aiohttp/.hash/_cparser.pxd.hash,sha256=hYa9Vje-oMs2eh_7MfCPOh2QW_1x1yCjcZuc7AmwLd0,121
8
+ aiohttp/.hash/_find_header.pxd.hash,sha256=_mbpD6vM-CVCKq3ulUvsOAz5Wdo88wrDzfpOsMQaMNA,125
9
+ aiohttp/.hash/_helpers.pyi.hash,sha256=Ew4BZDc2LqFwszgZZUHHrJvw5P8HBhJ700n1Ntg52hE,121
10
+ aiohttp/.hash/_helpers.pyx.hash,sha256=5JQ6BlMBE4HnRaCGdkK9_wpL3ZSWpU1gyLYva0Wwx2c,121
11
+ aiohttp/.hash/_http_parser.pyx.hash,sha256=4RMfISkoa9dJKvYXpa_Qe7b_32v4k7HXpaGhgXcNK4k,125
12
+ aiohttp/.hash/_http_writer.pyx.hash,sha256=3Qg3T3D-Ud73elzPHBufK0yEu9tP5jsu6g-aPKQY9gE,125
13
+ aiohttp/.hash/_websocket.pyx.hash,sha256=M97f-Yti-4vnE4GNTD1s_DzKs-fG_ww3jle6EUvixnE,123
14
+ aiohttp/.hash/hdrs.py.hash,sha256=2oEszMWjYFTHoF2w4OcFCoM7osv4vY9KLLJCu9HP0xI,116
15
+ aiohttp/__init__.py,sha256=f4PQQkLHI2og_KChLyaIzT1iOTIajtmT62yHfpn-XhU,7762
16
+ aiohttp/__pycache__/__init__.cpython-310.pyc,,
17
+ aiohttp/__pycache__/abc.cpython-310.pyc,,
18
+ aiohttp/__pycache__/base_protocol.cpython-310.pyc,,
19
+ aiohttp/__pycache__/client.cpython-310.pyc,,
20
+ aiohttp/__pycache__/client_exceptions.cpython-310.pyc,,
21
+ aiohttp/__pycache__/client_proto.cpython-310.pyc,,
22
+ aiohttp/__pycache__/client_reqrep.cpython-310.pyc,,
23
+ aiohttp/__pycache__/client_ws.cpython-310.pyc,,
24
+ aiohttp/__pycache__/compression_utils.cpython-310.pyc,,
25
+ aiohttp/__pycache__/connector.cpython-310.pyc,,
26
+ aiohttp/__pycache__/cookiejar.cpython-310.pyc,,
27
+ aiohttp/__pycache__/formdata.cpython-310.pyc,,
28
+ aiohttp/__pycache__/hdrs.cpython-310.pyc,,
29
+ aiohttp/__pycache__/helpers.cpython-310.pyc,,
30
+ aiohttp/__pycache__/http.cpython-310.pyc,,
31
+ aiohttp/__pycache__/http_exceptions.cpython-310.pyc,,
32
+ aiohttp/__pycache__/http_parser.cpython-310.pyc,,
33
+ aiohttp/__pycache__/http_websocket.cpython-310.pyc,,
34
+ aiohttp/__pycache__/http_writer.cpython-310.pyc,,
35
+ aiohttp/__pycache__/locks.cpython-310.pyc,,
36
+ aiohttp/__pycache__/log.cpython-310.pyc,,
37
+ aiohttp/__pycache__/multipart.cpython-310.pyc,,
38
+ aiohttp/__pycache__/payload.cpython-310.pyc,,
39
+ aiohttp/__pycache__/payload_streamer.cpython-310.pyc,,
40
+ aiohttp/__pycache__/pytest_plugin.cpython-310.pyc,,
41
+ aiohttp/__pycache__/resolver.cpython-310.pyc,,
42
+ aiohttp/__pycache__/streams.cpython-310.pyc,,
43
+ aiohttp/__pycache__/tcp_helpers.cpython-310.pyc,,
44
+ aiohttp/__pycache__/test_utils.cpython-310.pyc,,
45
+ aiohttp/__pycache__/tracing.cpython-310.pyc,,
46
+ aiohttp/__pycache__/typedefs.cpython-310.pyc,,
47
+ aiohttp/__pycache__/web.cpython-310.pyc,,
48
+ aiohttp/__pycache__/web_app.cpython-310.pyc,,
49
+ aiohttp/__pycache__/web_exceptions.cpython-310.pyc,,
50
+ aiohttp/__pycache__/web_fileresponse.cpython-310.pyc,,
51
+ aiohttp/__pycache__/web_log.cpython-310.pyc,,
52
+ aiohttp/__pycache__/web_middlewares.cpython-310.pyc,,
53
+ aiohttp/__pycache__/web_protocol.cpython-310.pyc,,
54
+ aiohttp/__pycache__/web_request.cpython-310.pyc,,
55
+ aiohttp/__pycache__/web_response.cpython-310.pyc,,
56
+ aiohttp/__pycache__/web_routedef.cpython-310.pyc,,
57
+ aiohttp/__pycache__/web_runner.cpython-310.pyc,,
58
+ aiohttp/__pycache__/web_server.cpython-310.pyc,,
59
+ aiohttp/__pycache__/web_urldispatcher.cpython-310.pyc,,
60
+ aiohttp/__pycache__/web_ws.cpython-310.pyc,,
61
+ aiohttp/__pycache__/worker.cpython-310.pyc,,
62
+ aiohttp/_cparser.pxd,sha256=8jGIg-VJ9p3llwCakUYDsPGxA4HiZe9dmK9Jmtlz-5g,4318
63
+ aiohttp/_find_header.pxd,sha256=0GfwFCPN2zxEKTO1_MA5sYq2UfzsG8kcV3aTqvwlz3g,68
64
+ aiohttp/_headers.pxi,sha256=n701k28dVPjwRnx5j6LpJhLTfj7dqu2vJt7f0O60Oyg,2007
65
+ aiohttp/_helpers.cpython-310-x86_64-linux-gnu.so,sha256=KZA_we6lVYYLcxtV5fNq7f72xOwd6kqp5YzJEJT9wMI,508784
66
+ aiohttp/_helpers.pyi,sha256=ZoKiJSS51PxELhI2cmIr5737YjjZcJt7FbIRO3ym1Ss,202
67
+ aiohttp/_helpers.pyx,sha256=XeLbNft5X_4ifi8QB8i6TyrRuayijMSO3IDHeSA89uM,1049
68
+ aiohttp/_http_parser.cpython-310-x86_64-linux-gnu.so,sha256=6BvwDWVHOAaETC4YAOd8I9YqEYJVq3yEjGYZtETeSm4,2586576
69
+ aiohttp/_http_parser.pyx,sha256=q68Rq06MpW-QwLxriE3hIJmWIKc4lVFaWHU3clsHd4Y,28125
70
+ aiohttp/_http_writer.cpython-310-x86_64-linux-gnu.so,sha256=llvQZrZI6yQIHp0lP-dgdlOWnLIIPLLWNhgEi9RsDI0,459368
71
+ aiohttp/_http_writer.pyx,sha256=aIHAp8g4ZV5kbGRdmZce-vXjELw2M6fGKyJuOdgYQqw,4575
72
+ aiohttp/_websocket.cpython-310-x86_64-linux-gnu.so,sha256=xO73eZVpxho_Omoz3Bh9muMnRL-7qPGEL5BTAyOTEeQ,234032
73
+ aiohttp/_websocket.pyx,sha256=1XuOSNDCbyDrzF5uMA2isqausSs8l2jWTLDlNDLM9Io,1561
74
+ aiohttp/abc.py,sha256=WGZ5HH0hoCH77qaISTb689ygpS9CxfKkgUCOcgjU2lo,5500
75
+ aiohttp/base_protocol.py,sha256=HJ5SxzbzYewj-sjoKMbD6i5rDYEv9Zo7Q_cyV3Wvn6o,2876
76
+ aiohttp/client.py,sha256=PPUMNromtwqttMy5rzxmZ9ZjMFvqglvPdYG-A96lHhU,47499
77
+ aiohttp/client_exceptions.py,sha256=7lx_YWAauUQVOxg_RehW9HZE344ak3lGmVJHfCrmb-A,9411
78
+ aiohttp/client_proto.py,sha256=kCRlCOYxiuUv83cHz-gDYF0bK4Ye_KgkhYibjqTpN_M,9910
79
+ aiohttp/client_reqrep.py,sha256=bt5woKRdhImzsEqg39a-O0yqswY8adguODtE-ui2RxE,40075
80
+ aiohttp/client_ws.py,sha256=nNrwu1wA0U3B0cNsVr61QfV2S60bbKfaZXHfW7klFl4,11010
81
+ aiohttp/compression_utils.py,sha256=GCkBNJqrybMhiTQGwqqhORnaTLpRFZD_-UvRtnZ5lEQ,5015
82
+ aiohttp/connector.py,sha256=meq8urjMWelJnG26VgkA3ibrIioaEWqujg3jjNAKG28,53796
83
+ aiohttp/cookiejar.py,sha256=PdvsOiDasDYYUOPaaAfuuFJzR4CJyHHjut02YiZ_N8M,14015
84
+ aiohttp/formdata.py,sha256=WjHA1mieKlWwI5O3hi3-siqN0dWz_X04oXNNZje2z7Q,6521
85
+ aiohttp/hdrs.py,sha256=uzn5agn_jXid2h-ky6Y0ZAQ8BrPeTGLDGr-weiMctso,4613
86
+ aiohttp/helpers.py,sha256=EAZ1V0pGfv2xRiWfhjubBqgLBI0aK-CXlUlYss3EYzo,30988
87
+ aiohttp/http.py,sha256=8o8j8xH70OWjnfTWA9V44NR785QPxEPrUtzMXiAVpwc,1842
88
+ aiohttp/http_exceptions.py,sha256=7LOFFUwq04fZsnZA-NP5nukd6c2i8daM8-ejj3ndbSQ,2716
89
+ aiohttp/http_parser.py,sha256=zuG3C-WOUVjoNTqgsrdCorzCGoXbR0gHhma3G___zOA,36507
90
+ aiohttp/http_websocket.py,sha256=9Kfp5e4TU1JJfEvJ7l1Kt6Cr2HZX3z_RIojN8BAriPI,26732
91
+ aiohttp/http_writer.py,sha256=fxpyRj_S3WcBl9fxxF05t8YYAUA-0jW5b_PjVSluT3Y,5933
92
+ aiohttp/locks.py,sha256=wRYFo1U82LwBBdqwU24JEPaoTAlKaaJd2FtfDKhkTb4,1136
93
+ aiohttp/log.py,sha256=BbNKx9e3VMIm0xYjZI0IcBBoS7wjdeIeSaiJE7-qK2g,325
94
+ aiohttp/multipart.py,sha256=xBmudauxLHuXajWQMVl647sNS9IzzMYeEMKay4C0qVw,34937
95
+ aiohttp/payload.py,sha256=xK04Z-TSao-qiYVMnphKG9-6yOvoqGsZBM7egUS4n9A,13542
96
+ aiohttp/payload_streamer.py,sha256=eAS8S-UWfLkEMavRjP2Uu9amC3PnbV79wHTNDoRmYn8,2087
97
+ aiohttp/py.typed,sha256=sow9soTwP9T_gEAQSVh7Gb8855h04Nwmhs2We-JRgZM,7
98
+ aiohttp/pytest_plugin.py,sha256=3IwpuxtFiUVFGS_ZitWuqvECSGgXQWvCW312B2TaVLY,11605
99
+ aiohttp/resolver.py,sha256=8peXjB482v0hg1ESn87op6f-UeLXk_fAMxQo_23Ek6M,5070
100
+ aiohttp/streams.py,sha256=LWlr0gE44cjKzBU9I15vWwlorPW8ZAU-M2Sgz_UdjWM,21128
101
+ aiohttp/tcp_helpers.py,sha256=BSadqVWaBpMFDRWnhaaR941N9MiDZ7bdTrxgCb0CW-M,961
102
+ aiohttp/test_utils.py,sha256=8-McpBCAzFbA17yeEW9UYVKBypu-Hm_407ppQy76XWU,20475
103
+ aiohttp/tracing.py,sha256=W94gFgxFtXSBWMU4ajbrOH61mJ4mElRmfyxNUw6FwIA,15132
104
+ aiohttp/typedefs.py,sha256=f-EzBBgQAxNLiTUtkjgMAL5LQt81HloYTesxnhNM03U,1471
105
+ aiohttp/web.py,sha256=HFTQaoYVK5pM3YmxNJtZl9fGrRIdFs_Nhloxe7_lJj0,19263
106
+ aiohttp/web_app.py,sha256=4cXDqZV-KR0xMnUhQ471bsEACIsoI4_BkDJ3haXyG_I,18311
107
+ aiohttp/web_exceptions.py,sha256=7nIuiwhZ39vJJ9KrWqArA5QcWbUdqkz2CLwEpJapeN8,10360
108
+ aiohttp/web_fileresponse.py,sha256=33VS-6CQd4ZiezNBVZaVxWBCLuOUK_vPMNTU1ojiV80,11569
109
+ aiohttp/web_log.py,sha256=DOfOxGyh2U7K5K_w6O7ILdfGcs4qOdzHxOwj2-k3c6c,7801
110
+ aiohttp/web_middlewares.py,sha256=q6i0GGiVvUlpGtsbZmp88-zFIKQHwYtDd5SpBvKFdEY,4032
111
+ aiohttp/web_protocol.py,sha256=8kAxmDpRYczyCFtUS4vDEIORgbD4WV0CTjVi-fZVykE,23060
112
+ aiohttp/web_request.py,sha256=UyDR4JQwogyX12FS8PpMl-1d6ZG-TE02Bt2nPOEk0HI,28986
113
+ aiohttp/web_response.py,sha256=3jfYnRpsNnxGRUAm-VNGu18Ekw5XyuYp7c7fzbOwbqY,27858
114
+ aiohttp/web_routedef.py,sha256=Y5DPVa7D1uJp37HP6YXrO8Cd1BrEtDyS-fljOUdPk30,6132
115
+ aiohttp/web_runner.py,sha256=rGI6zeIXZNDepvJajc8ZXue9hn0O2wSmh8S7CuXhkUI,11951
116
+ aiohttp/web_server.py,sha256=5P-9uPCoPEDkK9ILbvEXmkkJWPhnTxBzdwAXwveyyDk,2587
117
+ aiohttp/web_urldispatcher.py,sha256=e9QueGUecnOZq44CpfKJCjWi_IXHqHADUmIh_mzli18,40132
118
+ aiohttp/web_ws.py,sha256=eiLuPZnB6HFXagcdZzU9jD9aKXP3K6YNDXDIoOpN8co,18960
119
+ aiohttp/worker.py,sha256=bkozEd2rAzQS0qs4knnnplOmaZ4TNdYtqWXSXx9djEc,7965
venv/lib/python3.10/site-packages/aiohttp-3.9.5.dist-info/WHEEL ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.43.0)
3
+ Root-Is-Purelib: false
4
+ Tag: cp310-cp310-manylinux_2_17_x86_64
5
+ Tag: cp310-cp310-manylinux2014_x86_64
6
+
venv/lib/python3.10/site-packages/aiohttp-3.9.5.dist-info/top_level.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ aiohttp
venv/lib/python3.10/site-packages/aiohttp/__pycache__/abc.cpython-310.pyc ADDED
Binary file (8.57 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/base_protocol.cpython-310.pyc ADDED
Binary file (2.89 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/client.cpython-310.pyc ADDED
Binary file (31.1 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/client_proto.cpython-310.pyc ADDED
Binary file (6.94 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/client_reqrep.cpython-310.pyc ADDED
Binary file (30.8 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/client_ws.cpython-310.pyc ADDED
Binary file (9.19 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/connector.cpython-310.pyc ADDED
Binary file (36.9 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/cookiejar.cpython-310.pyc ADDED
Binary file (10.8 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/hdrs.cpython-310.pyc ADDED
Binary file (5.2 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/helpers.cpython-310.pyc ADDED
Binary file (30.4 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/http.cpython-310.pyc ADDED
Binary file (1.47 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/http_exceptions.cpython-310.pyc ADDED
Binary file (4.43 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/http_parser.cpython-310.pyc ADDED
Binary file (19.7 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/http_websocket.cpython-310.pyc ADDED
Binary file (15.6 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/log.cpython-310.pyc ADDED
Binary file (455 Bytes). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/payload.cpython-310.pyc ADDED
Binary file (13.8 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/payload_streamer.cpython-310.pyc ADDED
Binary file (3.26 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/pytest_plugin.cpython-310.pyc ADDED
Binary file (9.72 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/tracing.cpython-310.pyc ADDED
Binary file (14.3 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/web_exceptions.cpython-310.pyc ADDED
Binary file (11.7 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/web_fileresponse.cpython-310.pyc ADDED
Binary file (6.51 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/web_protocol.cpython-310.pyc ADDED
Binary file (17.1 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/web_response.cpython-310.pyc ADDED
Binary file (21.1 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/web_routedef.cpython-310.pyc ADDED
Binary file (7.66 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/web_urldispatcher.cpython-310.pyc ADDED
Binary file (41.9 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/web_ws.cpython-310.pyc ADDED
Binary file (14.8 kB). View file
 
venv/lib/python3.10/site-packages/aiohttp/__pycache__/worker.cpython-310.pyc ADDED
Binary file (6.53 kB). View file
 
venv/lib/python3.10/site-packages/attrs/__init__.py ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SPDX-License-Identifier: MIT
2
+
3
+ from attr import (
4
+ NOTHING,
5
+ Attribute,
6
+ AttrsInstance,
7
+ Factory,
8
+ _make_getattr,
9
+ assoc,
10
+ cmp_using,
11
+ define,
12
+ evolve,
13
+ field,
14
+ fields,
15
+ fields_dict,
16
+ frozen,
17
+ has,
18
+ make_class,
19
+ mutable,
20
+ resolve_types,
21
+ validate,
22
+ )
23
+ from attr._next_gen import asdict, astuple
24
+
25
+ from . import converters, exceptions, filters, setters, validators
26
+
27
+
28
+ __all__ = [
29
+ "__author__",
30
+ "__copyright__",
31
+ "__description__",
32
+ "__doc__",
33
+ "__email__",
34
+ "__license__",
35
+ "__title__",
36
+ "__url__",
37
+ "__version__",
38
+ "__version_info__",
39
+ "asdict",
40
+ "assoc",
41
+ "astuple",
42
+ "Attribute",
43
+ "AttrsInstance",
44
+ "cmp_using",
45
+ "converters",
46
+ "define",
47
+ "evolve",
48
+ "exceptions",
49
+ "Factory",
50
+ "field",
51
+ "fields_dict",
52
+ "fields",
53
+ "filters",
54
+ "frozen",
55
+ "has",
56
+ "make_class",
57
+ "mutable",
58
+ "NOTHING",
59
+ "resolve_types",
60
+ "setters",
61
+ "validate",
62
+ "validators",
63
+ ]
64
+
65
+ __getattr__ = _make_getattr(__name__)
venv/lib/python3.10/site-packages/attrs/__init__.pyi ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from typing import (
2
+ Any,
3
+ Callable,
4
+ Dict,
5
+ Mapping,
6
+ Optional,
7
+ Sequence,
8
+ Tuple,
9
+ Type,
10
+ )
11
+
12
+ # Because we need to type our own stuff, we have to make everything from
13
+ # attr explicitly public too.
14
+ from attr import __author__ as __author__
15
+ from attr import __copyright__ as __copyright__
16
+ from attr import __description__ as __description__
17
+ from attr import __email__ as __email__
18
+ from attr import __license__ as __license__
19
+ from attr import __title__ as __title__
20
+ from attr import __url__ as __url__
21
+ from attr import __version__ as __version__
22
+ from attr import __version_info__ as __version_info__
23
+ from attr import _FilterType
24
+ from attr import assoc as assoc
25
+ from attr import Attribute as Attribute
26
+ from attr import AttrsInstance as AttrsInstance
27
+ from attr import cmp_using as cmp_using
28
+ from attr import converters as converters
29
+ from attr import define as define
30
+ from attr import evolve as evolve
31
+ from attr import exceptions as exceptions
32
+ from attr import Factory as Factory
33
+ from attr import field as field
34
+ from attr import fields as fields
35
+ from attr import fields_dict as fields_dict
36
+ from attr import filters as filters
37
+ from attr import frozen as frozen
38
+ from attr import has as has
39
+ from attr import make_class as make_class
40
+ from attr import mutable as mutable
41
+ from attr import NOTHING as NOTHING
42
+ from attr import resolve_types as resolve_types
43
+ from attr import setters as setters
44
+ from attr import validate as validate
45
+ from attr import validators as validators
46
+
47
+ # TODO: see definition of attr.asdict/astuple
48
+ def asdict(
49
+ inst: AttrsInstance,
50
+ recurse: bool = ...,
51
+ filter: Optional[_FilterType[Any]] = ...,
52
+ dict_factory: Type[Mapping[Any, Any]] = ...,
53
+ retain_collection_types: bool = ...,
54
+ value_serializer: Optional[
55
+ Callable[[type, Attribute[Any], Any], Any]
56
+ ] = ...,
57
+ tuple_keys: bool = ...,
58
+ ) -> Dict[str, Any]: ...
59
+
60
+ # TODO: add support for returning NamedTuple from the mypy plugin
61
+ def astuple(
62
+ inst: AttrsInstance,
63
+ recurse: bool = ...,
64
+ filter: Optional[_FilterType[Any]] = ...,
65
+ tuple_factory: Type[Sequence[Any]] = ...,
66
+ retain_collection_types: bool = ...,
67
+ ) -> Tuple[Any, ...]: ...
venv/lib/python3.10/site-packages/attrs/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (1.02 kB). View file
 
venv/lib/python3.10/site-packages/attrs/__pycache__/converters.cpython-310.pyc ADDED
Binary file (207 Bytes). View file
 
venv/lib/python3.10/site-packages/attrs/__pycache__/exceptions.cpython-310.pyc ADDED
Binary file (207 Bytes). View file
 
venv/lib/python3.10/site-packages/attrs/__pycache__/filters.cpython-310.pyc ADDED
Binary file (201 Bytes). View file
 
venv/lib/python3.10/site-packages/attrs/__pycache__/setters.cpython-310.pyc ADDED
Binary file (201 Bytes). View file
 
venv/lib/python3.10/site-packages/attrs/__pycache__/validators.cpython-310.pyc ADDED
Binary file (207 Bytes). View file
 
venv/lib/python3.10/site-packages/attrs/converters.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # SPDX-License-Identifier: MIT
2
+
3
+ from attr.converters import * # noqa: F403
venv/lib/python3.10/site-packages/attrs/exceptions.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # SPDX-License-Identifier: MIT
2
+
3
+ from attr.exceptions import * # noqa: F403
venv/lib/python3.10/site-packages/attrs/filters.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # SPDX-License-Identifier: MIT
2
+
3
+ from attr.filters import * # noqa: F403
venv/lib/python3.10/site-packages/attrs/py.typed ADDED
File without changes