content stringlengths 1 103k ⌀ | path stringlengths 8 216 | filename stringlengths 2 179 | language stringclasses 15
values | size_bytes int64 2 189k | quality_score float64 0.5 0.95 | complexity float64 0 1 | documentation_ratio float64 0 1 | repository stringclasses 5
values | stars int64 0 1k | created_date stringdate 2023-07-10 19:21:08 2025-07-09 19:11:45 | license stringclasses 4
values | is_test bool 2
classes | file_hash stringlengths 32 32 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
import asyncio\nimport collections.abc\nimport datetime\nimport enum\nimport json\nimport math\nimport time\nimport warnings\nfrom concurrent.futures import Executor\nfrom http import HTTPStatus\nfrom http.cookies import SimpleCookie\nfrom typing import (\n TYPE_CHECKING,\n Any,\n Dict,\n Iterator,\n Mut... | .venv\Lib\site-packages\aiohttp\web_response.py | web_response.py | Python | 30,198 | 0.95 | 0.205607 | 0.055707 | vue-tools | 37 | 2024-07-02T01:10:15.989706 | Apache-2.0 | false | 38d78f6082ab1c20cf3dc84d0cb467cb |
import abc\nimport os # noqa\nfrom typing import (\n TYPE_CHECKING,\n Any,\n Callable,\n Dict,\n Iterator,\n List,\n Optional,\n Sequence,\n Type,\n Union,\n overload,\n)\n\nimport attr\n\nfrom . import hdrs\nfrom .abc import AbstractView\nfrom .typedefs import Handler, PathLike\n\nif ... | .venv\Lib\site-packages\aiohttp\web_routedef.py | web_routedef.py | Python | 6,324 | 0.95 | 0.200935 | 0.012987 | vue-tools | 764 | 2024-08-03T18:07:56.688026 | Apache-2.0 | false | c51a671d07b4120765a2d2941672b382 |
import asyncio\nimport signal\nimport socket\nimport warnings\nfrom abc import ABC, abstractmethod\nfrom typing import TYPE_CHECKING, Any, List, Optional, Set\n\nfrom yarl import URL\n\nfrom .typedefs import PathLike\nfrom .web_app import Application\nfrom .web_server import Server\n\nif TYPE_CHECKING:\n from ssl im... | .venv\Lib\site-packages\aiohttp\web_runner.py | web_runner.py | Python | 12,185 | 0.95 | 0.185464 | 0.042424 | react-lib | 135 | 2024-02-17T11:24:18.563344 | GPL-3.0 | false | 36b07f540ca26515fa7efab30e3276c1 |
import abc\nimport asyncio\nimport base64\nimport functools\nimport hashlib\nimport html\nimport inspect\nimport keyword\nimport os\nimport re\nimport sys\nimport warnings\nfrom functools import wraps\nfrom pathlib import Path\nfrom types import MappingProxyType\nfrom typing import (\n TYPE_CHECKING,\n Any,\n ... | .venv\Lib\site-packages\aiohttp\web_urldispatcher.py | web_urldispatcher.py | Python | 45,303 | 0.95 | 0.236378 | 0.055238 | node-utils | 810 | 2023-11-14T14:14:41.451533 | Apache-2.0 | false | 25456f8563349f3972267f26964a86b4 |
import asyncio\nimport base64\nimport binascii\nimport hashlib\nimport json\nimport sys\nfrom typing import Any, Final, Iterable, Optional, Tuple, Union, cast\n\nimport attr\nfrom multidict import CIMultiDict\n\nfrom . import hdrs\nfrom ._websocket.reader import WebSocketDataQueue\nfrom ._websocket.writer import DEFAUL... | .venv\Lib\site-packages\aiohttp\web_ws.py | web_ws.py | Python | 23,370 | 0.95 | 0.190174 | 0.063752 | python-kit | 703 | 2025-01-02T17:08:15.481348 | BSD-3-Clause | false | 3f1fe0dd7ce8f5d5115c4161f4ba85d7 |
"""\nInternal cookie handling helpers.\n\nThis module contains internal utilities for cookie parsing and manipulation.\nThese are not part of the public API and may change without notice.\n"""\n\nimport re\nimport sys\nfrom http.cookies import Morsel\nfrom typing import List, Optional, Sequence, Tuple, cast\n\nfrom .lo... | .venv\Lib\site-packages\aiohttp\_cookie_helpers.py | _cookie_helpers.py | Python | 12,727 | 0.95 | 0.15534 | 0.215385 | vue-tools | 611 | 2024-12-27T00:45:51.733184 | BSD-3-Clause | false | f513cd871b4ab241cb64592c14b98b49 |
from libc.stdint cimport int32_t, uint8_t, uint16_t, uint64_t\n\n\ncdef extern from "llhttp.h":\n\n struct llhttp__internal_s:\n int32_t _index\n void* _span_pos0\n void* _span_cb0\n int32_t error\n const char* reason\n const char* error_pos\n void* data\n void... | .venv\Lib\site-packages\aiohttp\_cparser.pxd | _cparser.pxd | Other | 4,453 | 0.85 | 0 | 0 | node-utils | 727 | 2024-10-18T19:43:44.907201 | BSD-3-Clause | false | cffdd91f6d3b032b3e2b897f8feca72d |
cdef extern from "_find_header.h":\n int find_header(char *, int)\n | .venv\Lib\site-packages\aiohttp\_find_header.pxd | _find_header.pxd | Other | 70 | 0.65 | 0 | 0 | node-utils | 199 | 2024-03-28T13:16:17.867735 | BSD-3-Clause | false | ebbadf191554c2527d18b586e2dd82fa |
# The file is autogenerated from aiohttp/hdrs.py\n# Run ./tools/gen.py to update it after the origin changing.\n\nfrom . import hdrs\ncdef tuple headers = (\n hdrs.ACCEPT,\n hdrs.ACCEPT_CHARSET,\n hdrs.ACCEPT_ENCODING,\n hdrs.ACCEPT_LANGUAGE,\n hdrs.ACCEPT_RANGES,\n hdrs.ACCESS_CONTROL_ALLOW_CREDENTIA... | .venv\Lib\site-packages\aiohttp\_headers.pxi | _headers.pxi | Other | 2,090 | 0.95 | 0 | 0.02439 | python-kit | 882 | 2024-08-28T11:43:55.999139 | BSD-3-Clause | false | 3839c2818220ae742c6964b673e781ab |
#cython: language_level=3\n#\n# Based on https://github.com/MagicStack/httptools\n#\n\nfrom cpython cimport (\n Py_buffer,\n PyBUF_SIMPLE,\n PyBuffer_Release,\n PyBytes_AsString,\n PyBytes_AsStringAndSize,\n PyObject_GetBuffer,\n)\nfrom cpython.mem cimport PyMem_Free, PyMem_Malloc\nfrom libc.limits ci... | .venv\Lib\site-packages\aiohttp\_http_parser.pyx | _http_parser.pyx | Other | 29,076 | 0.95 | 0.101553 | 0.018284 | awesome-app | 791 | 2025-06-05T19:49:41.769865 | MIT | false | aeba93f1d22d8b2f3d5e8410888be60c |
MZ | .venv\Lib\site-packages\aiohttp\_http_writer.cp313-win_amd64.pyd | _http_writer.cp313-win_amd64.pyd | Other | 46,080 | 0.95 | 0.031034 | 0.00692 | python-kit | 540 | 2024-02-20T09:24:40.636244 | MIT | false | 81f660d6d767cbc1a3acd63054b12bd1 |
from cpython.bytes cimport PyBytes_FromStringAndSize\nfrom cpython.exc cimport PyErr_NoMemory\nfrom cpython.mem cimport PyMem_Free, PyMem_Malloc, PyMem_Realloc\nfrom cpython.object cimport PyObject_Str\nfrom libc.stdint cimport uint8_t, uint64_t\nfrom libc.string cimport memcpy\n\nfrom multidict import istr\n\nDEF BUF_... | .venv\Lib\site-packages\aiohttp\_http_writer.pyx | _http_writer.pyx | Other | 4,721 | 0.95 | 0.2 | 0.038168 | python-kit | 495 | 2025-02-23T01:13:29.037293 | MIT | false | 6e8671173995c0fdb8b6e0eb76c3b6ef |
__version__ = "3.12.13"\n\nfrom typing import TYPE_CHECKING, Tuple\n\nfrom . import hdrs as hdrs\nfrom .client import (\n BaseConnector,\n ClientConnectionError,\n ClientConnectionResetError,\n ClientConnectorCertificateError,\n ClientConnectorDNSError,\n ClientConnectorError,\n ClientConnectorSSLE... | .venv\Lib\site-packages\aiohttp\__init__.py | __init__.py | Python | 8,581 | 0.95 | 0.02518 | 0.05618 | awesome-app | 194 | 2025-02-10T16:53:53.581930 | BSD-3-Clause | false | f5d752b5b4c52ddc20ced1cf29cf39f0 |
ee1b6686067213d1ea59b3e9c47534afb90021d4f692939741ad4069d0e1d96f | .venv\Lib\site-packages\aiohttp\.hash\hdrs.py.hash | hdrs.py.hash | Other | 64 | 0.5 | 0.1 | 0 | awesome-app | 275 | 2025-06-21T03:46:29.742879 | GPL-3.0 | false | b57ae654fb5219bfcfd3e88bec7c7b8b |
18fd18f4da996101a426d4bcd570f353bd1eeeb44c6f7e1347bc86326c79ff3b | .venv\Lib\site-packages\aiohttp\.hash\_cparser.pxd.hash | _cparser.pxd.hash | Other | 64 | 0.5 | 0.1 | 0 | react-lib | 303 | 2023-09-13T00:03:56.999751 | MIT | false | 327ddf7611fd427e073192b8b3c77627 |
0455129b185e981b5b96ac738f31f7c74dc57f1696953cae0083b3f18679fe73 | .venv\Lib\site-packages\aiohttp\.hash\_find_header.pxd.hash | _find_header.pxd.hash | Other | 64 | 0.5 | 0.1 | 0 | node-utils | 659 | 2023-08-04T09:34:49.618237 | MIT | false | 87539e88d7dac4c10e781ff0c9839198 |
7584e6ccbd1472c5e86982c462e434a0eea469888a4e1baea595970c1e997520 | .venv\Lib\site-packages\aiohttp\.hash\_http_parser.pyx.hash | _http_parser.pyx.hash | Other | 64 | 0.5 | 0.1 | 0 | python-kit | 273 | 2025-06-05T14:32:06.965579 | GPL-3.0 | false | 363355e94fb443adc25c3e259cf98be3 |
c3ad073fa4d540a9abb3f9c79bc16548d622457d04068ec7caaf62994983363a | .venv\Lib\site-packages\aiohttp\.hash\_http_writer.pyx.hash | _http_writer.pyx.hash | Other | 64 | 0.5 | 0.1 | 0 | node-utils | 70 | 2025-06-27T14:02:37.406627 | MIT | false | aa8970c2f7c7bdb56292c80eef4a9db4 |
"""Helpers for WebSocket protocol versions 13 and 8."""\n\nimport functools\nimport re\nfrom struct import Struct\nfrom typing import TYPE_CHECKING, Final, List, Optional, Pattern, Tuple\n\nfrom ..helpers import NO_EXTENSIONS\nfrom .models import WSHandshakeError\n\nUNPACK_LEN3 = Struct("!Q").unpack_from\nUNPACK_CLOSE_... | .venv\Lib\site-packages\aiohttp\_websocket\helpers.py | helpers.py | Python | 5,185 | 0.95 | 0.244898 | 0.157025 | react-lib | 718 | 2025-04-12T03:07:09.559109 | GPL-3.0 | false | 8dc4de75b2846a795451b0e8321bdfee |
MZ | .venv\Lib\site-packages\aiohttp\_websocket\mask.cp313-win_amd64.pyd | mask.cp313-win_amd64.pyd | Other | 35,328 | 0.95 | 0.038136 | 0.017167 | python-kit | 244 | 2024-12-05T22:25:32.248365 | Apache-2.0 | false | eb392fd8eaca606978a7605b4e9aecb0 |
"""Cython declarations for websocket masking."""\n\ncpdef void _websocket_mask_cython(bytes mask, bytearray data)\n | .venv\Lib\site-packages\aiohttp\_websocket\mask.pxd | mask.pxd | Other | 115 | 0.85 | 0.333333 | 0 | awesome-app | 302 | 2024-11-22T17:14:05.973094 | MIT | false | 16efd3c587b671ee9b3b3db269cf02b1 |
from cpython cimport PyBytes_AsString\n\n\n#from cpython cimport PyByteArray_AsString # cython still not exports that\ncdef extern from "Python.h":\n char* PyByteArray_AsString(bytearray ba) except NULL\n\nfrom libc.stdint cimport uint32_t, uint64_t, uintmax_t\n\n\ncpdef void _websocket_mask_cython(bytes mask, bytea... | .venv\Lib\site-packages\aiohttp\_websocket\mask.pyx | mask.pyx | Other | 1,445 | 0.95 | 0.104167 | 0.114286 | python-kit | 641 | 2023-11-07T03:24:21.975732 | MIT | false | dd93ce24eae4db750eaf76a1151c568a |
"""Models for WebSocket protocol versions 13 and 8."""\n\nimport json\nfrom enum import IntEnum\nfrom typing import Any, Callable, Final, NamedTuple, Optional, cast\n\nWS_DEFLATE_TRAILING: Final[bytes] = bytes([0x00, 0x00, 0xFF, 0xFF])\n\n\nclass WSCloseCode(IntEnum):\n OK = 1000\n GOING_AWAY = 1001\n PROTOCOL... | .venv\Lib\site-packages\aiohttp\_websocket\models.py | models.py | Python | 2,205 | 0.95 | 0.119048 | 0.109375 | react-lib | 494 | 2024-10-30T04:27:25.239233 | GPL-3.0 | false | d862cba5c549209d198bd6f2935a1056 |
"""Reader for WebSocket protocol versions 13 and 8."""\n\nfrom typing import TYPE_CHECKING\n\nfrom ..helpers import NO_EXTENSIONS\n\nif TYPE_CHECKING or NO_EXTENSIONS: # pragma: no cover\n from .reader_py import (\n WebSocketDataQueue as WebSocketDataQueuePython,\n WebSocketReader as WebSocketReaderPy... | .venv\Lib\site-packages\aiohttp\_websocket\reader.py | reader.py | Python | 1,061 | 0.95 | 0.096774 | 0 | node-utils | 128 | 2023-12-08T12:07:16.325624 | GPL-3.0 | false | b8025a77c597525a736637de4dd178ec |
import cython\n\nfrom .mask cimport _websocket_mask_cython as websocket_mask\n\n\ncdef unsigned int READ_HEADER\ncdef unsigned int READ_PAYLOAD_LENGTH\ncdef unsigned int READ_PAYLOAD_MASK\ncdef unsigned int READ_PAYLOAD\n\ncdef int OP_CODE_NOT_SET\ncdef int OP_CODE_CONTINUATION\ncdef int OP_CODE_TEXT\ncdef int OP_CODE_... | .venv\Lib\site-packages\aiohttp\_websocket\reader_c.pxd | reader_c.pxd | Other | 2,735 | 0.85 | 0.018182 | 0 | react-lib | 900 | 2024-12-05T01:13:54.742145 | GPL-3.0 | false | 756e8687d17fc1438f500e8df8859698 |
"""Reader for WebSocket protocol versions 13 and 8."""\n\nimport asyncio\nimport builtins\nfrom collections import deque\nfrom typing import Deque, Final, Optional, Set, Tuple, Union\n\nfrom ..base_protocol import BaseProtocol\nfrom ..compression_utils import ZLibDecompressor\nfrom ..helpers import _EXC_SENTINEL, set_e... | .venv\Lib\site-packages\aiohttp\_websocket\reader_c.py | reader_c.py | Python | 19,267 | 0.95 | 0.17437 | 0.110312 | vue-tools | 776 | 2024-07-15T00:05:34.299601 | Apache-2.0 | false | 50819c8ed76980cdd80337abdf961858 |
"""Reader for WebSocket protocol versions 13 and 8."""\n\nimport asyncio\nimport builtins\nfrom collections import deque\nfrom typing import Deque, Final, Optional, Set, Tuple, Union\n\nfrom ..base_protocol import BaseProtocol\nfrom ..compression_utils import ZLibDecompressor\nfrom ..helpers import _EXC_SENTINEL, set_e... | .venv\Lib\site-packages\aiohttp\_websocket\reader_py.py | reader_py.py | Python | 19,267 | 0.95 | 0.17437 | 0.110312 | node-utils | 452 | 2024-10-11T13:19:43.160841 | BSD-3-Clause | false | 50819c8ed76980cdd80337abdf961858 |
"""WebSocket protocol versions 13 and 8."""\n\nimport asyncio\nimport random\nfrom functools import partial\nfrom typing import Any, Final, Optional, Union\n\nfrom ..base_protocol import BaseProtocol\nfrom ..client_exceptions import ClientConnectionResetError\nfrom ..compression_utils import ZLibBackend, ZLibCompressor... | .venv\Lib\site-packages\aiohttp\_websocket\writer.py | writer.py | Python | 7,317 | 0.95 | 0.151685 | 0.232258 | python-kit | 614 | 2024-10-24T11:23:34.339560 | Apache-2.0 | false | f0b1a3d25d654b888e78f778417bdabc |
"""WebSocket protocol versions 13 and 8."""\n | .venv\Lib\site-packages\aiohttp\_websocket\__init__.py | __init__.py | Python | 45 | 0.5 | 0 | 0 | awesome-app | 746 | 2025-06-13T02:45:14.047298 | GPL-3.0 | false | f64890f7e1b7aa51cb1cca43855dd39d |
e354dd499be171b6125bf56bc3b6c5e2bff2a28af69e3b5d699ddb9af2bafa3c | .venv\Lib\site-packages\aiohttp\_websocket\.hash\mask.pxd.hash | mask.pxd.hash | Other | 64 | 0.5 | 0.1 | 0 | node-utils | 78 | 2023-08-04T07:57:13.959530 | Apache-2.0 | false | 9bc4f45586a5def63d78f4e58ab17397 |
468edd38ebf8dc7000a8d333df1c82035d69a5c9febc0448be3c9c4ad4c4630c | .venv\Lib\site-packages\aiohttp\_websocket\.hash\mask.pyx.hash | mask.pyx.hash | Other | 64 | 0.5 | 0.1 | 0 | awesome-app | 731 | 2025-06-06T14:36:00.703337 | GPL-3.0 | false | cfbebf42ce854abe48209334f207f7f6 |
1cd3a5e20456b4d04d11835b2bd3c639f14443052a2467b105b0ca07fdb4b25d | .venv\Lib\site-packages\aiohttp\_websocket\.hash\reader_c.pxd.hash | reader_c.pxd.hash | Other | 64 | 0.5 | 0.1 | 0 | awesome-app | 683 | 2025-04-30T13:06:45.807466 | GPL-3.0 | false | ed961ae364c59864ea1f936010cd21f1 |
\n\n | .venv\Lib\site-packages\aiohttp\_websocket\__pycache__\helpers.cpython-313.pyc | helpers.cpython-313.pyc | Other | 6,158 | 0.95 | 0.066667 | 0 | awesome-app | 431 | 2024-06-03T02:14:26.176881 | GPL-3.0 | false | c2596f244820241dce193291cfe89707 |
\n\n | .venv\Lib\site-packages\aiohttp\_websocket\__pycache__\models.cpython-313.pyc | models.cpython-313.pyc | Other | 3,623 | 0.8 | 0.021277 | 0 | react-lib | 919 | 2025-05-12T19:22:12.295396 | GPL-3.0 | false | cc27b8c6954552c78e40fa6c253ebcf9 |
\n\n | .venv\Lib\site-packages\aiohttp\_websocket\__pycache__\reader.cpython-313.pyc | reader.cpython-313.pyc | Other | 763 | 0.8 | 0.071429 | 0 | vue-tools | 835 | 2025-06-18T21:24:10.203284 | MIT | false | 55e085ef2f39a254188f7e6d181f7475 |
\n\n | .venv\Lib\site-packages\aiohttp\_websocket\__pycache__\reader_c.cpython-313.pyc | reader_c.cpython-313.pyc | Other | 18,118 | 0.8 | 0.016393 | 0.011429 | vue-tools | 375 | 2023-12-11T23:27:37.553207 | GPL-3.0 | false | f968575583c0fbe0b0de7047cd746bdd |
\n\n | .venv\Lib\site-packages\aiohttp\_websocket\__pycache__\reader_py.cpython-313.pyc | reader_py.cpython-313.pyc | Other | 18,119 | 0.8 | 0.016393 | 0.011429 | awesome-app | 661 | 2025-04-30T20:29:46.829803 | MIT | false | 054ebcbe70a20f5be07b144cae9eb036 |
\n\n | .venv\Lib\site-packages\aiohttp\_websocket\__pycache__\writer.cpython-313.pyc | writer.cpython-313.pyc | Other | 6,543 | 0.8 | 0.012048 | 0 | node-utils | 807 | 2025-04-15T08:52:24.412012 | Apache-2.0 | false | 93a4d0d916e40b5180019af1604f3ad7 |
\n\n | .venv\Lib\site-packages\aiohttp\_websocket\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 245 | 0.7 | 0 | 0 | awesome-app | 836 | 2024-09-02T04:41:43.934789 | MIT | false | a7f024a0cc3d6e8420f11ccf3c5e0a56 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\abc.cpython-313.pyc | abc.cpython-313.pyc | Other | 12,728 | 0.95 | 0.121495 | 0 | node-utils | 691 | 2024-08-04T05:08:25.862639 | GPL-3.0 | false | 295d1fccb0019ac3b936b549bf656c2a |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\base_protocol.cpython-313.pyc | base_protocol.cpython-313.pyc | Other | 4,718 | 0.8 | 0.025 | 0 | vue-tools | 811 | 2024-12-23T15:55:35.881297 | BSD-3-Clause | false | e2d34550e81f31e185f13bd0107f007c |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\client.cpython-313.pyc | client.cpython-313.pyc | Other | 56,003 | 0.75 | 0.030303 | 0.006993 | python-kit | 66 | 2024-03-28T13:26:29.667055 | BSD-3-Clause | false | 4d44fbe32f2246b3fc0c4eff7edd53d9 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\client_exceptions.cpython-313.pyc | client_exceptions.cpython-313.pyc | Other | 18,621 | 0.95 | 0.120482 | 0.013072 | awesome-app | 393 | 2025-05-05T19:29:51.059021 | BSD-3-Clause | false | 6867b9e23debd11dd7bb136ae6a6ff2f |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\client_middlewares.cpython-313.pyc | client_middlewares.cpython-313.pyc | Other | 2,273 | 0.8 | 0 | 0 | awesome-app | 52 | 2023-10-09T07:59:32.985011 | Apache-2.0 | false | 64083090d7c2a068952aaacae954d96a |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\client_middleware_digest_auth.cpython-313.pyc | client_middleware_digest_auth.cpython-313.pyc | Other | 16,406 | 0.95 | 0.069767 | 0 | vue-tools | 747 | 2023-10-08T05:10:49.704972 | MIT | false | 306ae91a3f171a5557e7ad2402161da5 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\client_proto.cpython-313.pyc | client_proto.cpython-313.pyc | Other | 13,754 | 0.95 | 0.033898 | 0.018018 | react-lib | 352 | 2024-10-19T10:03:18.066846 | BSD-3-Clause | false | 6036e609d2e2610196b484e2433da242 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\client_reqrep.cpython-313.pyc | client_reqrep.cpython-313.pyc | Other | 65,580 | 0.75 | 0.048689 | 0.018634 | python-kit | 168 | 2024-04-25T02:58:23.610249 | Apache-2.0 | false | 502c2dccc9181d3763b59c4f3184f448 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\client_ws.cpython-313.pyc | client_ws.cpython-313.pyc | Other | 22,908 | 0.8 | 0.012739 | 0.026316 | python-kit | 539 | 2023-10-11T13:16:11.942571 | MIT | false | fff57e23e6f1a982d44a83a79f9e6b7c |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\compression_utils.cpython-313.pyc | compression_utils.cpython-313.pyc | Other | 15,526 | 0.8 | 0 | 0.008929 | node-utils | 159 | 2023-08-26T05:59:08.812784 | MIT | false | 4ca037e9f49ebdfb87795d900606f948 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\connector.cpython-313.pyc | connector.cpython-313.pyc | Other | 76,621 | 0.75 | 0.048246 | 0.014196 | vue-tools | 567 | 2025-05-24T07:18:50.304829 | GPL-3.0 | false | bab294e97071ee6e7fccaee2eeee7d9d |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\cookiejar.cpython-313.pyc | cookiejar.cpython-313.pyc | Other | 22,098 | 0.95 | 0.01005 | 0.015873 | python-kit | 446 | 2024-03-30T11:47:30.127819 | MIT | false | 56450bd086064827c761585b51e79dac |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\formdata.cpython-313.pyc | formdata.cpython-313.pyc | Other | 7,871 | 0.95 | 0.038961 | 0 | node-utils | 883 | 2023-09-13T02:43:43.702554 | GPL-3.0 | false | d35ac7a9dfe36be3e1bd6dbdcb8b1cb3 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\hdrs.cpython-313.pyc | hdrs.cpython-313.pyc | Other | 8,475 | 0.8 | 0 | 0 | node-utils | 190 | 2024-08-04T06:51:09.834413 | GPL-3.0 | false | e8454f99e1a7e37eda3f5246787cf39d |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\helpers.cpython-313.pyc | helpers.cpython-313.pyc | Other | 42,565 | 0.95 | 0.068293 | 0.015831 | react-lib | 978 | 2023-12-01T21:41:28.295042 | Apache-2.0 | false | 382e1302ba280b8fd067a1dbaed6ca38 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\http.cpython-313.pyc | http.cpython-313.pyc | Other | 1,692 | 0.7 | 0 | 0 | vue-tools | 8 | 2025-05-10T07:07:54.054498 | MIT | false | 6ff75ac8dd570d448e05c773c7a39b03 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\http_exceptions.cpython-313.pyc | http_exceptions.cpython-313.pyc | Other | 6,534 | 0.95 | 0.042857 | 0 | vue-tools | 701 | 2024-01-23T05:20:40.219971 | MIT | false | 003cdf7b661a4853ef637797bc3232e3 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\http_parser.cpython-313.pyc | http_parser.cpython-313.pyc | Other | 36,657 | 0.95 | 0.002551 | 0.002667 | react-lib | 209 | 2024-11-06T22:06:32.400265 | BSD-3-Clause | false | 8d11e988918395f46dea87a5aa42ac2e |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\http_websocket.cpython-313.pyc | http_websocket.cpython-313.pyc | Other | 973 | 0.7 | 0 | 0 | react-lib | 841 | 2025-01-27T04:51:21.010399 | MIT | false | c2551530f809f95c53bd96eda9cada83 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\http_writer.cpython-313.pyc | http_writer.cpython-313.pyc | Other | 15,065 | 0.8 | 0.008065 | 0 | vue-tools | 94 | 2023-08-28T08:47:25.132899 | GPL-3.0 | false | 05b8d253f4b354656803bf25e56b2206 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\log.cpython-313.pyc | log.cpython-313.pyc | Other | 710 | 0.8 | 0 | 0 | awesome-app | 774 | 2024-12-08T01:49:15.330381 | BSD-3-Clause | false | c8abf1c28c48744727378955bad109c1 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\multipart.cpython-313.pyc | multipart.cpython-313.pyc | Other | 53,887 | 0.95 | 0.02799 | 0.010959 | react-lib | 889 | 2024-12-01T20:18:24.736075 | BSD-3-Clause | false | d7f253e20c26962aa3e681347c758848 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\payload.cpython-313.pyc | payload.cpython-313.pyc | Other | 47,639 | 0.95 | 0.064275 | 0.001739 | awesome-app | 8 | 2025-02-24T20:47:34.090362 | Apache-2.0 | false | 576029462e59e47e7288d845f1ed70d8 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\payload_streamer.cpython-313.pyc | payload_streamer.cpython-313.pyc | Other | 4,576 | 0.95 | 0.053571 | 0 | react-lib | 98 | 2023-08-04T04:14:37.255079 | BSD-3-Clause | false | 9e0b494a197340ac86b0111947f74279 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\pytest_plugin.cpython-313.pyc | pytest_plugin.cpython-313.pyc | Other | 18,814 | 0.95 | 0.017937 | 0 | python-kit | 211 | 2024-03-14T22:14:25.770168 | Apache-2.0 | true | 035e833faa56a35df0617eff250f53f8 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\resolver.cpython-313.pyc | resolver.cpython-313.pyc | Other | 11,114 | 0.95 | 0.052174 | 0 | node-utils | 525 | 2023-07-24T06:54:56.099193 | GPL-3.0 | false | 8ff9688cb979a53f2b4d15fdf8f53fb9 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\streams.cpython-313.pyc | streams.cpython-313.pyc | Other | 32,065 | 0.95 | 0.047794 | 0.007813 | python-kit | 128 | 2025-01-29T02:34:27.551229 | MIT | false | 36ced0e89838675218bdf2080ae76321 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\tcp_helpers.cpython-313.pyc | tcp_helpers.cpython-313.pyc | Other | 1,805 | 0.8 | 0 | 0.04 | python-kit | 557 | 2023-07-19T00:19:41.660056 | BSD-3-Clause | false | 7a967d89b9ba9c1cd41f5934704d5cac |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\test_utils.cpython-313.pyc | test_utils.cpython-313.pyc | Other | 34,853 | 0.95 | 0.017327 | 0.019231 | react-lib | 764 | 2024-02-01T01:07:43.805192 | Apache-2.0 | true | 8d795c8b72fdb00e3247d05cd8ae8c7f |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\tracing.cpython-313.pyc | tracing.cpython-313.pyc | Other | 22,957 | 0.95 | 0.006536 | 0.014085 | node-utils | 130 | 2024-03-19T09:52:10.684493 | MIT | false | 5985923db0e5711c7dc58961ad6bab5e |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\typedefs.cpython-313.pyc | typedefs.cpython-313.pyc | Other | 2,344 | 0.8 | 0 | 0 | python-kit | 600 | 2023-09-15T20:33:28.512894 | Apache-2.0 | false | 544bfb2c3536e37dfdc5525a973dd374 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\web.cpython-313.pyc | web.cpython-313.pyc | Other | 16,644 | 0.95 | 0.013699 | 0 | vue-tools | 149 | 2024-07-23T16:35:34.944996 | GPL-3.0 | false | 2b18c87c0eb363f3f6a1b652059cd25a |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\web_app.cpython-313.pyc | web_app.cpython-313.pyc | Other | 27,681 | 0.95 | 0.009756 | 0.031746 | node-utils | 643 | 2024-04-11T03:15:19.534690 | Apache-2.0 | false | 91dd2a6a6872f0f869abca4bc3a9685d |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\web_exceptions.cpython-313.pyc | web_exceptions.cpython-313.pyc | Other | 16,235 | 0.95 | 0.092105 | 0 | node-utils | 890 | 2025-02-16T23:51:51.615282 | Apache-2.0 | false | 57d69c53248dbd0175937745c8e38475 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\web_fileresponse.cpython-313.pyc | web_fileresponse.cpython-313.pyc | Other | 17,408 | 0.8 | 0 | 0.006711 | react-lib | 920 | 2024-03-14T00:57:32.889798 | Apache-2.0 | false | 83f867c1ad56a03bf49bc289ed32aada |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\web_log.cpython-313.pyc | web_log.cpython-313.pyc | Other | 10,535 | 0.8 | 0.027397 | 0.007752 | vue-tools | 950 | 2024-07-15T09:03:18.864828 | Apache-2.0 | false | 14f28fd5e442646b10deec3088d4bda9 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\web_middlewares.cpython-313.pyc | web_middlewares.cpython-313.pyc | Other | 5,705 | 0.8 | 0.044776 | 0 | awesome-app | 98 | 2025-05-15T10:09:12.897535 | Apache-2.0 | false | 938dcc56ebb0365e7695d2c6f37baf7a |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\web_protocol.cpython-313.pyc | web_protocol.cpython-313.pyc | Other | 31,921 | 0.95 | 0.023973 | 0.007663 | react-lib | 17 | 2025-03-14T04:03:22.812236 | MIT | false | d78df51c1444e1cc8fe4f8a29634645e |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\web_request.cpython-313.pyc | web_request.cpython-313.pyc | Other | 38,600 | 0.8 | 0.033951 | 0.003597 | react-lib | 923 | 2023-11-29T09:02:57.084125 | GPL-3.0 | false | b8b2686c72451c5d789538d064df62f8 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\web_response.cpython-313.pyc | web_response.cpython-313.pyc | Other | 40,028 | 0.95 | 0.014205 | 0.021944 | react-lib | 39 | 2024-04-17T13:46:10.153781 | GPL-3.0 | false | 01c8abaf157fe364879d8ae9bd191bc9 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\web_routedef.cpython-313.pyc | web_routedef.cpython-313.pyc | Other | 11,985 | 0.8 | 0 | 0.025974 | vue-tools | 816 | 2024-07-25T19:39:08.603902 | BSD-3-Clause | false | 8523f2a62c0d6dab8cd07586924dda8a |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\web_runner.cpython-313.pyc | web_runner.cpython-313.pyc | Other | 19,566 | 0.8 | 0 | 0.009434 | react-lib | 65 | 2024-07-16T10:56:15.753593 | Apache-2.0 | false | 5753643f622297293dbac8421631492a |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\web_server.cpython-313.pyc | web_server.cpython-313.pyc | Other | 5,054 | 0.8 | 0 | 0 | awesome-app | 789 | 2025-03-20T05:19:48.281239 | MIT | false | 8036ac1d84fd6eb20dc82affd4622917 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\web_urldispatcher.cpython-313.pyc | web_urldispatcher.cpython-313.pyc | Other | 70,260 | 0.75 | 0.039924 | 0.014028 | vue-tools | 354 | 2025-03-10T18:02:32.866078 | MIT | false | 301b55b4cd78b66dab2ed8a6b6ce4feb |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\web_ws.cpython-313.pyc | web_ws.cpython-313.pyc | Other | 32,041 | 0.8 | 0.010256 | 0.005236 | awesome-app | 324 | 2023-10-13T20:40:27.829713 | GPL-3.0 | false | 69a7ca36cbb348d9ad470bb5e85846e7 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\worker.cpython-313.pyc | worker.cpython-313.pyc | Other | 12,389 | 0.95 | 0.04902 | 0 | react-lib | 933 | 2024-05-31T14:35:27.381952 | Apache-2.0 | false | 69b79e5458ad86e9de6c97eb704abe10 |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\_cookie_helpers.cpython-313.pyc | _cookie_helpers.cpython-313.pyc | Other | 10,065 | 0.95 | 0.105634 | 0.048387 | awesome-app | 652 | 2024-01-12T18:28:53.058957 | GPL-3.0 | false | 7f4363e0bde263be4ad602c58d5106aa |
\n\n | .venv\Lib\site-packages\aiohttp\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 5,343 | 0.8 | 0 | 0 | react-lib | 756 | 2023-11-04T12:29:18.628667 | BSD-3-Clause | false | c4c2103d0c43ff3381ff158ee03ab7bc |
pip\n | .venv\Lib\site-packages\aiohttp-3.12.13.dist-info\INSTALLER | INSTALLER | Other | 4 | 0.5 | 0 | 0 | awesome-app | 254 | 2024-09-17T00:28:21.393752 | Apache-2.0 | false | 365c9bfeb7d89244f2ce01c1de44cb85 |
Metadata-Version: 2.4\nName: aiohttp\nVersion: 3.12.13\nSummary: Async http client/server framework (asyncio)\nHome-page: https://github.com/aio-libs/aiohttp\nMaintainer: aiohttp team <team@aiohttp.org>\nMaintainer-email: team@aiohttp.org\nLicense: Apache-2.0\nProject-URL: Chat: Matrix, https://matrix.to/#/#aio-libs:ma... | .venv\Lib\site-packages\aiohttp-3.12.13.dist-info\METADATA | METADATA | Other | 7,863 | 0.95 | 0.048 | 0.032967 | node-utils | 632 | 2023-11-01T03:09:06.189140 | BSD-3-Clause | false | d5da614b47daa46ae393be15b45d6b1f |
aiohttp-3.12.13.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\naiohttp-3.12.13.dist-info/METADATA,sha256=CEVhlDnumNzO2aS4kPv-OSYdapnViSwO1npPPrGvrnk,7863\naiohttp-3.12.13.dist-info/RECORD,,\naiohttp-3.12.13.dist-info/WHEEL,sha256=qV0EIPljj1XC_vuSatRWjn02nZIz3N1t8jsZz7HBr2U,101\naiohttp-3.12.1... | .venv\Lib\site-packages\aiohttp-3.12.13.dist-info\RECORD | RECORD | Other | 9,662 | 0.7 | 0 | 0 | vue-tools | 662 | 2023-09-27T12:49:48.341533 | MIT | false | 853139114da563a9860081142164d178 |
aiohttp\n | .venv\Lib\site-packages\aiohttp-3.12.13.dist-info\top_level.txt | top_level.txt | Other | 8 | 0.5 | 0 | 0 | node-utils | 537 | 2023-11-06T08:33:27.216504 | BSD-3-Clause | false | 3f2e08e98e2f74684b61aa4ac7d5a037 |
Wheel-Version: 1.0\nGenerator: setuptools (80.9.0)\nRoot-Is-Purelib: false\nTag: cp313-cp313-win_amd64\n\n | .venv\Lib\site-packages\aiohttp-3.12.13.dist-info\WHEEL | WHEEL | Other | 101 | 0.7 | 0 | 0 | node-utils | 977 | 2024-09-18T10:16:04.926792 | BSD-3-Clause | false | eb6c9e665bbbd698545236600675f165 |
Copyright aio-libs contributors.\n\n Licensed under the Apache License, Version 2.0 (the "License");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agree... | .venv\Lib\site-packages\aiohttp-3.12.13.dist-info\licenses\LICENSE.txt | LICENSE.txt | Other | 601 | 0.95 | 0.076923 | 0 | python-kit | 932 | 2023-07-15T07:44:29.957151 | BSD-3-Clause | false | 748073912af33aa59430d3702aa32d41 |
\n\n | .venv\Lib\site-packages\aiosignal\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 2,725 | 0.95 | 0.02381 | 0.026316 | python-kit | 103 | 2025-02-20T21:59:17.092019 | MIT | false | e986c8eba3ade290ee77e7db0f797d6c |
pip\n | .venv\Lib\site-packages\aiosignal-1.4.0.dist-info\INSTALLER | INSTALLER | Other | 4 | 0.5 | 0 | 0 | vue-tools | 76 | 2024-02-03T07:59:25.370770 | MIT | false | 365c9bfeb7d89244f2ce01c1de44cb85 |
Metadata-Version: 2.4\nName: aiosignal\nVersion: 1.4.0\nSummary: aiosignal: a list of registered asynchronous callbacks\nHome-page: https://github.com/aio-libs/aiosignal\nMaintainer: aiohttp team <team@aiohttp.org>\nMaintainer-email: team@aiohttp.org\nLicense: Apache 2.0\nProject-URL: Chat: Gitter, https://gitter.im/ai... | .venv\Lib\site-packages\aiosignal-1.4.0.dist-info\METADATA | METADATA | Other | 3,662 | 0.8 | 0.035714 | 0 | vue-tools | 989 | 2024-05-01T20:31:05.014181 | MIT | false | 3ccae9c0532640c4c716808af49aecfd |
aiosignal-1.4.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\naiosignal-1.4.0.dist-info/METADATA,sha256=CSR-8dqLxpZyjUcTDnAuQwf299EB1sSFv_nzpxznAI0,3662\naiosignal-1.4.0.dist-info/RECORD,,\naiosignal-1.4.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91\naiosignal-1.4.0... | .venv\Lib\site-packages\aiosignal-1.4.0.dist-info\RECORD | RECORD | Other | 703 | 0.7 | 0 | 0 | python-kit | 156 | 2025-05-09T09:15:45.699363 | BSD-3-Clause | false | e49259a7628159868e7f100f0724107b |
aiosignal\n | .venv\Lib\site-packages\aiosignal-1.4.0.dist-info\top_level.txt | top_level.txt | Other | 10 | 0.5 | 0 | 0 | python-kit | 202 | 2024-09-06T22:25:19.333686 | MIT | false | f23d72ede8fa99a9f65f5004bd3f1f0a |
Wheel-Version: 1.0\nGenerator: setuptools (80.9.0)\nRoot-Is-Purelib: true\nTag: py3-none-any\n\n | .venv\Lib\site-packages\aiosignal-1.4.0.dist-info\WHEEL | WHEEL | Other | 91 | 0.5 | 0 | 0 | python-kit | 163 | 2025-02-04T14:42:17.784938 | Apache-2.0 | false | 08dd01ac2afdbb287cc668d51c7056c8 |
Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n "License" shall mean the terms and conditions for use, reproduction,\n and distribution as ... | .venv\Lib\site-packages\aiosignal-1.4.0.dist-info\licenses\LICENSE | LICENSE | Other | 11,332 | 0.95 | 0.119403 | 0 | react-lib | 126 | 2024-04-13T21:35:14.762217 | Apache-2.0 | false | cf056e8e7a0a5477451af18b7b5aa98c |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.