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
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 NetworkStream\nfrom .._exceptions import (\n ConnectionNotAvailable,\n LocalProtocolError,\n RemoteProtocolError,\n WriteError,\n map_excep...
.venv\Lib\site-packages\httpcore\_sync\http11.py
http11.py
Python
13,476
0.95
0.155673
0.121019
react-lib
391
2025-05-26T21:40:11.870539
BSD-3-Clause
false
c21f0b1e2a542fa39fff7a3184ac648e
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 NetworkStream\nfrom .._exceptions import (\n ConnectionNotAvailable,\n L...
.venv\Lib\site-packages\httpcore\_sync\http2.py
http2.py
Python
23,400
0.95
0.165541
0.131631
react-lib
37
2024-03-30T21:04:41.088428
Apache-2.0
false
80ba5c525538c1671a7b84dc46e2b3b0
from __future__ import annotations\n\nimport base64\nimport logging\nimport ssl\nimport typing\n\nfrom .._backends.base import SOCKET_OPTION, NetworkBackend\nfrom .._exceptions import ProxyError\nfrom .._models import (\n URL,\n Origin,\n Request,\n Response,\n enforce_bytes,\n enforce_headers,\n e...
.venv\Lib\site-packages\httpcore\_sync\http_proxy.py
http_proxy.py
Python
14,463
0.95
0.138965
0.009346
python-kit
778
2025-02-17T20:06:45.037585
Apache-2.0
false
05c4617ff7607d361ea7d7d7fdd75e6b
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 RequestInterface:\n def requ...
.venv\Lib\site-packages\httpcore\_sync\interfaces.py
interfaces.py
Python
4,344
0.95
0.160584
0.052632
python-kit
173
2024-10-14T02:26:43.414093
Apache-2.0
false
0bec497f2de09e467262ca615d358374
from __future__ import annotations\n\nimport logging\nimport ssl\n\nimport socksio\n\nfrom .._backends.sync import SyncBackend\nfrom .._backends.base import NetworkBackend, NetworkStream\nfrom .._exceptions import ConnectionNotAvailable, ProxyError\nfrom .._models import URL, Origin, Request, Response, enforce_bytes, e...
.venv\Lib\site-packages\httpcore\_sync\socks_proxy.py
socks_proxy.py
Python
13,614
0.95
0.1261
0.049834
vue-tools
113
2024-09-16T18:38:53.925499
BSD-3-Clause
false
31236ddd5ae1611837d8403a28743ac5
from .connection import HTTPConnection\nfrom .connection_pool import ConnectionPool\nfrom .http11 import HTTP11Connection\nfrom .http_proxy import HTTPProxy\nfrom .interfaces import ConnectionInterface\n\ntry:\n from .http2 import HTTP2Connection\nexcept ImportError: # pragma: nocover\n\n class HTTP2Connection: ...
.venv\Lib\site-packages\httpcore\_sync\__init__.py
__init__.py
Python
1,141
0.95
0.153846
0
python-kit
519
2024-09-15T02:28:00.393637
BSD-3-Clause
false
523f60d79625fc83c75633d867fe180d
\n\n
.venv\Lib\site-packages\httpcore\_sync\__pycache__\connection.cpython-313.pyc
connection.cpython-313.pyc
Other
10,652
0.8
0
0
react-lib
598
2024-09-02T13:06:24.815107
MIT
false
fe94883697f326b7aab2d8924e0da4e5
\n\n
.venv\Lib\site-packages\httpcore\_sync\__pycache__\connection_pool.cpython-313.pyc
connection_pool.cpython-313.pyc
Other
18,766
0.8
0.040724
0
react-lib
863
2024-02-19T07:44:31.946545
BSD-3-Clause
false
7ae2c44b45478111e870750d1c0be434
\n\n
.venv\Lib\site-packages\httpcore\_sync\__pycache__\http11.cpython-313.pyc
http11.cpython-313.pyc
Other
18,127
0.8
0
0
node-utils
703
2025-02-15T06:48:34.146241
BSD-3-Clause
false
5ee48ba2d800dbd64ec79cb0ab698e94
\n\n
.venv\Lib\site-packages\httpcore\_sync\__pycache__\http2.cpython-313.pyc
http2.cpython-313.pyc
Other
27,828
0.95
0.023438
0
vue-tools
774
2023-10-24T15:40:13.251664
MIT
false
b02e5a70d34fdf332903b6448c1b0515
\n\n
.venv\Lib\site-packages\httpcore\_sync\__pycache__\http_proxy.cpython-313.pyc
http_proxy.cpython-313.pyc
Other
17,088
0.8
0.067073
0
python-kit
506
2025-01-02T08:45:16.826519
Apache-2.0
false
059b05696e895c2e89ea26cb485feb2e
\n\n
.venv\Lib\site-packages\httpcore\_sync\__pycache__\interfaces.cpython-313.pyc
interfaces.cpython-313.pyc
Other
5,168
0.95
0.119403
0.016393
awesome-app
840
2024-11-06T08:54:35.981910
BSD-3-Clause
false
df919ee8ee99785ebd31089a28c40298
\n\n
.venv\Lib\site-packages\httpcore\_sync\__pycache__\socks_proxy.cpython-313.pyc
socks_proxy.cpython-313.pyc
Other
15,700
0.8
0.040698
0
python-kit
30
2023-11-21T15:22:34.784347
BSD-3-Clause
false
1f2dd62aa74234cd833cc9b53879193a
\n\n
.venv\Lib\site-packages\httpcore\_sync\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
1,655
0.7
0
0
python-kit
820
2024-06-03T12:18:05.224180
BSD-3-Clause
false
83f6edc865f2800144c3ee3d6acf5733
\n\n
.venv\Lib\site-packages\httpcore\__pycache__\_api.cpython-313.pyc
_api.cpython-313.pyc
Other
3,612
0.95
0.043478
0
awesome-app
202
2024-03-27T20:19:22.390488
GPL-3.0
false
1e9fb60de1f7a05069d499bf747a380c
\n\n
.venv\Lib\site-packages\httpcore\__pycache__\_exceptions.cpython-313.pyc
_exceptions.cpython-313.pyc
Other
3,501
0.8
0
0
python-kit
875
2023-08-03T07:15:21.472295
Apache-2.0
false
49e35a7751d6931ea5a93c1ece327c0e
\n\n
.venv\Lib\site-packages\httpcore\__pycache__\_models.cpython-313.pyc
_models.cpython-313.pyc
Other
23,286
0.95
0.033333
0.014286
vue-tools
77
2023-12-20T13:06:23.532783
Apache-2.0
false
067618d7ff83f2a2fbccb5bd7fb94e40
\n\n
.venv\Lib\site-packages\httpcore\__pycache__\_ssl.cpython-313.pyc
_ssl.cpython-313.pyc
Other
610
0.7
0
0
awesome-app
479
2025-05-19T05:28:10.074724
BSD-3-Clause
false
27ddfdddeb44f3c5598880ad115a64ea
\n\n
.venv\Lib\site-packages\httpcore\__pycache__\_synchronization.cpython-313.pyc
_synchronization.cpython-313.pyc
Other
14,649
0.95
0.025316
0
node-utils
483
2024-10-04T09:13:30.288529
GPL-3.0
false
1beabb046a401bb0165a4f6438c04a06
\n\n
.venv\Lib\site-packages\httpcore\__pycache__\_trace.cpython-313.pyc
_trace.cpython-313.pyc
Other
5,869
0.95
0.065574
0
python-kit
437
2024-12-12T05:38:00.761702
BSD-3-Clause
false
e83ed325922339bd7e1007de7a65b82d
\n\n
.venv\Lib\site-packages\httpcore\__pycache__\_utils.cpython-313.pyc
_utils.cpython-313.pyc
Other
1,284
0.8
0
0
react-lib
83
2024-01-06T14:34:11.429635
MIT
false
e36b3cebd74e1318d1d4b313ba4bdfe4
\n\n
.venv\Lib\site-packages\httpcore\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
3,259
0.8
0
0
vue-tools
963
2025-03-18T03:44:00.612711
Apache-2.0
false
014163200a9e8de772dba84db7f0101b
pip\n
.venv\Lib\site-packages\httpcore-1.0.9.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
vue-tools
873
2023-08-09T12:45:33.639996
GPL-3.0
false
365c9bfeb7d89244f2ce01c1de44cb85
Metadata-Version: 2.4\nName: httpcore\nVersion: 1.0.9\nSummary: A minimal low-level HTTP client.\nProject-URL: Documentation, https://www.encode.io/httpcore\nProject-URL: Homepage, https://www.encode.io/httpcore/\nProject-URL: Source, https://github.com/encode/httpcore\nAuthor-email: Tom Christie <tom@tomchristie.com>\...
.venv\Lib\site-packages\httpcore-1.0.9.dist-info\METADATA
METADATA
Other
21,529
0.95
0.0736
0.312655
awesome-app
45
2024-05-09T02:44:42.692252
GPL-3.0
false
93e5194aa8681a9afad54f0403bc147a
httpcore-1.0.9.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\nhttpcore-1.0.9.dist-info/METADATA,sha256=_i1P2mGZEol4d54M8n88BFxTGGP83Zh-rMdPOhjUHCE,21529\nhttpcore-1.0.9.dist-info/RECORD,,\nhttpcore-1.0.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87\nhttpcore-1.0.9.dis...
.venv\Lib\site-packages\httpcore-1.0.9.dist-info\RECORD
RECORD
Other
4,762
0.7
0
0
vue-tools
66
2025-05-30T23:01:14.706444
BSD-3-Clause
false
6d76c9e31fdecc43e94a9852e457b9ed
Wheel-Version: 1.0\nGenerator: hatchling 1.27.0\nRoot-Is-Purelib: true\nTag: py3-none-any\n
.venv\Lib\site-packages\httpcore-1.0.9.dist-info\WHEEL
WHEEL
Other
87
0.5
0
0
node-utils
46
2024-02-23T04:23:48.672859
Apache-2.0
false
e2fcb0ad9ea59332c808928b4b439e7a
Copyright © 2020, [Encode OSS Ltd](https://www.encode.io/).\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...
.venv\Lib\site-packages\httpcore-1.0.9.dist-info\licenses\LICENSE.md
LICENSE.md
Markdown
1,518
0.8
0
0.136364
react-lib
181
2024-08-21T01:09:16.969775
Apache-2.0
false
1c1f23b073da202e1f4f9e426490210c
from __future__ import annotations\n\nimport typing\nfrom contextlib import contextmanager\n\nfrom ._client import Client\nfrom ._config import DEFAULT_TIMEOUT_CONFIG\nfrom ._models import Response\nfrom ._types import (\n AuthTypes,\n CookieTypes,\n HeaderTypes,\n ProxyTypes,\n QueryParamTypes,\n Req...
.venv\Lib\site-packages\httpx\_api.py
_api.py
Python
11,743
0.95
0.041096
0.085859
python-kit
181
2024-03-11T19:46:13.297095
GPL-3.0
false
fdc9efc17007ea1fde15414de8c07c59
from __future__ import annotations\n\nimport hashlib\nimport os\nimport re\nimport time\nimport typing\nfrom base64 import b64encode\nfrom urllib.request import parse_http_list\n\nfrom ._exceptions import ProtocolError\nfrom ._models import Cookies, Request, Response\nfrom ._utils import to_bytes, to_str, unquote\n\nif...
.venv\Lib\site-packages\httpx\_auth.py
_auth.py
Python
11,891
0.95
0.16954
0.043796
vue-tools
318
2025-01-03T20:51:22.787959
Apache-2.0
false
9d85ddaa40ef44c126e2bafd1162b4f3
from __future__ import annotations\n\nimport os\nimport typing\n\nfrom ._models import Headers\nfrom ._types import CertTypes, HeaderTypes, TimeoutTypes\nfrom ._urls import URL\n\nif typing.TYPE_CHECKING:\n import ssl # pragma: no cover\n\n__all__ = ["Limits", "Proxy", "Timeout", "create_ssl_context"]\n\n\nclass Un...
.venv\Lib\site-packages\httpx\_config.py
_config.py
Python
8,547
0.95
0.153226
0.076555
awesome-app
400
2023-08-27T08:58:48.305721
BSD-3-Clause
false
b40ab3f057d28de0d386cb2ef0e6e281
"""\nOur exception hierarchy:\n\n* HTTPError\n x RequestError\n + TransportError\n - TimeoutException\n · ConnectTimeout\n · ReadTimeout\n · WriteTimeout\n · PoolTimeout\n - NetworkError\n · ConnectError\n · ReadError\n · WriteError\n · CloseError\n ...
.venv\Lib\site-packages\httpx\_exceptions.py
_exceptions.py
Python
8,527
0.95
0.176781
0.064286
python-kit
813
2023-10-07T05:43:27.397950
Apache-2.0
false
7147f1c651f34f079756a05f11f63ed2
from __future__ import annotations\n\nimport functools\nimport json\nimport sys\nimport typing\n\nimport click\nimport pygments.lexers\nimport pygments.util\nimport rich.console\nimport rich.markup\nimport rich.progress\nimport rich.syntax\nimport rich.table\n\nfrom ._client import Client\nfrom ._exceptions import Requ...
.venv\Lib\site-packages\httpx\_main.py
_main.py
Python
15,626
0.95
0.104743
0
vue-tools
681
2025-05-08T17:09:47.003058
BSD-3-Clause
false
29054b29b3551af46e9fc6aa2a3a8135
from __future__ import annotations\n\nimport io\nimport mimetypes\nimport os\nimport re\nimport typing\nfrom pathlib import Path\n\nfrom ._types import (\n AsyncByteStream,\n FileContent,\n FileTypes,\n RequestData,\n RequestFiles,\n SyncByteStream,\n)\nfrom ._utils import (\n peek_filelike_length,...
.venv\Lib\site-packages\httpx\_multipart.py
_multipart.py
Python
9,843
0.95
0.236667
0.061983
react-lib
756
2025-01-31T07:02:02.211695
MIT
false
fe7ae564adb097800effdfc433217964
from __future__ import annotations\n\nfrom enum import IntEnum\n\n__all__ = ["codes"]\n\n\nclass codes(IntEnum):\n """HTTP status codes and reason phrases\n\n Status codes from the following RFCs are all observed:\n\n * RFC 7231: Hypertext Transfer Protocol (HTTP/1.1), obsoletes 2616\n * RFC 6585: A...
.venv\Lib\site-packages\httpx\_status_codes.py
_status_codes.py
Python
5,639
0.95
0.12963
0.136691
react-lib
769
2023-11-12T17:07:23.791401
BSD-3-Clause
false
5854b8d256f66ebb1cc635624dc4d739
"""\nType definitions for type checking purposes.\n"""\n\nfrom http.cookiejar import CookieJar\nfrom typing import (\n IO,\n TYPE_CHECKING,\n Any,\n AsyncIterable,\n AsyncIterator,\n Callable,\n Dict,\n Iterable,\n Iterator,\n List,\n Mapping,\n Optional,\n Sequence,\n Tuple,\n...
.venv\Lib\site-packages\httpx\_types.py
_types.py
Python
2,965
0.95
0.070175
0.043011
node-utils
962
2024-08-12T19:25:50.833678
MIT
false
db5e5f4c3768abfcdce89e3f46b037aa
"""\nAn implementation of `urlparse` that provides URL validation and normalization\nas described by RFC3986.\n\nWe rely on this implementation rather than the one in Python's stdlib, because:\n\n* It provides more complete URL validation.\n* It properly differentiates between an empty querystring and an absent queryst...
.venv\Lib\site-packages\httpx\_urlparse.py
_urlparse.py
Python
18,546
0.95
0.172676
0.244898
vue-tools
750
2024-09-21T22:22:16.917609
MIT
false
e3f497a9ded8b4ed23db05619c4e31fb
from .__version__ import __description__, __title__, __version__\nfrom ._api import *\nfrom ._auth import *\nfrom ._client import *\nfrom ._config import *\nfrom ._content import *\nfrom ._exceptions import *\nfrom ._models import *\nfrom ._status_codes import *\nfrom ._transports import *\nfrom ._types import *\nfrom ...
.venv\Lib\site-packages\httpx\__init__.py
__init__.py
Python
2,171
0.95
0.038095
0
awesome-app
414
2025-03-20T02:19:27.473049
Apache-2.0
false
fe563009b4674da74d63949ef32b634b
__title__ = "httpx"\n__description__ = "A next generation HTTP client, for Python 3."\n__version__ = "0.28.1"\n
.venv\Lib\site-packages\httpx\__version__.py
__version__.py
Python
108
0.7
0.333333
0
vue-tools
524
2024-11-27T22:05:29.465821
MIT
false
4ee48306a9d12e92b58c326a459590b7
from __future__ import annotations\n\nimport typing\n\nfrom .._models import Request, Response\nfrom .._types import AsyncByteStream\nfrom .base import AsyncBaseTransport\n\nif typing.TYPE_CHECKING: # pragma: no cover\n import asyncio\n\n import trio\n\n Event = typing.Union[asyncio.Event, trio.Event]\n\n\n_M...
.venv\Lib\site-packages\httpx\_transports\asgi.py
asgi.py
Python
5,501
0.95
0.139037
0.070922
node-utils
605
2024-05-13T05:39:35.908444
Apache-2.0
false
0b387a9f984c603ea32cd8551357803b
from __future__ import annotations\n\nimport typing\nfrom types import TracebackType\n\nfrom .._models import Request, Response\n\nT = typing.TypeVar("T", bound="BaseTransport")\nA = typing.TypeVar("A", bound="AsyncBaseTransport")\n\n__all__ = ["AsyncBaseTransport", "BaseTransport"]\n\n\nclass BaseTransport:\n def _...
.venv\Lib\site-packages\httpx\_transports\base.py
base.py
Python
2,523
0.95
0.139535
0
python-kit
829
2025-06-16T05:25:24.831769
BSD-3-Clause
false
d3c39ff073dd5d22b4f3adcddcba8508
"""\nCustom transports, with nicely configured defaults.\n\nThe following additional keyword arguments are currently supported by httpcore...\n\n* uds: str\n* local_address: str\n* retries: int\n\nExample usages...\n\n# Disable HTTP/2 on a single specific domain.\nmounts = {\n "all://": httpx.HTTPTransport(http2=Tru...
.venv\Lib\site-packages\httpx\_transports\default.py
default.py
Python
13,983
0.95
0.103448
0.025641
node-utils
705
2024-08-22T12:07:28.219218
BSD-3-Clause
false
64e4f3d1df53f2525699172a8b0275b8
from __future__ import annotations\n\nimport typing\n\nfrom .._models import Request, Response\nfrom .base import AsyncBaseTransport, BaseTransport\n\nSyncHandler = typing.Callable[[Request], Response]\nAsyncHandler = typing.Callable[[Request], typing.Coroutine[None, None, Response]]\n\n\n__all__ = ["MockTransport"]\n\...
.venv\Lib\site-packages\httpx\_transports\mock.py
mock.py
Python
1,232
0.95
0.162791
0.096774
node-utils
26
2025-01-22T04:20:32.967745
MIT
false
03f5e346cdab53e7345c204cfc2c7340
from __future__ import annotations\n\nimport io\nimport itertools\nimport sys\nimport typing\n\nfrom .._models import Request, Response\nfrom .._types import SyncByteStream\nfrom .base import BaseTransport\n\nif typing.TYPE_CHECKING:\n from _typeshed import OptExcInfo # pragma: no cover\n from _typeshed.wsgi imp...
.venv\Lib\site-packages\httpx\_transports\wsgi.py
wsgi.py
Python
4,825
0.95
0.14094
0.033333
awesome-app
428
2025-04-07T06:03:06.910358
GPL-3.0
false
2e9cf654f93ca73d52a96fbbf599b7c2
from .asgi import *\nfrom .base import *\nfrom .default import *\nfrom .mock import *\nfrom .wsgi import *\n\n__all__ = [\n "ASGITransport",\n "AsyncBaseTransport",\n "BaseTransport",\n "AsyncHTTPTransport",\n "HTTPTransport",\n "MockTransport",\n "WSGITransport",\n]\n
.venv\Lib\site-packages\httpx\_transports\__init__.py
__init__.py
Python
275
0.85
0
0
vue-tools
162
2024-08-04T17:31:17.747359
BSD-3-Clause
false
ba6c6034aed2609beef5e03cb27ad148
\n\n
.venv\Lib\site-packages\httpx\_transports\__pycache__\asgi.cpython-313.pyc
asgi.cpython-313.pyc
Other
7,738
0.8
0.023256
0.063291
react-lib
854
2025-05-24T13:37:56.992839
BSD-3-Clause
false
1df36c031f09885760deaffba35742e2
\n\n
.venv\Lib\site-packages\httpx\_transports\__pycache__\base.cpython-313.pyc
base.cpython-313.pyc
Other
3,778
0.95
0.026667
0
python-kit
924
2025-06-30T00:25:28.502463
MIT
false
c9a2f8797995f0079ecef899679b5584
\n\n
.venv\Lib\site-packages\httpx\_transports\__pycache__\default.cpython-313.pyc
default.cpython-313.pyc
Other
17,303
0.8
0
0.031746
vue-tools
891
2023-07-18T06:54:52.962541
MIT
false
26bc79a645e2dacc06a1f6cbd49d1553
\n\n
.venv\Lib\site-packages\httpx\_transports\__pycache__\mock.cpython-313.pyc
mock.cpython-313.pyc
Other
2,020
0.8
0
0
vue-tools
613
2024-12-04T19:30:01.792645
Apache-2.0
false
b5ee28f43ac6937761ad0303eb8bf818
\n\n
.venv\Lib\site-packages\httpx\_transports\__pycache__\wsgi.cpython-313.pyc
wsgi.cpython-313.pyc
Other
6,895
0.95
0.038462
0.056338
node-utils
485
2024-04-28T18:29:40.374693
MIT
false
841ad84e6e03860bb314fdd37a1fce79
\n\n
.venv\Lib\site-packages\httpx\_transports\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
438
0.7
0
0
python-kit
424
2025-05-17T04:13:11.834965
MIT
false
33e9668335f5ee27aced93bc80871c56
\n\n
.venv\Lib\site-packages\httpx\__pycache__\_api.cpython-313.pyc
_api.cpython-313.pyc
Other
10,040
0.95
0.033898
0.15814
react-lib
936
2024-10-28T10:07:32.288116
BSD-3-Clause
false
eafac5fe5c220e3d47117e764368a6e1
\n\n
.venv\Lib\site-packages\httpx\__pycache__\_auth.cpython-313.pyc
_auth.cpython-313.pyc
Other
15,619
0.95
0.017647
0
node-utils
2
2024-01-22T07:29:01.565265
GPL-3.0
false
2ee4e430a72faef9017040562755a7d0
\n\n
.venv\Lib\site-packages\httpx\__pycache__\_client.cpython-313.pyc
_client.cpython-313.pyc
Other
63,483
0.75
0.029014
0.054313
awesome-app
242
2024-12-12T15:54:57.480732
MIT
false
456ad9643755a966aafe1421f5f5f81e
\n\n
.venv\Lib\site-packages\httpx\__pycache__\_config.cpython-313.pyc
_config.cpython-313.pyc
Other
11,395
0.8
0.014493
0.046512
node-utils
285
2023-12-03T17:58:24.456789
MIT
false
cb96cb3c50025c87e6fe6b30a66a53c7
\n\n
.venv\Lib\site-packages\httpx\__pycache__\_content.cpython-313.pyc
_content.cpython-313.pyc
Other
10,749
0.8
0.022222
0.011364
react-lib
971
2024-02-12T16:39:23.389597
BSD-3-Clause
false
dc8ca590c337687fc6ef3c4dbb3c97b9
\n\n
.venv\Lib\site-packages\httpx\__pycache__\_decoders.cpython-313.pyc
_decoders.cpython-313.pyc
Other
17,259
0.95
0.022901
0
awesome-app
607
2025-04-13T00:03:38.718176
GPL-3.0
false
47e1b58aff5fe5a49e65479c4ddb96ff
\n\n
.venv\Lib\site-packages\httpx\__pycache__\_exceptions.cpython-313.pyc
_exceptions.cpython-313.pyc
Other
12,358
0.95
0.116402
0.028409
awesome-app
698
2024-08-16T04:45:12.391987
GPL-3.0
false
8e0174321f3a2b70a062ec397544fb23
\n\n
.venv\Lib\site-packages\httpx\__pycache__\_main.cpython-313.pyc
_main.cpython-313.pyc
Other
20,632
0.8
0.019608
0.004484
node-utils
804
2025-06-07T00:49:51.762217
BSD-3-Clause
false
2e768621551c0a379f45e1e0ef9ec3cd
\n\n
.venv\Lib\site-packages\httpx\__pycache__\_models.cpython-313.pyc
_models.cpython-313.pyc
Other
58,580
0.6
0.037398
0.005111
node-utils
864
2024-03-07T21:15:02.833826
BSD-3-Clause
false
29aaf82af163ba2bf7e247885e0549fe
\n\n
.venv\Lib\site-packages\httpx\__pycache__\_multipart.cpython-313.pyc
_multipart.cpython-313.pyc
Other
13,971
0.95
0.035088
0
awesome-app
161
2024-08-05T00:29:05.367400
BSD-3-Clause
false
811c07cc3d9d017a025a2c2f69a67476
\n\n
.venv\Lib\site-packages\httpx\__pycache__\_status_codes.cpython-313.pyc
_status_codes.cpython-313.pyc
Other
7,163
0.8
0.123077
0.209677
python-kit
702
2024-05-24T23:07:18.455790
BSD-3-Clause
false
6c3ffe7629e728bc3e84407f729fe7a4
\n\n
.venv\Lib\site-packages\httpx\__pycache__\_types.cpython-313.pyc
_types.cpython-313.pyc
Other
3,898
0.8
0.018868
0.039216
vue-tools
393
2025-04-08T06:52:09.558989
BSD-3-Clause
false
a3a9ca48b1fa251859af39ec9a9581ee
\n\n
.venv\Lib\site-packages\httpx\__pycache__\_urlparse.cpython-313.pyc
_urlparse.cpython-313.pyc
Other
18,101
0.95
0.004831
0.042553
react-lib
92
2024-01-05T09:22:57.744691
MIT
false
04dba02497ef61096db069dd64f85977
\n\n
.venv\Lib\site-packages\httpx\__pycache__\_urls.cpython-313.pyc
_urls.cpython-313.pyc
Other
26,943
0.95
0.039474
0.022013
vue-tools
445
2024-03-25T16:47:46.976246
Apache-2.0
false
2caadbf980f64f2c945bad1be768e7fe
\n\n
.venv\Lib\site-packages\httpx\__pycache__\_utils.cpython-313.pyc
_utils.cpython-313.pyc
Other
9,540
0.95
0.022388
0.04
python-kit
618
2023-11-24T02:17:04.084794
Apache-2.0
false
39bb3596c1cd66c116bc6af8bf803e07
\n\n
.venv\Lib\site-packages\httpx\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
2,137
0.85
0
0
python-kit
511
2024-09-18T03:58:21.124456
Apache-2.0
false
6026bf841557b6aecf0f3bd66bf8359c
\n\n
.venv\Lib\site-packages\httpx\__pycache__\__version__.cpython-313.pyc
__version__.cpython-313.pyc
Other
309
0.7
0.5
0
node-utils
461
2024-07-17T06:27:59.535752
GPL-3.0
false
d96060362876db67ea2a340269e31778
[console_scripts]\nhttpx = httpx:main\n
.venv\Lib\site-packages\httpx-0.28.1.dist-info\entry_points.txt
entry_points.txt
Other
37
0.5
0
0
vue-tools
789
2023-07-22T11:15:10.489929
BSD-3-Clause
false
204e3e08e0463bda04a93cd1e1d9d232
pip\n
.venv\Lib\site-packages\httpx-0.28.1.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
vue-tools
351
2025-01-30T13:20:12.047476
Apache-2.0
false
365c9bfeb7d89244f2ce01c1de44cb85
Metadata-Version: 2.3\nName: httpx\nVersion: 0.28.1\nSummary: The next generation HTTP client.\nProject-URL: Changelog, https://github.com/encode/httpx/blob/master/CHANGELOG.md\nProject-URL: Documentation, https://www.python-httpx.org\nProject-URL: Homepage, https://github.com/encode/httpx\nProject-URL: Source, https:/...
.venv\Lib\site-packages\httpx-0.28.1.dist-info\METADATA
METADATA
Other
7,052
0.95
0.044335
0.270968
vue-tools
509
2024-05-22T17:49:44.322196
GPL-3.0
false
766d6fe8917d3898739fb7aea680d080
../../Scripts/httpx.exe,sha256=xrJI7E2-xd4rEI5tWLBiHdwrz8DvZmulyClKQAYk0Hg,108406\nhttpx-0.28.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\nhttpx-0.28.1.dist-info/METADATA,sha256=_rubD48-gNV8gZnDBPNcQzboWB0dGNeYPJJ2a4J5OyU,7052\nhttpx-0.28.1.dist-info/RECORD,,\nhttpx-0.28.1.dist-info/WHEEL...
.venv\Lib\site-packages\httpx-0.28.1.dist-info\RECORD
RECORD
Other
3,530
0.7
0
0
awesome-app
987
2024-04-26T17:57:34.715108
BSD-3-Clause
false
4a2fec4d555c3dcb7fa0ab334dadfae8
Wheel-Version: 1.0\nGenerator: hatchling 1.26.3\nRoot-Is-Purelib: true\nTag: py3-none-any\n
.venv\Lib\site-packages\httpx-0.28.1.dist-info\WHEEL
WHEEL
Other
87
0.5
0
0
awesome-app
747
2023-08-04T02:54:01.672098
GPL-3.0
false
9f4a18bd1c234fe6e89f81926b18e5d4
Copyright © 2019, [Encode OSS Ltd](https://www.encode.io/).\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this list of con...
.venv\Lib\site-packages\httpx-0.28.1.dist-info\licenses\LICENSE.md
LICENSE.md
Markdown
1,508
0.8
0
0.428571
awesome-app
578
2025-06-23T16:15:00.041169
Apache-2.0
false
c624803bdf6fc1c4ce39f5ae11d7bd05
import inspect\nfrom dataclasses import _MISSING_TYPE, MISSING, Field, field, fields\nfrom functools import wraps\nfrom typing import (\n Any,\n Callable,\n Dict,\n List,\n Literal,\n Optional,\n Tuple,\n Type,\n TypeVar,\n Union,\n get_args,\n get_origin,\n overload,\n)\n\nfrom ....
.venv\Lib\site-packages\huggingface_hub\dataclasses.py
dataclasses.py
Python
17,224
0.95
0.222453
0.090206
awesome-app
792
2025-02-08T12:00:57.298842
BSD-3-Clause
false
4871708798b2379dde2fdc2397a0f59e
import collections.abc as collections\nimport json\nimport os\nimport warnings\nfrom functools import wraps\nfrom pathlib import Path\nfrom shutil import copytree\nfrom typing import Any, Dict, List, Optional, Union\n\nfrom huggingface_hub import ModelHubMixin, snapshot_download\nfrom huggingface_hub.utils import (\n ...
.venv\Lib\site-packages\huggingface_hub\keras_mixin.py
keras_mixin.py
Python
19,574
0.95
0.122
0.038902
awesome-app
918
2024-11-12T02:51:07.671023
Apache-2.0
false
35e043c62086bd22e05c8b0b2b5f6e3b
import time\nfrom dataclasses import dataclass, field\nfrom datetime import datetime\nfrom enum import Enum\nfrom typing import TYPE_CHECKING, Dict, Optional, Union\n\nfrom huggingface_hub.errors import InferenceEndpointError, InferenceEndpointTimeoutError\n\nfrom .utils import get_session, logging, parse_datetime\n\n\...
.venv\Lib\site-packages\huggingface_hub\_inference_endpoints.py
_inference_endpoints.py
Python
17,598
0.95
0.150121
0.051873
react-lib
975
2025-02-14T01:00:36.814425
GPL-3.0
false
3b6991536d679f244f9ec00ae51966ee
import datetime\nimport hashlib\nimport logging\nimport os\nimport time\nimport urllib.parse\nimport warnings\nfrom dataclasses import dataclass\nfrom typing import TYPE_CHECKING, Dict, List, Optional, Tuple, Union\n\nfrom . import constants\nfrom .hf_api import whoami\nfrom .utils import experimental, get_token\n\n\nl...
.venv\Lib\site-packages\huggingface_hub\_oauth.py
_oauth.py
Python
18,802
0.95
0.109914
0.075377
node-utils
991
2023-08-02T11:34:24.698429
BSD-3-Clause
false
c3149e806708f4ba0b17ee3291639fa9
# coding=utf-8\n# Copyright 2019-present, the HuggingFace Inc. team.\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 requ...
.venv\Lib\site-packages\huggingface_hub\_space_api.py
_space_api.py
Python
5,470
0.95
0.107143
0.128571
awesome-app
84
2024-01-23T08:53:38.825685
GPL-3.0
false
06b154334eb79a22400d245c0a516750
# Copyright 2023 The HuggingFace Team. All rights reserved.\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 a...
.venv\Lib\site-packages\huggingface_hub\_tensorboard_logger.py
_tensorboard_logger.py
Python
8,358
0.95
0.113402
0.163636
react-lib
988
2023-11-17T02:28:56.891145
MIT
false
2eaadd32a0131ef57d258a9d7273d03c
# coding=utf-8\n# Copyright 2024-present, the HuggingFace Inc. team.\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 requ...
.venv\Lib\site-packages\huggingface_hub\_upload_large_folder.py
_upload_large_folder.py
Python
24,178
0.95
0.168
0.114504
python-kit
516
2023-09-18T16:37:12.378062
BSD-3-Clause
false
de95b7d4d6b8590d3b90d98e8d260298
# coding=utf-8\n# Copyright 2023-present, the HuggingFace Inc. team.\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 requ...
.venv\Lib\site-packages\huggingface_hub\_webhooks_payload.py
_webhooks_payload.py
Python
3,617
0.95
0.116788
0.179245
vue-tools
648
2023-08-01T19:54:07.101228
GPL-3.0
false
0f10231bb3b5d54dde95aa15c24def3f
# coding=utf-8\n# Copyright 2023-present, the HuggingFace Inc. team.\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 requ...
.venv\Lib\site-packages\huggingface_hub\_webhooks_server.py
_webhooks_server.py
Python
15,767
0.95
0.203608
0.121711
react-lib
765
2024-05-14T15:59:00.299547
BSD-3-Clause
false
e5cc78e63d25abd61eb0de2647094d99
# Copyright 2020 The HuggingFace Team. All rights reserved.\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 a...
.venv\Lib\site-packages\huggingface_hub\__init__.py
__init__.py
Python
50,644
0.75
0.011456
0.046703
node-utils
892
2025-03-26T09:34:51.867140
BSD-3-Clause
false
7b36434f13ba599de2bd999b1d27ffa2
# coding=utf-8\n# Copyright 2023-present, the HuggingFace Inc. team.\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 requ...
.venv\Lib\site-packages\huggingface_hub\commands\download.py
download.py
Python
8,183
0.95
0.08
0.127778
python-kit
984
2025-06-29T08:15:40.524559
BSD-3-Clause
false
234baae7222c61290f9567d16ff2746c
# Copyright 2022 The HuggingFace Team. All rights reserved.\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 a...
.venv\Lib\site-packages\huggingface_hub\commands\env.py
env.py
Python
1,226
0.95
0.138889
0.448276
awesome-app
778
2023-08-06T06:44:52.616238
Apache-2.0
false
112916d995d6009cec517109fa0def19
# Copyright 2020 The HuggingFace Team. All rights reserved.\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 a...
.venv\Lib\site-packages\huggingface_hub\commands\huggingface_cli.py
huggingface_cli.py
Python
2,523
0.95
0.063492
0.320755
vue-tools
849
2024-05-11T01:50:00.418053
MIT
false
f3ece60f8a55feaedfef921a96f9950e
"""\nImplementation of a custom transfer agent for the transfer type "multipart" for\ngit-lfs.\n\nInspired by:\ngithub.com/cbartz/git-lfs-swift-transfer-agent/blob/master/git_lfs_swift_transfer.py\n\nSpec is: github.com/git-lfs/git-lfs/blob/master/docs/custom-transfers.md\n\n\nTo launch debugger while developing:\n\n``...
.venv\Lib\site-packages\huggingface_hub\commands\lfs.py
lfs.py
Python
7,342
0.95
0.145
0.130435
react-lib
313
2024-07-25T13:40:00.875812
BSD-3-Clause
false
b8bcf310983b8b03349b77e6de959bd7
# Copyright 2025 The HuggingFace Team. All rights reserved.\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 a...
.venv\Lib\site-packages\huggingface_hub\commands\repo.py
repo.py
Python
5,923
0.95
0.108844
0.112782
vue-tools
439
2025-05-20T01:41:57.908988
GPL-3.0
false
3011ab212f7f289794c68d84b05ecd5b
# coding=utf-8\n# Copyright 2023-present, the HuggingFace Inc. team.\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 requ...
.venv\Lib\site-packages\huggingface_hub\commands\repo_files.py
repo_files.py
Python
4,923
0.95
0.054688
0.178571
python-kit
763
2025-04-22T00:23:10.125933
MIT
false
b93fa6f2cb8983e2c004e5bd30c0f67f
# coding=utf-8\n# Copyright 2022-present, the HuggingFace Inc. team.\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 requ...
.venv\Lib\site-packages\huggingface_hub\commands\scan_cache.py
scan_cache.py
Python
8,563
0.95
0.099448
0.0875
awesome-app
976
2025-02-03T17:20:50.032138
BSD-3-Clause
false
ee770b5f0f4dc7af717b82ae7e1ad225
# coding=utf-8\n# Copyright 2024-present, the HuggingFace Inc. team.\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 requ...
.venv\Lib\site-packages\huggingface_hub\commands\tag.py
tag.py
Python
6,288
0.95
0.169811
0.103704
node-utils
676
2025-03-30T18:48:41.665317
MIT
false
bc2d55b4a2506ffcd97abf6fdf654f3e
# coding=utf-8\n# Copyright 2023-present, the HuggingFace Inc. team.\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 requ...
.venv\Lib\site-packages\huggingface_hub\commands\upload.py
upload.py
Python
14,453
0.95
0.127389
0.14841
awesome-app
599
2024-03-31T23:22:23.440449
GPL-3.0
false
1c6778cfd8b42946091e7301813cadf8
# coding=utf-8\n# Copyright 2023-present, the HuggingFace Inc. team.\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 requ...
.venv\Lib\site-packages\huggingface_hub\commands\upload_large_folder.py
upload_large_folder.py
Python
6,129
0.95
0.100775
0.123894
react-lib
648
2023-11-12T19:45:42.706334
GPL-3.0
false
a58380e36a891a04167744099f478849
# Copyright 2020 The HuggingFace Team. All rights reserved.\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 a...
.venv\Lib\site-packages\huggingface_hub\commands\user.py
user.py
Python
7,096
0.95
0.217172
0.116564
react-lib
552
2025-04-05T06:33:15.114414
BSD-3-Clause
false
1adf4e56b310a19dd65fb54951b0add3
# Copyright 2022 The HuggingFace Team. All rights reserved.\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 a...
.venv\Lib\site-packages\huggingface_hub\commands\version.py
version.py
Python
1,266
0.95
0.135135
0.448276
react-lib
504
2025-04-05T23:14:30.171937
MIT
false
b57e0c7939986770f952cbcf80f49457
# Copyright 2022 The HuggingFace Team. All rights reserved.\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 a...
.venv\Lib\site-packages\huggingface_hub\commands\_cli_utils.py
_cli_utils.py
Python
2,095
0.95
0.217391
0.245614
react-lib
168
2023-11-19T23:06:57.275478
Apache-2.0
false
cc880734d667623c96034ed6f7f5da7b
# Copyright 2020 The HuggingFace Team. All rights reserved.\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 a...
.venv\Lib\site-packages\huggingface_hub\commands\__init__.py
__init__.py
Python
928
0.95
0.148148
0.565217
awesome-app
266
2024-02-08T06:16:41.784220
GPL-3.0
false
7079d395b7ff910df67aa9d2626ef500
\n\n
.venv\Lib\site-packages\huggingface_hub\commands\__pycache__\delete_cache.cpython-313.pyc
delete_cache.cpython-313.pyc
Other
19,537
0.95
0.053061
0.143498
react-lib
511
2024-03-25T00:03:58.308313
BSD-3-Clause
false
5ffa6ff7ded2e0e542d710f7a3e48679
\n\n
.venv\Lib\site-packages\huggingface_hub\commands\__pycache__\download.cpython-313.pyc
download.cpython-313.pyc
Other
8,545
0.8
0.030928
0.074074
awesome-app
887
2024-04-30T20:25:06.412452
Apache-2.0
false
15aff08245ab00acddf39078c9875dc8
\n\n
.venv\Lib\site-packages\huggingface_hub\commands\__pycache__\env.cpython-313.pyc
env.cpython-313.pyc
Other
1,463
0.8
0
0
awesome-app
656
2023-10-07T15:21:38.210608
MIT
false
e55254e5a0cdbde310859bb59c3f5a18