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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
GLOB_EDGE_CASES_TESTS = {\n "argnames": ("path", "recursive", "maxdepth", "expected"),\n "argvalues": [\n ("fil?1", False, None, ["file1"]),\n ("fil?1", True, None, ["file1"]),\n ("file[1-2]", False, None, ["file1", "file2"]),\n ("file[1-2]", True, None, ["file1", "file2"]),\n (... | .venv\Lib\site-packages\fsspec\tests\abstract\common.py | common.py | Python | 4,973 | 0.8 | 0 | 0 | node-utils | 621 | 2023-10-06T16:19:25.002219 | Apache-2.0 | true | a142d111eeb64e2d8a65382629be6e18 |
from hashlib import md5\nfrom itertools import product\n\nimport pytest\n\nfrom fsspec.tests.abstract.common import GLOB_EDGE_CASES_TESTS\n\n\nclass AbstractCopyTests:\n def test_copy_file_to_existing_directory(\n self,\n fs,\n fs_join,\n fs_bulk_operations_scenario_0,\n fs_target,... | .venv\Lib\site-packages\fsspec\tests\abstract\copy.py | copy.py | Python | 19,967 | 0.95 | 0.098743 | 0.084926 | python-kit | 798 | 2024-02-29T07:31:21.998464 | GPL-3.0 | true | 2430cdc4047e6270b5b51796fd64b7bb |
from hashlib import md5\nfrom itertools import product\n\nimport pytest\n\nfrom fsspec.implementations.local import make_path_posix\nfrom fsspec.tests.abstract.common import GLOB_EDGE_CASES_TESTS\n\n\nclass AbstractGetTests:\n def test_get_file_to_existing_directory(\n self,\n fs,\n fs_join,\n ... | .venv\Lib\site-packages\fsspec\tests\abstract\get.py | get.py | Python | 20,755 | 0.95 | 0.074957 | 0.074447 | react-lib | 710 | 2024-06-11T03:36:20.698356 | BSD-3-Clause | true | ae1e4e15ba9487848d131f4ebef16ccd |
import pytest\n\n\nclass AbstractOpenTests:\n def test_open_exclusive(self, fs, fs_target):\n with fs.open(fs_target, "wb") as f:\n f.write(b"data")\n with fs.open(fs_target, "rb") as f:\n assert f.read() == b"data"\n with pytest.raises(FileExistsError):\n fs.ope... | .venv\Lib\site-packages\fsspec\tests\abstract\open.py | open.py | Python | 329 | 0.85 | 0.181818 | 0 | node-utils | 706 | 2024-08-24T00:27:49.223414 | Apache-2.0 | true | b139f16692bea90141ca6f99ca3fc8e2 |
import pytest\n\n\nclass AbstractPipeTests:\n def test_pipe_exclusive(self, fs, fs_target):\n fs.pipe_file(fs_target, b"data")\n assert fs.cat_file(fs_target) == b"data"\n with pytest.raises(FileExistsError):\n fs.pipe_file(fs_target, b"data", mode="create")\n fs.pipe_file(fs_t... | .venv\Lib\site-packages\fsspec\tests\abstract\pipe.py | pipe.py | Python | 402 | 0.85 | 0.181818 | 0 | python-kit | 576 | 2025-05-29T12:13:38.543115 | GPL-3.0 | true | 351a492c5455f0a8f3d8b7f238a0ff94 |
from hashlib import md5\nfrom itertools import product\n\nimport pytest\n\nfrom fsspec.tests.abstract.common import GLOB_EDGE_CASES_TESTS\n\n\nclass AbstractPutTests:\n def test_put_file_to_existing_directory(\n self,\n fs,\n fs_join,\n fs_target,\n local_join,\n local_bulk_... | .venv\Lib\site-packages\fsspec\tests\abstract\put.py | put.py | Python | 21,201 | 0.95 | 0.098139 | 0.083665 | awesome-app | 97 | 2023-07-21T06:37:10.188118 | Apache-2.0 | true | 32d8f8329b88b8405ef98de5f7418e22 |
\n\n | .venv\Lib\site-packages\fsspec\tests\abstract\__pycache__\common.cpython-313.pyc | common.cpython-313.pyc | Other | 2,144 | 0.8 | 0 | 0.038961 | python-kit | 1 | 2023-11-22T14:16:47.112179 | GPL-3.0 | true | fb1802ff005eb3e54bff695a12d7a6d1 |
\n\n | .venv\Lib\site-packages\fsspec\tests\abstract\__pycache__\copy.cpython-313.pyc | copy.cpython-313.pyc | Other | 22,444 | 0.8 | 0 | 0 | node-utils | 974 | 2023-12-15T04:00:43.767539 | GPL-3.0 | true | 0c0fe48c929bcd52b63fd21467191bc8 |
\n\n | .venv\Lib\site-packages\fsspec\tests\abstract\__pycache__\get.cpython-313.pyc | get.cpython-313.pyc | Other | 22,178 | 0.8 | 0 | 0.040816 | python-kit | 960 | 2024-01-09T01:28:46.460489 | Apache-2.0 | true | fe3d90bf9076b1a56c029b373c356da9 |
\n\n | .venv\Lib\site-packages\fsspec\tests\abstract\__pycache__\mv.cpython-313.pyc | mv.cpython-313.pyc | Other | 2,574 | 0.7 | 0 | 0.029412 | react-lib | 561 | 2024-12-29T00:07:59.252335 | GPL-3.0 | true | 5fc3d49298d2fa05e8d4db0b9d5ba428 |
\n\n | .venv\Lib\site-packages\fsspec\tests\abstract\__pycache__\open.cpython-313.pyc | open.cpython-313.pyc | Other | 1,248 | 0.8 | 0 | 0 | vue-tools | 984 | 2024-01-11T12:57:33.198110 | GPL-3.0 | true | 08fa20dcb91df277786ab2a65ba6b256 |
\n\n | .venv\Lib\site-packages\fsspec\tests\abstract\__pycache__\pipe.cpython-313.pyc | pipe.cpython-313.pyc | Other | 1,147 | 0.7 | 0 | 0 | react-lib | 20 | 2024-01-03T12:05:14.685296 | MIT | true | ae9c18ff286888070d88be3ecc3405a2 |
\n\n | .venv\Lib\site-packages\fsspec\tests\abstract\__pycache__\put.cpython-313.pyc | put.cpython-313.pyc | Other | 23,529 | 0.8 | 0 | 0 | vue-tools | 32 | 2024-08-21T00:04:17.856906 | BSD-3-Clause | true | ea6faf60cd5389a91925460f6bc66219 |
\n\n | .venv\Lib\site-packages\fsspec\tests\abstract\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 13,218 | 0.95 | 0.074713 | 0 | vue-tools | 616 | 2024-04-27T21:10:44.805319 | Apache-2.0 | true | 36a80290e012f84160d4afdb2ec45c86 |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\archive.cpython-313.pyc | archive.cpython-313.pyc | Other | 4,138 | 0.95 | 0.119048 | 0 | python-kit | 455 | 2024-07-06T00:51:17.470426 | GPL-3.0 | false | 5f5b4f4a029327e661fb33cb1b9dbd7d |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\asyn.cpython-313.pyc | asyn.cpython-313.pyc | Other | 46,898 | 0.95 | 0.047423 | 0.006536 | awesome-app | 886 | 2025-06-24T08:32:25.600942 | BSD-3-Clause | false | e07bd41ae8ea8089b338e9953fc665ee |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\caching.cpython-313.pyc | caching.cpython-313.pyc | Other | 38,469 | 0.95 | 0.030238 | 0.002331 | vue-tools | 24 | 2024-08-29T04:09:37.090959 | MIT | false | 91b5bc912067e5dd0149572a9ac89178 |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\callbacks.cpython-313.pyc | callbacks.cpython-313.pyc | Other | 12,240 | 0.95 | 0.077236 | 0.004717 | awesome-app | 993 | 2024-07-10T04:49:47.172899 | Apache-2.0 | false | a26531a29d4a57ec556cb29349b58de4 |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\compression.cpython-313.pyc | compression.cpython-313.pyc | Other | 7,323 | 0.95 | 0.05618 | 0 | awesome-app | 91 | 2024-09-24T22:43:13.929142 | BSD-3-Clause | false | 1a57e7d597e29674b19a2c30af6d1f32 |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\config.cpython-313.pyc | config.cpython-313.pyc | Other | 5,969 | 0.8 | 0.061728 | 0 | react-lib | 402 | 2024-04-21T11:11:48.075708 | BSD-3-Clause | false | 919dc96c3cceec7bdf661cbc63279db6 |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\conftest.cpython-313.pyc | conftest.cpython-313.pyc | Other | 3,134 | 0.95 | 0 | 0 | awesome-app | 54 | 2024-02-23T22:03:05.592877 | MIT | true | ed82913a8510d001a2a9d32a8ebedb12 |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\core.cpython-313.pyc | core.cpython-313.pyc | Other | 28,049 | 0.95 | 0.059242 | 0.007692 | vue-tools | 678 | 2025-05-10T13:36:09.213908 | MIT | false | 20624be9a744cbce06a28e440fa2efb1 |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\dircache.cpython-313.pyc | dircache.cpython-313.pyc | Other | 4,507 | 0.95 | 0.017241 | 0 | vue-tools | 604 | 2024-08-29T05:25:39.274445 | Apache-2.0 | false | 4241dbe3eed6e0da73b3587faefad45e |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\exceptions.cpython-313.pyc | exceptions.cpython-313.pyc | Other | 893 | 0.85 | 0.090909 | 0 | vue-tools | 241 | 2024-04-12T23:02:32.504388 | GPL-3.0 | false | 15ca5a6e93d7103d08c312918820051a |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\fuse.cpython-313.pyc | fuse.cpython-313.pyc | Other | 15,637 | 0.95 | 0.027473 | 0.018634 | react-lib | 487 | 2024-05-19T06:55:04.239402 | MIT | false | 089d7931e349ae424ce10c5660623a08 |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\generic.cpython-313.pyc | generic.cpython-313.pyc | Other | 19,612 | 0.95 | 0.035971 | 0.015209 | node-utils | 785 | 2025-02-12T01:09:46.926824 | Apache-2.0 | false | 91c134b1294be1ec268ce1d5f5fd1d27 |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\gui.cpython-313.pyc | gui.cpython-313.pyc | Other | 21,431 | 0.95 | 0.04918 | 0.004926 | awesome-app | 417 | 2024-04-17T17:34:55.614182 | BSD-3-Clause | false | 80d1b5a4abbb2a26b555c37e67239bdb |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\json.cpython-313.pyc | json.cpython-313.pyc | Other | 6,426 | 0.95 | 0.012048 | 0.0125 | react-lib | 851 | 2024-07-28T00:05:56.604153 | Apache-2.0 | false | 45061292af5005584a3d03f46a739ab2 |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\mapping.cpython-313.pyc | mapping.cpython-313.pyc | Other | 12,128 | 0.95 | 0.055944 | 0 | react-lib | 336 | 2024-02-11T15:46:48.552164 | Apache-2.0 | false | 867d32d199a05b85ff48be307cd7c5c6 |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\parquet.cpython-313.pyc | parquet.cpython-313.pyc | Other | 15,703 | 0.95 | 0.05 | 0.004329 | node-utils | 416 | 2024-05-19T04:48:39.250421 | MIT | false | 5d4c9b240c43dbdedbc5b29f41f506d2 |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\registry.cpython-313.pyc | registry.cpython-313.pyc | Other | 11,110 | 0.95 | 0.149254 | 0 | awesome-app | 254 | 2023-07-17T16:02:06.439363 | BSD-3-Clause | false | 5686ae394aceeeb70ae3ae908085471f |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\spec.cpython-313.pyc | spec.cpython-313.pyc | Other | 87,390 | 0.75 | 0.079828 | 0.008721 | vue-tools | 141 | 2023-09-26T23:19:48.395358 | GPL-3.0 | false | 13db30c5530e36b0e82972482e9f5c73 |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\transaction.cpython-313.pyc | transaction.cpython-313.pyc | Other | 4,716 | 0.8 | 0.029851 | 0 | react-lib | 517 | 2025-02-05T03:41:55.022710 | BSD-3-Clause | false | e44d03296a38d777fbd0bf483fe418ef |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\utils.cpython-313.pyc | utils.cpython-313.pyc | Other | 28,244 | 0.95 | 0.028133 | 0.008596 | node-utils | 400 | 2023-10-31T07:42:05.468293 | MIT | false | 535d81f1840e3d3dc5626a39c8faf670 |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\_version.cpython-313.pyc | _version.cpython-313.pyc | Other | 655 | 0.7 | 0 | 0 | python-kit | 906 | 2024-07-17T08:28:07.749636 | GPL-3.0 | false | 8aefaa73cf0ae5350c216c5936833604 |
\n\n | .venv\Lib\site-packages\fsspec\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 1,834 | 0.85 | 0 | 0 | node-utils | 370 | 2024-12-09T08:22:21.620602 | BSD-3-Clause | false | 8b64b50665a8ceaf7b7f6fb7988dbf83 |
pip\n | .venv\Lib\site-packages\fsspec-2025.3.0.dist-info\INSTALLER | INSTALLER | Other | 4 | 0.5 | 0 | 0 | react-lib | 764 | 2024-06-17T01:31:37.593344 | Apache-2.0 | false | 365c9bfeb7d89244f2ce01c1de44cb85 |
Metadata-Version: 2.4\nName: fsspec\nVersion: 2025.3.0\nSummary: File-system specification\nProject-URL: Changelog, https://filesystem-spec.readthedocs.io/en/latest/changelog.html\nProject-URL: Documentation, https://filesystem-spec.readthedocs.io/en/latest/\nProject-URL: Homepage, https://github.com/fsspec/filesystem_... | .venv\Lib\site-packages\fsspec-2025.3.0.dist-info\METADATA | METADATA | Other | 11,747 | 0.95 | 0.046763 | 0.061224 | react-lib | 341 | 2025-03-01T23:23:56.625939 | Apache-2.0 | false | 5b171d889a1ab99135938a47b47db2d1 |
fsspec-2025.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\nfsspec-2025.3.0.dist-info/METADATA,sha256=L2OjjikjNWpjvp8i5_ec515Cd09eUi8qZ_3peQmWG8M,11747\nfsspec-2025.3.0.dist-info/RECORD,,\nfsspec-2025.3.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87\nfsspec-2025.3.... | .venv\Lib\site-packages\fsspec-2025.3.0.dist-info\RECORD | RECORD | Other | 8,029 | 0.7 | 0 | 0 | react-lib | 698 | 2024-12-18T09:53:57.925683 | Apache-2.0 | false | 7b484dd63968f3ce0f1a05851fd700bc |
Wheel-Version: 1.0\nGenerator: hatchling 1.27.0\nRoot-Is-Purelib: true\nTag: py3-none-any\n | .venv\Lib\site-packages\fsspec-2025.3.0.dist-info\WHEEL | WHEEL | Other | 87 | 0.5 | 0 | 0 | vue-tools | 914 | 2023-12-16T06:30:12.647630 | Apache-2.0 | false | e2fcb0ad9ea59332c808928b4b439e7a |
BSD 3-Clause License\n\nCopyright (c) 2018, Martin Durant\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n list of c... | .venv\Lib\site-packages\fsspec-2025.3.0.dist-info\licenses\LICENSE | LICENSE | Other | 1,513 | 0.7 | 0 | 0.130435 | python-kit | 343 | 2025-01-15T12:53:48.899079 | Apache-2.0 | false | b38a11bf4dcdfc66307f8515ce1fbaa6 |
Marker\n | .venv\Lib\site-packages\h11\py.typed | py.typed | Other | 7 | 0.5 | 0 | 0 | python-kit | 683 | 2024-07-20T06:41:25.009151 | GPL-3.0 | false | 3522f1a61602da93a3a5e4600cc1f05f |
# This contains the main Connection class. Everything in h11 revolves around\n# this.\nfrom typing import (\n Any,\n Callable,\n cast,\n Dict,\n List,\n Optional,\n overload,\n Tuple,\n Type,\n Union,\n)\n\nfrom ._events import (\n ConnectionClosed,\n Data,\n EndOfMessage,\n Ev... | .venv\Lib\site-packages\h11\_connection.py | _connection.py | Python | 26,863 | 0.95 | 0.189681 | 0.260563 | awesome-app | 551 | 2024-01-26T15:01:32.074343 | GPL-3.0 | false | 811188503f2e5bf065caa2b32871901f |
import re\nfrom typing import AnyStr, cast, List, overload, Sequence, Tuple, TYPE_CHECKING, Union\n\nfrom ._abnf import field_name, field_value\nfrom ._util import bytesify, LocalProtocolError, validate\n\nif TYPE_CHECKING:\n from ._events import Request\n\ntry:\n from typing import Literal\nexcept ImportError:\n... | .venv\Lib\site-packages\h11\_headers.py | _headers.py | Python | 10,412 | 0.95 | 0.148936 | 0.443089 | react-lib | 772 | 2025-06-01T19:49:16.967017 | BSD-3-Clause | false | e1b46091b343ba5a89a410664a0359b3 |
import re\nimport sys\nfrom typing import List, Optional, Union\n\n__all__ = ["ReceiveBuffer"]\n\n\n# Operations we want to support:\n# - find next \r\n or \r\n\r\n (\n or \n\n are also acceptable),\n# or wait until there is one\n# - read at-most-N bytes\n# Goals:\n# - on average, do this fast\n# - worst case, do thi... | .venv\Lib\site-packages\h11\_receivebuffer.py | _receivebuffer.py | Python | 5,252 | 0.95 | 0.163399 | 0.428571 | node-utils | 88 | 2024-08-13T08:03:57.697341 | Apache-2.0 | false | 60a0149281ead0518630f4cf130b1aab |
################################################################\n# The core state machine\n################################################################\n#\n# Rule 1: everything that affects the state machine and state transitions must\n# live here in this file. As much as possible goes into the table-based\n# repr... | .venv\Lib\site-packages\h11\_state.py | _state.py | Python | 13,231 | 0.95 | 0.147945 | 0.463492 | python-kit | 375 | 2024-07-04T07:20:44.363998 | GPL-3.0 | false | 44e194babb85892216fa0ff48aa057d0 |
from typing import Any, Dict, NoReturn, Pattern, Tuple, Type, TypeVar, Union\n\n__all__ = [\n "ProtocolError",\n "LocalProtocolError",\n "RemoteProtocolError",\n "validate",\n "bytesify",\n]\n\n\nclass ProtocolError(Exception):\n """Exception indicating a violation of the HTTP/1.1 protocol.\n\n Thi... | .venv\Lib\site-packages\h11\_util.py | _util.py | Python | 4,888 | 0.95 | 0.214815 | 0.357798 | awesome-app | 276 | 2023-08-22T13:11:12.218355 | MIT | false | c2c5fade65d8b57e238eecb1e660af7e |
# This file must be kept very simple, because it is consumed from several\n# places -- it is imported by h11/__init__.py, execfile'd by setup.py, etc.\n\n# We use a simple scheme:\n# 1.0.0 -> 1.0.0+dev -> 1.1.0 -> 1.1.0+dev\n# where the +dev versions are never released into the wild, they're just what\n# we stick int... | .venv\Lib\site-packages\h11\_version.py | _version.py | Python | 686 | 0.95 | 0 | 0.928571 | python-kit | 355 | 2025-02-15T02:09:31.705976 | MIT | false | 56ebcfa15b3e8ef5e92d2c3019ba95d2 |
# A highish-level implementation of the HTTP/1.1 wire protocol (RFC 7230),\n# containing no networking code at all, loosely modelled on hyper-h2's generic\n# implementation of HTTP/2 (and in particular the h2.connection.H2Connection\n# class). There's still a bunch of subtle details you need to get right if you\n# want... | .venv\Lib\site-packages\h11\__init__.py | __init__.py | Python | 1,507 | 0.95 | 0.032258 | 0.12069 | node-utils | 907 | 2023-11-08T16:09:50.855978 | GPL-3.0 | false | f9b5f613283814d5a7216bc0c1e90769 |
\n\n | .venv\Lib\site-packages\h11\__pycache__\_abnf.cpython-313.pyc | _abnf.cpython-313.pyc | Other | 1,761 | 0.8 | 0 | 0 | python-kit | 743 | 2023-11-19T07:34:44.110264 | GPL-3.0 | false | a4491efa01da7379cbc804403a5b332e |
\n\n | .venv\Lib\site-packages\h11\__pycache__\_connection.cpython-313.pyc | _connection.cpython-313.pyc | Other | 22,736 | 0.8 | 0.077778 | 0 | node-utils | 43 | 2025-02-18T07:28:42.004835 | Apache-2.0 | false | 66c4d468cb3d32be8603b330dd452f0b |
\n\n | .venv\Lib\site-packages\h11\__pycache__\_events.cpython-313.pyc | _events.cpython-313.pyc | Other | 13,141 | 0.95 | 0.080717 | 0 | react-lib | 634 | 2025-03-04T21:52:15.721963 | Apache-2.0 | false | 68be39874da73c1b1511113bff4baf40 |
\n\n | .venv\Lib\site-packages\h11\__pycache__\_headers.cpython-313.pyc | _headers.cpython-313.pyc | Other | 8,041 | 0.8 | 0.0125 | 0 | node-utils | 330 | 2024-07-14T17:04:12.801805 | MIT | false | f1ce8ee4104cc2c72ab74e340884a572 |
\n\n | .venv\Lib\site-packages\h11\__pycache__\_readers.cpython-313.pyc | _readers.cpython-313.pyc | Other | 9,867 | 0.8 | 0 | 0.01087 | node-utils | 557 | 2024-02-18T19:22:53.804588 | BSD-3-Clause | false | 73f64a81599e59317aa18005b5edc4e0 |
\n\n | .venv\Lib\site-packages\h11\__pycache__\_receivebuffer.cpython-313.pyc | _receivebuffer.cpython-313.pyc | Other | 4,776 | 0.8 | 0.019231 | 0 | vue-tools | 790 | 2024-02-20T17:24:09.173481 | MIT | false | 78ec75f92f00875ce952182a8869286d |
\n\n | .venv\Lib\site-packages\h11\__pycache__\_state.cpython-313.pyc | _state.cpython-313.pyc | Other | 8,776 | 0.8 | 0 | 0 | vue-tools | 358 | 2025-05-27T08:59:25.195737 | GPL-3.0 | false | 3523eed485ab9ca756e64b2bd32aeee9 |
\n\n | .venv\Lib\site-packages\h11\__pycache__\_util.cpython-313.pyc | _util.cpython-313.pyc | Other | 4,839 | 0.8 | 0.128571 | 0 | vue-tools | 452 | 2025-03-07T07:00:22.390502 | Apache-2.0 | false | 0df89127440b526b66ccce7d272eb83f |
\n\n | .venv\Lib\site-packages\h11\__pycache__\_version.cpython-313.pyc | _version.cpython-313.pyc | Other | 207 | 0.7 | 0 | 0 | vue-tools | 830 | 2023-10-24T23:20:31.310373 | MIT | false | a86c26f1093ab0c1f06392d000a8fa4c |
\n\n | .venv\Lib\site-packages\h11\__pycache__\_writers.cpython-313.pyc | _writers.cpython-313.pyc | Other | 6,467 | 0.8 | 0.030303 | 0 | awesome-app | 924 | 2024-12-15T12:06:05.500994 | GPL-3.0 | false | abdf3d1b45d3ce401aec94cadea2e051 |
\n\n | .venv\Lib\site-packages\h11\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 1,069 | 0.7 | 0 | 0 | vue-tools | 468 | 2024-04-18T22:40:54.236004 | BSD-3-Clause | false | bbe2d406b2312616e754a1b3f2eef510 |
pip\n | .venv\Lib\site-packages\h11-0.16.0.dist-info\INSTALLER | INSTALLER | Other | 4 | 0.5 | 0 | 0 | python-kit | 861 | 2024-12-29T00:53:08.446767 | GPL-3.0 | false | 365c9bfeb7d89244f2ce01c1de44cb85 |
Metadata-Version: 2.4\nName: h11\nVersion: 0.16.0\nSummary: A pure-Python, bring-your-own-I/O implementation of HTTP/1.1\nHome-page: https://github.com/python-hyper/h11\nAuthor: Nathaniel J. Smith\nAuthor-email: njs@pobox.com\nLicense: MIT\nClassifier: Development Status :: 3 - Alpha\nClassifier: Intended Audience :: D... | .venv\Lib\site-packages\h11-0.16.0.dist-info\METADATA | METADATA | Other | 8,348 | 0.95 | 0.064356 | 0.036145 | python-kit | 291 | 2024-02-12T04:30:46.404198 | BSD-3-Clause | false | 73a390f47a824011df080be2f79250f0 |
h11-0.16.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\nh11-0.16.0.dist-info/METADATA,sha256=KPMmCYrAn8unm48YD5YIfIQf4kViFct7hyqcfVzRnWQ,8348\nh11-0.16.0.dist-info/RECORD,,\nh11-0.16.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91\nh11-0.16.0.dist-info/licenses/LICEN... | .venv\Lib\site-packages\h11-0.16.0.dist-info\RECORD | RECORD | Other | 1,830 | 0.7 | 0 | 0 | node-utils | 779 | 2024-11-30T02:21:01.915703 | GPL-3.0 | false | 4a71578f0082aac2c4d9e76ce05de2a6 |
h11\n | .venv\Lib\site-packages\h11-0.16.0.dist-info\top_level.txt | top_level.txt | Other | 4 | 0.5 | 0 | 0 | vue-tools | 130 | 2025-02-06T18:00:33.893027 | Apache-2.0 | false | 58b314cbeb0f4b3c2be5961ed1452c97 |
Wheel-Version: 1.0\nGenerator: setuptools (78.1.0)\nRoot-Is-Purelib: true\nTag: py3-none-any\n\n | .venv\Lib\site-packages\h11-0.16.0.dist-info\WHEEL | WHEEL | Other | 91 | 0.5 | 0 | 0 | node-utils | 860 | 2024-03-22T13:58:52.918417 | GPL-3.0 | false | 9c3ef2336f4e16b5f7573c25c683ce63 |
The MIT License (MIT)\n\nCopyright (c) 2016 Nathaniel J. Smith <njs@pobox.com> and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout li... | .venv\Lib\site-packages\h11-0.16.0.dist-info\licenses\LICENSE.txt | LICENSE.txt | Other | 1,124 | 0.7 | 0 | 0 | awesome-app | 670 | 2025-02-02T08:04:23.698881 | Apache-2.0 | false | f5501d19c3116f4aaeef89369f458693 |
from __future__ import annotations\n\nimport contextlib\nimport typing\n\nfrom ._models import URL, Extensions, HeaderTypes, Response\nfrom ._sync.connection_pool import ConnectionPool\n\n\ndef request(\n method: bytes | str,\n url: URL | bytes | str,\n *,\n headers: HeaderTypes = None,\n content: bytes ... | .venv\Lib\site-packages\httpcore\_api.py | _api.py | Python | 3,146 | 0.95 | 0.06383 | 0.024691 | node-utils | 778 | 2023-09-08T14:41:15.105101 | GPL-3.0 | false | 13841642626649d19159c2da103fb35f |
import contextlib\nimport typing\n\nExceptionMapping = typing.Mapping[typing.Type[Exception], typing.Type[Exception]]\n\n\n@contextlib.contextmanager\ndef map_exceptions(map: ExceptionMapping) -> typing.Iterator[None]:\n try:\n yield\n except Exception as exc: # noqa: PIE786\n for from_exc, to_exc ... | .venv\Lib\site-packages\httpcore\_exceptions.py | _exceptions.py | Python | 1,184 | 0.95 | 0.234568 | 0.045455 | react-lib | 616 | 2023-07-14T04:16:01.276210 | GPL-3.0 | false | 5e5c9bf32b3d2bd8375ad90ce273067d |
from __future__ import annotations\n\nimport base64\nimport ssl\nimport typing\nimport urllib.parse\n\n# Functions for typechecking...\n\n\nByteOrStr = typing.Union[bytes, str]\nHeadersAsSequence = typing.Sequence[typing.Tuple[ByteOrStr, ByteOrStr]]\nHeadersAsMapping = typing.Mapping[ByteOrStr, ByteOrStr]\nHeaderTypes ... | .venv\Lib\site-packages\httpcore\_models.py | _models.py | Python | 17,623 | 0.95 | 0.162791 | 0.03653 | react-lib | 583 | 2025-03-25T13:16:17.973167 | BSD-3-Clause | false | 85cf0132820d0281f68fc3f6a8198c64 |
import ssl\n\nimport certifi\n\n\ndef default_ssl_context() -> ssl.SSLContext:\n context = ssl.create_default_context()\n context.load_verify_locations(certifi.where())\n return context\n | .venv\Lib\site-packages\httpcore\_ssl.py | _ssl.py | Python | 187 | 0.85 | 0.111111 | 0 | node-utils | 918 | 2024-01-16T23:29:53.101837 | Apache-2.0 | false | 48dc08986460a775e586cce59adc56b3 |
from __future__ import annotations\n\nimport inspect\nimport logging\nimport types\nimport typing\n\nfrom ._models import Request\n\n\nclass Trace:\n def __init__(\n self,\n name: str,\n logger: logging.Logger,\n request: Request | None = None,\n kwargs: dict[str, typing.Any] | Non... | .venv\Lib\site-packages\httpcore\_trace.py | _trace.py | Python | 3,952 | 0.95 | 0.271028 | 0 | node-utils | 649 | 2024-12-16T20:11:03.795997 | GPL-3.0 | false | efa2daa51e9ca9fcd2e3b09f4cb8c21f |
from ._api import request, stream\nfrom ._async import (\n AsyncConnectionInterface,\n AsyncConnectionPool,\n AsyncHTTP2Connection,\n AsyncHTTP11Connection,\n AsyncHTTPConnection,\n AsyncHTTPProxy,\n AsyncSOCKSProxy,\n)\nfrom ._backends.base import (\n SOCKET_OPTION,\n AsyncNetworkBackend,\n ... | .venv\Lib\site-packages\httpcore\__init__.py | __init__.py | Python | 3,445 | 0.95 | 0.070922 | 0.091603 | python-kit | 965 | 2024-10-24T10:47:44.291204 | MIT | false | 617176dff9692c89a14e5e5aaeb52f3f |
from __future__ import annotations\n\nimport itertools\nimport logging\nimport ssl\nimport types\nimport typing\n\nfrom .._backends.auto import AutoBackend\nfrom .._backends.base import SOCKET_OPTION, AsyncNetworkBackend, AsyncNetworkStream\nfrom .._exceptions import ConnectError, ConnectTimeout\nfrom .._models import ... | .venv\Lib\site-packages\httpcore\_async\connection.py | connection.py | Python | 8,449 | 0.95 | 0.162162 | 0.031579 | vue-tools | 533 | 2023-09-21T22:54:42.376058 | BSD-3-Clause | false | 9854e89cedd74dbf30724bd130f30702 |
from __future__ import annotations\n\nimport enum\nimport logging\nimport ssl\nimport time\nimport types\nimport typing\n\nimport h11\n\nfrom .._backends.base import AsyncNetworkStream\nfrom .._exceptions import (\n ConnectionNotAvailable,\n LocalProtocolError,\n RemoteProtocolError,\n WriteError,\n map_... | .venv\Lib\site-packages\httpcore\_async\http11.py | http11.py | Python | 13,880 | 0.95 | 0.155673 | 0.121019 | node-utils | 326 | 2024-02-05T20:47:29.680251 | MIT | false | 2b517859f19362c2508759d12cf284ff |
from __future__ import annotations\n\nimport enum\nimport logging\nimport time\nimport types\nimport typing\n\nimport h2.config\nimport h2.connection\nimport h2.events\nimport h2.exceptions\nimport h2.settings\n\nfrom .._backends.base import AsyncNetworkStream\nfrom .._exceptions import (\n ConnectionNotAvailable,\n... | .venv\Lib\site-packages\httpcore\_async\http2.py | http2.py | Python | 23,936 | 0.95 | 0.165541 | 0.131631 | awesome-app | 50 | 2023-08-12T07:01:19.359151 | GPL-3.0 | false | 34f43745ba1b3ce72e7588aca826a4c5 |
from __future__ import annotations\n\nimport base64\nimport logging\nimport ssl\nimport typing\n\nfrom .._backends.base import SOCKET_OPTION, AsyncNetworkBackend\nfrom .._exceptions import ProxyError\nfrom .._models import (\n URL,\n Origin,\n Request,\n Response,\n enforce_bytes,\n enforce_headers,\n... | .venv\Lib\site-packages\httpcore\_async\http_proxy.py | http_proxy.py | Python | 14,701 | 0.95 | 0.138965 | 0.009346 | python-kit | 874 | 2024-05-26T16:34:17.371325 | GPL-3.0 | false | 2a2662150be0474accebd3f3fb13e213 |
from __future__ import annotations\n\nimport contextlib\nimport typing\n\nfrom .._models import (\n URL,\n Extensions,\n HeaderTypes,\n Origin,\n Request,\n Response,\n enforce_bytes,\n enforce_headers,\n enforce_url,\n include_request_headers,\n)\n\n\nclass AsyncRequestInterface:\n asy... | .venv\Lib\site-packages\httpcore\_async\interfaces.py | interfaces.py | Python | 4,455 | 0.95 | 0.160584 | 0.052632 | awesome-app | 341 | 2025-01-31T12:49:11.909867 | GPL-3.0 | false | 0ae28a3a53232d2bc2d746cf4b905563 |
from __future__ import annotations\n\nimport logging\nimport ssl\n\nimport socksio\n\nfrom .._backends.auto import AutoBackend\nfrom .._backends.base import AsyncNetworkBackend, AsyncNetworkStream\nfrom .._exceptions import ConnectionNotAvailable, ProxyError\nfrom .._models import URL, Origin, Request, Response, enforc... | .venv\Lib\site-packages\httpcore\_async\socks_proxy.py | socks_proxy.py | Python | 13,841 | 0.95 | 0.1261 | 0.049834 | react-lib | 30 | 2024-12-02T15:59:39.087070 | MIT | false | 155b1e54aef0d32c261f257202ece034 |
from .connection import AsyncHTTPConnection\nfrom .connection_pool import AsyncConnectionPool\nfrom .http11 import AsyncHTTP11Connection\nfrom .http_proxy import AsyncHTTPProxy\nfrom .interfaces import AsyncConnectionInterface\n\ntry:\n from .http2 import AsyncHTTP2Connection\nexcept ImportError: # pragma: nocover\... | .venv\Lib\site-packages\httpcore\_async\__init__.py | __init__.py | Python | 1,221 | 0.95 | 0.153846 | 0 | node-utils | 806 | 2024-09-23T22:12:45.726221 | MIT | false | f5017575787cab4ced014351fe31ed3b |
\n\n | .venv\Lib\site-packages\httpcore\_async\__pycache__\connection.cpython-313.pyc | connection.cpython-313.pyc | Other | 11,985 | 0.8 | 0 | 0 | awesome-app | 841 | 2024-10-14T19:32:22.468779 | GPL-3.0 | false | 418b3918223ac44ecfe7ae3e2b1d54ef |
\n\n | .venv\Lib\site-packages\httpcore\_async\__pycache__\connection_pool.cpython-313.pyc | connection_pool.cpython-313.pyc | Other | 19,674 | 0.8 | 0.039823 | 0 | vue-tools | 58 | 2024-06-28T15:15:30.211266 | Apache-2.0 | false | 7d911f78b333a828dd7b6a4e38cdf0fe |
\n\n | .venv\Lib\site-packages\httpcore\_async\__pycache__\http11.cpython-313.pyc | http11.cpython-313.pyc | Other | 20,505 | 0.8 | 0 | 0.005988 | python-kit | 9 | 2024-12-01T14:18:19.128623 | GPL-3.0 | false | ec209a8b305e231850a3c53cc48881ac |
\n\n | .venv\Lib\site-packages\httpcore\_async\__pycache__\http2.cpython-313.pyc | http2.cpython-313.pyc | Other | 31,642 | 0.95 | 0.024291 | 0 | python-kit | 840 | 2023-10-08T20:29:43.261626 | MIT | false | 670911e141c6f8e12576a96c9714c2df |
\n\n | .venv\Lib\site-packages\httpcore\_async\__pycache__\http_proxy.cpython-313.pyc | http_proxy.cpython-313.pyc | Other | 17,879 | 0.8 | 0.069182 | 0 | awesome-app | 874 | 2024-05-08T10:07:51.519643 | BSD-3-Clause | false | e79a97c2e2757079856e29bec719752b |
\n\n | .venv\Lib\site-packages\httpcore\_async\__pycache__\interfaces.cpython-313.pyc | interfaces.cpython-313.pyc | Other | 5,616 | 0.95 | 0.105263 | 0 | awesome-app | 520 | 2024-02-14T08:20:57.227684 | Apache-2.0 | false | 5c3edc70e96c6b277f18935c0aabcfad |
\n\n | .venv\Lib\site-packages\httpcore\_async\__pycache__\socks_proxy.cpython-313.pyc | socks_proxy.cpython-313.pyc | Other | 16,903 | 0.8 | 0.04142 | 0 | python-kit | 406 | 2025-05-31T03:08:13.897341 | GPL-3.0 | false | e0a3c6c0154e0e2d7a86b347b243cdcf |
\n\n | .venv\Lib\site-packages\httpcore\_async\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 1,701 | 0.7 | 0 | 0 | awesome-app | 235 | 2024-06-29T01:06:19.572288 | MIT | false | 08b7d19a770a4330618df0843b49868d |
from __future__ import annotations\n\nimport ssl\nimport typing\n\nimport anyio\n\nfrom .._exceptions import (\n ConnectError,\n ConnectTimeout,\n ReadError,\n ReadTimeout,\n WriteError,\n WriteTimeout,\n map_exceptions,\n)\nfrom .._utils import is_socket_readable\nfrom .base import SOCKET_OPTION, ... | .venv\Lib\site-packages\httpcore\_backends\anyio.py | anyio.py | Python | 5,252 | 0.95 | 0.157534 | 0.007634 | react-lib | 630 | 2024-01-09T10:27:57.333239 | GPL-3.0 | false | 72a339f39034f7999017c5d1dd70411a |
from __future__ import annotations\n\nimport typing\n\nfrom .._synchronization import current_async_library\nfrom .base import SOCKET_OPTION, AsyncNetworkBackend, AsyncNetworkStream\n\n\nclass AutoBackend(AsyncNetworkBackend):\n async def _init_backend(self) -> None:\n if not (hasattr(self, "_backend")):\n ... | .venv\Lib\site-packages\httpcore\_backends\auto.py | auto.py | Python | 1,662 | 0.95 | 0.134615 | 0 | node-utils | 673 | 2025-02-23T02:29:58.176244 | Apache-2.0 | false | b05af13f5f8fb1078526b5c19b0c8132 |
from __future__ import annotations\n\nimport ssl\nimport time\nimport typing\n\nSOCKET_OPTION = typing.Union[\n typing.Tuple[int, int, int],\n typing.Tuple[int, int, typing.Union[bytes, bytearray]],\n typing.Tuple[int, int, None, int],\n]\n\n\nclass NetworkStream:\n def read(self, max_bytes: int, timeout: f... | .venv\Lib\site-packages\httpcore\_backends\base.py | base.py | Python | 3,042 | 0.95 | 0.19802 | 0 | node-utils | 950 | 2024-02-03T04:56:40.840868 | GPL-3.0 | false | 52468c2668de30d6cc5c9f3b7e13c352 |
from __future__ import annotations\n\nimport ssl\nimport typing\n\nfrom .._exceptions import ReadError\nfrom .base import (\n SOCKET_OPTION,\n AsyncNetworkBackend,\n AsyncNetworkStream,\n NetworkBackend,\n NetworkStream,\n)\n\n\nclass MockSSLObject:\n def __init__(self, http2: bool):\n self._ht... | .venv\Lib\site-packages\httpcore\_backends\mock.py | mock.py | Python | 4,077 | 0.85 | 0.251748 | 0 | react-lib | 713 | 2025-01-14T12:46:03.477422 | MIT | false | a391c8c563639335f979633ee559db4a |
from __future__ import annotations\n\nimport functools\nimport socket\nimport ssl\nimport sys\nimport typing\n\nfrom .._exceptions import (\n ConnectError,\n ConnectTimeout,\n ExceptionMapping,\n ReadError,\n ReadTimeout,\n WriteError,\n WriteTimeout,\n map_exceptions,\n)\nfrom .._utils import i... | .venv\Lib\site-packages\httpcore\_backends\sync.py | sync.py | Python | 7,977 | 0.95 | 0.190871 | 0.028571 | vue-tools | 711 | 2024-12-05T18:14:36.929413 | MIT | false | e9c9e4711c13ff50cc776e5afb4e2153 |
\n\n | .venv\Lib\site-packages\httpcore\_backends\__pycache__\anyio.cpython-313.pyc | anyio.cpython-313.pyc | Other | 8,608 | 0.8 | 0 | 0 | react-lib | 987 | 2023-07-22T05:43:00.591329 | Apache-2.0 | false | 1d7da8c3b5e7b5f73db3be74eceeb764 |
\n\n | .venv\Lib\site-packages\httpcore\_backends\__pycache__\auto.cpython-313.pyc | auto.cpython-313.pyc | Other | 2,746 | 0.8 | 0 | 0 | react-lib | 590 | 2025-02-23T14:05:19.238824 | MIT | false | a90fbb94d2487494dad910b801f4a7ed |
\n\n | .venv\Lib\site-packages\httpcore\_backends\__pycache__\base.cpython-313.pyc | base.cpython-313.pyc | Other | 5,070 | 0.8 | 0 | 0 | node-utils | 160 | 2025-05-27T14:03:03.792272 | MIT | false | a13bc9da49bcecaa13bfe2626711e710 |
\n\n | .venv\Lib\site-packages\httpcore\_backends\__pycache__\mock.cpython-313.pyc | mock.cpython-313.pyc | Other | 7,383 | 0.8 | 0 | 0 | vue-tools | 44 | 2024-02-29T07:50:22.790955 | BSD-3-Clause | false | dc6195e9a75a43e6ea0fdbdb6b3e2ff2 |
\n\n | .venv\Lib\site-packages\httpcore\_backends\__pycache__\sync.cpython-313.pyc | sync.cpython-313.pyc | Other | 11,610 | 0.8 | 0.014925 | 0.007874 | vue-tools | 605 | 2025-05-02T16:54:11.638478 | GPL-3.0 | false | 15de0c2cf0ed848a999bba978fb3895c |
\n\n | .venv\Lib\site-packages\httpcore\_backends\__pycache__\trio.cpython-313.pyc | trio.cpython-313.pyc | Other | 9,119 | 0.8 | 0 | 0 | vue-tools | 362 | 2023-12-26T05:11:13.367909 | GPL-3.0 | false | 3a59ba3b375841f3a5f709e0df79da64 |
\n\n | .venv\Lib\site-packages\httpcore\_backends\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 193 | 0.7 | 0 | 0 | node-utils | 949 | 2024-11-04T00:30:25.690125 | MIT | false | 00aa71ba4fe45b9485024684349b3636 |
from __future__ import annotations\n\nimport itertools\nimport logging\nimport ssl\nimport types\nimport typing\n\nfrom .._backends.sync import SyncBackend\nfrom .._backends.base import SOCKET_OPTION, NetworkBackend, NetworkStream\nfrom .._exceptions import ConnectError, ConnectTimeout\nfrom .._models import Origin, Re... | .venv\Lib\site-packages\httpcore\_sync\connection.py | connection.py | Python | 8,238 | 0.95 | 0.162162 | 0.031579 | python-kit | 91 | 2023-11-29T09:31:53.674159 | GPL-3.0 | false | fd77fd268a88b1f4095978351b74e4a5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.