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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
\n\n | .venv\Lib\site-packages\joblib\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 4,758 | 0.95 | 0.083333 | 0.097561 | awesome-app | 252 | 2023-09-01T23:03:43.623148 | BSD-3-Clause | false | b9f348a960d1e883994e2c6e706e7091 |
pip\n | .venv\Lib\site-packages\joblib-1.5.1.dist-info\INSTALLER | INSTALLER | Other | 4 | 0.5 | 0 | 0 | awesome-app | 335 | 2023-07-23T01:42:28.885799 | MIT | false | 365c9bfeb7d89244f2ce01c1de44cb85 |
Metadata-Version: 2.4\nName: joblib\nVersion: 1.5.1\nSummary: Lightweight pipelining with Python functions\nAuthor-email: Gael Varoquaux <gael.varoquaux@normalesup.org>\nLicense: BSD 3-Clause\nProject-URL: Homepage, https://joblib.readthedocs.io\nProject-URL: Source, https://github.com/joblib/joblib\nPlatform: any\nCla... | .venv\Lib\site-packages\joblib-1.5.1.dist-info\METADATA | METADATA | Other | 5,582 | 0.95 | 0.040462 | 0 | awesome-app | 451 | 2024-04-14T18:45:53.550797 | Apache-2.0 | false | e3d9d37505cc2e14a3b36e352f6ab3d6 |
joblib-1.5.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\njoblib-1.5.1.dist-info/METADATA,sha256=xxMdC2q3Dqhwys0T2JEvjI2YZET36Kn7XNWzMWEL-_Q,5582\njoblib-1.5.1.dist-info/RECORD,,\njoblib-1.5.1.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91\njoblib-1.5.1.dist-info/lice... | .venv\Lib\site-packages\joblib-1.5.1.dist-info\RECORD | RECORD | Other | 18,845 | 0.7 | 0 | 0 | vue-tools | 153 | 2024-04-21T10:01:32.398368 | BSD-3-Clause | false | b9e40b9f640a4ffd064980e144c609a5 |
joblib\n | .venv\Lib\site-packages\joblib-1.5.1.dist-info\top_level.txt | top_level.txt | Other | 7 | 0.5 | 0 | 0 | node-utils | 473 | 2024-05-10T13:30:10.809106 | Apache-2.0 | false | 13f9b8461dbd6e9f40c8ec14106faf6b |
Wheel-Version: 1.0\nGenerator: setuptools (80.8.0)\nRoot-Is-Purelib: true\nTag: py3-none-any\n\n | .venv\Lib\site-packages\joblib-1.5.1.dist-info\WHEEL | WHEEL | Other | 91 | 0.5 | 0 | 0 | node-utils | 514 | 2023-11-19T19:20:47.698601 | BSD-3-Clause | false | 680a7f5de591bbbd69d57f3627dde971 |
BSD 3-Clause License\n\nCopyright (c) 2008-2021, The joblib developers.\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, thi... | .venv\Lib\site-packages\joblib-1.5.1.dist-info\licenses\LICENSE.txt | LICENSE.txt | Other | 1,527 | 0.7 | 0 | 0.130435 | python-kit | 989 | 2024-03-19T07:29:24.036316 | GPL-3.0 | false | 2e481820abf0a70a18011a30153df066 |
# Copyright 2014 Google Inc. 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 applicable l... | .venv\Lib\site-packages\json5\host.py | host.py | Python | 1,512 | 0.95 | 0.207547 | 0.309524 | node-utils | 577 | 2024-05-29T09:01:15.733159 | MIT | false | f0558c2085d338e4e5e10dfb37a8d5e3 |
# Generated by glop version 0.8.3\n# https://github.com/dpranke/glop\n# `glop -o json5/parser.py --no-main --no-memoize -c json5/json5.g`\n\n# pylint: disable=line-too-long,too-many-lines\n# pylint: disable=unnecessary-lambda,unnecessary-direct-lambda-call\n\nimport unicodedata\n\n\nclass Parser:\n def __init__(... | .venv\Lib\site-packages\json5\parser.py | parser.py | Python | 36,547 | 0.95 | 0.17226 | 0.004367 | react-lib | 288 | 2025-07-01T07:15:15.198505 | MIT | false | b8a4b68e7f1fb8ba1c5d86bcc69b1eb7 |
# Copyright 2014 Google Inc. 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 applicable l... | .venv\Lib\site-packages\json5\tool.py | tool.py | Python | 5,344 | 0.95 | 0.090909 | 0.075145 | react-lib | 545 | 2024-03-21T17:16:31.481313 | Apache-2.0 | false | 5c582ecba34ed0671b4cd9110af6c598 |
# Copyright 2014 Google Inc. 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 applicable l... | .venv\Lib\site-packages\json5\version.py | version.py | Python | 703 | 0.95 | 0.055556 | 0.875 | node-utils | 287 | 2024-03-01T10:10:19.328349 | Apache-2.0 | false | 16d6028ec8c1d2c4260b10366b8bcbfb |
# Copyright 2014 Google Inc. 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 applicable l... | .venv\Lib\site-packages\json5\__init__.py | __init__.py | Python | 947 | 0.95 | 0.032258 | 0.481481 | awesome-app | 502 | 2024-01-15T10:31:25.151996 | Apache-2.0 | false | aaf83321518addf5acce152a750e3db6 |
# Copyright 2014 Google Inc. 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 applicable l... | .venv\Lib\site-packages\json5\__main__.py | __main__.py | Python | 706 | 0.95 | 0.086957 | 0.777778 | node-utils | 777 | 2023-07-23T04:57:32.122278 | Apache-2.0 | false | 404fa73a14186e070181715e1cb6d844 |
\n\n | .venv\Lib\site-packages\json5\__pycache__\host.cpython-313.pyc | host.cpython-313.pyc | Other | 2,814 | 0.8 | 0 | 0 | python-kit | 754 | 2023-10-17T22:15:52.529142 | BSD-3-Clause | false | 6f53b3b47f641ef40be4449c5e4fd0fe |
\n\n | .venv\Lib\site-packages\json5\__pycache__\lib.cpython-313.pyc | lib.cpython-313.pyc | Other | 34,886 | 0.95 | 0.103896 | 0.016097 | vue-tools | 773 | 2024-09-20T04:58:23.823900 | BSD-3-Clause | false | be35cf3668e38dba731162f5186a3b7c |
\n\n | .venv\Lib\site-packages\json5\__pycache__\parser.cpython-313.pyc | parser.cpython-313.pyc | Other | 85,734 | 0.6 | 0 | 0 | python-kit | 590 | 2023-10-04T20:46:34.080802 | MIT | false | 7a7d668b4e130967fc75e85d8b56196b |
\n\n | .venv\Lib\site-packages\json5\__pycache__\tool.cpython-313.pyc | tool.cpython-313.pyc | Other | 6,838 | 0.8 | 0.025974 | 0 | python-kit | 34 | 2024-12-06T15:25:52.390704 | Apache-2.0 | false | 510000322d76e1e203a0f48a6c97541a |
\n\n | .venv\Lib\site-packages\json5\__pycache__\version.cpython-313.pyc | version.cpython-313.pyc | Other | 228 | 0.7 | 0 | 0 | vue-tools | 418 | 2025-04-07T21:11:49.426511 | Apache-2.0 | false | b626995671e49be41b99bc0b1a298ccd |
\n\n | .venv\Lib\site-packages\json5\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 559 | 0.7 | 0 | 0 | react-lib | 51 | 2023-12-05T12:22:06.115152 | Apache-2.0 | false | 3715581bbdaa74c56b25ced12978df17 |
\n\n | .venv\Lib\site-packages\json5\__pycache__\__main__.cpython-313.pyc | __main__.cpython-313.pyc | Other | 355 | 0.7 | 0 | 0 | vue-tools | 348 | 2023-11-09T20:10:41.438910 | MIT | false | e1c0af18297e5f3d13db6058b780c3ee |
[console_scripts]\npyjson5 = json5.tool:main\n | .venv\Lib\site-packages\json5-0.12.0.dist-info\entry_points.txt | entry_points.txt | Other | 44 | 0.5 | 0 | 0 | vue-tools | 724 | 2025-03-25T22:10:51.389707 | BSD-3-Clause | false | b2a3d55e423595ee7cef999ca391a65f |
pip\n | .venv\Lib\site-packages\json5-0.12.0.dist-info\INSTALLER | INSTALLER | Other | 4 | 0.5 | 0 | 0 | react-lib | 330 | 2024-05-17T07:35:16.825858 | BSD-3-Clause | false | 365c9bfeb7d89244f2ce01c1de44cb85 |
Metadata-Version: 2.4\nName: json5\nVersion: 0.12.0\nSummary: A Python implementation of the JSON5 data format.\nAuthor-email: Dirk Pranke <dpranke@chromium.org>\nLicense: Files: Everything except for the benchmarks/*.json files.\n \n Apache License\n Version 2.0, January... | .venv\Lib\site-packages\json5-0.12.0.dist-info\METADATA | METADATA | Other | 36,203 | 0.95 | 0.090652 | 0.25 | python-kit | 681 | 2024-03-01T11:29:30.597256 | Apache-2.0 | false | cb796b23f612040d052869b5e137ca53 |
../../Scripts/pyjson5.exe,sha256=shelPUBZCZKUjVp1CjRoNXN-NAHBksGuezICyr0gtUM,108411\njson5-0.12.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\njson5-0.12.0.dist-info/METADATA,sha256=P0DHDww4700IQ3KyWsNdWegtXgVwsoOA-9-MV8ZA6TM,36203\njson5-0.12.0.dist-info/RECORD,,\njson5-0.12.0.dist-info/WH... | .venv\Lib\site-packages\json5-0.12.0.dist-info\RECORD | RECORD | Other | 1,546 | 0.7 | 0 | 0 | vue-tools | 996 | 2024-05-02T08:06:20.190267 | GPL-3.0 | false | 8498201d859ee7482b3602ab3336b5fc |
json5\n | .venv\Lib\site-packages\json5-0.12.0.dist-info\top_level.txt | top_level.txt | Other | 6 | 0.5 | 0 | 0 | vue-tools | 620 | 2025-07-05T17:59:18.862639 | GPL-3.0 | false | af32852e8ddc0684e9eac30363030d32 |
Wheel-Version: 1.0\nGenerator: setuptools (78.1.0)\nRoot-Is-Purelib: true\nTag: py3-none-any\n\n | .venv\Lib\site-packages\json5-0.12.0.dist-info\WHEEL | WHEEL | Other | 91 | 0.5 | 0 | 0 | react-lib | 394 | 2024-01-10T14:41:02.708745 | GPL-3.0 | false | 9c3ef2336f4e16b5f7573c25c683ce63 |
Files: Everything except for the benchmarks/*.json files.\n\nApache 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 ... | .venv\Lib\site-packages\json5-0.12.0.dist-info\licenses\LICENSE | LICENSE | Other | 14,728 | 0.95 | 0.088968 | 0 | node-utils | 560 | 2025-05-29T03:10:48.410720 | Apache-2.0 | false | 18413e679155848797966e3c2319a9ea |
Stefan Kögl <stefan@skoegl.net>\nAlexander Shorin <kxepal@gmail.com>\nChristopher J. White <chris@grierwhite.com>\n | .venv\Lib\site-packages\jsonpointer-3.0.0.dist-info\AUTHORS | AUTHORS | Other | 113 | 0.7 | 0 | 0 | python-kit | 976 | 2024-02-21T00:29:02.617449 | GPL-3.0 | false | 651f2573ac0a5b742e41d92de2231fbb |
pip\n | .venv\Lib\site-packages\jsonpointer-3.0.0.dist-info\INSTALLER | INSTALLER | Other | 4 | 0.5 | 0 | 0 | react-lib | 293 | 2025-05-10T12:57:33.678584 | Apache-2.0 | false | 365c9bfeb7d89244f2ce01c1de44cb85 |
Copyright (c) 2011 Stefan Kögl <stefan@skoegl.net>\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of condi... | .venv\Lib\site-packages\jsonpointer-3.0.0.dist-info\LICENSE.txt | LICENSE.txt | Other | 1,413 | 0.7 | 0 | 0 | vue-tools | 422 | 2025-06-09T07:13:57.755894 | Apache-2.0 | false | 32b15c843b7a329130f4e266a281ebb3 |
Metadata-Version: 2.1\nName: jsonpointer\nVersion: 3.0.0\nSummary: Identify specific nodes in a JSON document (RFC 6901) \nHome-page: https://github.com/stefankoegl/python-json-pointer\nAuthor: Stefan Kögl\nAuthor-email: stefan@skoegl.net\nLicense: Modified BSD License\nClassifier: Development Status :: 5 - Production/... | .venv\Lib\site-packages\jsonpointer-3.0.0.dist-info\METADATA | METADATA | Other | 2,251 | 0.8 | 0.019608 | 0.133333 | python-kit | 490 | 2025-03-10T11:47:44.390231 | MIT | false | 719cf3adf929155c91afc138c80d8659 |
../../Scripts/jsonpointer,sha256=7_a9x1t_uCv_dUHrirYZNf25F0MPt0LRjWEY24Fw31Y,1834\n__pycache__/jsonpointer.cpython-313.pyc,,\njsonpointer-3.0.0.dist-info/AUTHORS,sha256=TVgxnQ9ZyHvvWwez_k2w8ZwtfVVFsDTGv3tXyJu-9X8,113\njsonpointer-3.0.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\njsonpointe... | .venv\Lib\site-packages\jsonpointer-3.0.0.dist-info\RECORD | RECORD | Other | 799 | 0.7 | 0 | 0 | react-lib | 634 | 2024-08-07T14:45:03.534044 | Apache-2.0 | false | 731382fb70b9c6630dd68b78468f850d |
jsonpointer\n | .venv\Lib\site-packages\jsonpointer-3.0.0.dist-info\top_level.txt | top_level.txt | Other | 12 | 0.5 | 0 | 0 | vue-tools | 649 | 2024-04-30T23:21:19.324457 | GPL-3.0 | false | fcd83a80f2cd660c9a1a5d369485c56d |
Wheel-Version: 1.0\nGenerator: bdist_wheel (0.41.0)\nRoot-Is-Purelib: true\nTag: py2-none-any\nTag: py3-none-any\n\n | .venv\Lib\site-packages\jsonpointer-3.0.0.dist-info\WHEEL | WHEEL | Other | 110 | 0.7 | 0 | 0 | vue-tools | 771 | 2024-05-30T11:01:47.817589 | MIT | false | caf80408fbab4e17954f706a6c338096 |
"""\nThe ``jsonschema`` command line.\n"""\n\nfrom importlib import metadata\nfrom json import JSONDecodeError\nfrom textwrap import dedent\nimport argparse\nimport json\nimport sys\nimport traceback\nimport warnings\n\ntry:\n from pkgutil import resolve_name\nexcept ImportError:\n from pkgutil_resolve_name impor... | .venv\Lib\site-packages\jsonschema\cli.py | cli.py | Python | 8,551 | 0.95 | 0.172297 | 0 | awesome-app | 210 | 2025-06-26T05:00:38.615743 | GPL-3.0 | false | d1c50dedc3e47ac2bad41cf42de470fa |
"""\nValidation errors, and some surrounding helpers.\n"""\nfrom __future__ import annotations\n\nfrom collections import defaultdict, deque\nfrom pprint import pformat\nfrom textwrap import dedent, indent\nfrom typing import TYPE_CHECKING, Any, ClassVar\nimport heapq\nimport warnings\n\nfrom attrs import define\nfrom ... | .venv\Lib\site-packages\jsonschema\exceptions.py | exceptions.py | Python | 14,951 | 0.95 | 0.194215 | 0.013298 | node-utils | 979 | 2024-10-07T00:44:18.503462 | Apache-2.0 | false | 34921c9f9d5a94a9141abb4857d60778 |
"""\ntyping.Protocol classes for jsonschema interfaces.\n"""\n\n# for reference material on Protocols, see\n# https://www.python.org/dev/peps/pep-0544/\n\nfrom __future__ import annotations\n\nfrom typing import TYPE_CHECKING, Any, ClassVar, Protocol, runtime_checkable\n\n# in order for Sphinx to resolve references a... | .venv\Lib\site-packages\jsonschema\protocols.py | protocols.py | Python | 7,145 | 0.95 | 0.126638 | 0.179012 | vue-tools | 363 | 2024-01-03T15:13:08.215268 | GPL-3.0 | false | d08103a182052cd0b084af50f567b2d4 |
"""\nCreation and extension of validators, with implementations for existing drafts.\n"""\nfrom __future__ import annotations\n\nfrom collections import deque\nfrom collections.abc import Iterable, Mapping, Sequence\nfrom functools import lru_cache\nfrom operator import methodcaller\nfrom typing import TYPE_CHECKING\nf... | .venv\Lib\site-packages\jsonschema\validators.py | validators.py | Python | 47,098 | 0.95 | 0.136879 | 0.009549 | python-kit | 0 | 2024-12-23T15:01:17.072899 | Apache-2.0 | false | bcfe126ee9e8cad106cfa2dba3eeebcd |
from __future__ import annotations\n\nfrom contextlib import suppress\nfrom datetime import date, datetime\nfrom uuid import UUID\nimport ipaddress\nimport re\nimport typing\nimport warnings\n\nfrom jsonschema.exceptions import FormatError\n\n_FormatCheckCallable = typing.Callable[[object], bool]\n#: A format checker c... | .venv\Lib\site-packages\jsonschema\_format.py | _format.py | Python | 14,747 | 0.95 | 0.165067 | 0.036232 | vue-tools | 35 | 2024-12-25T02:05:41.756087 | GPL-3.0 | false | a697b5047a49d22070f25e50d068b1de |
from fractions import Fraction\nimport re\n\nfrom jsonschema._utils import (\n ensure_list,\n equal,\n extras_msg,\n find_additional_properties,\n find_evaluated_item_indexes_by_schema,\n find_evaluated_property_keys_by_schema,\n uniq,\n)\nfrom jsonschema.exceptions import FormatError, ValidationEr... | .venv\Lib\site-packages\jsonschema\_keywords.py | _keywords.py | Python | 14,949 | 0.95 | 0.305122 | 0.034091 | node-utils | 343 | 2025-06-26T05:05:02.989722 | GPL-3.0 | false | def741c64a9b8585a94ef7421fe26dbd |
import re\n\nfrom referencing.jsonschema import lookup_recursive_ref\n\nfrom jsonschema import _utils\nfrom jsonschema.exceptions import ValidationError\n\n\ndef ignore_ref_siblings(schema):\n """\n Ignore siblings of ``$ref`` if it is present.\n\n Otherwise, return all keywords.\n\n Suitable for use with `... | .venv\Lib\site-packages\jsonschema\_legacy_keywords.py | _legacy_keywords.py | Python | 15,191 | 0.95 | 0.278396 | 0.005348 | node-utils | 94 | 2025-03-26T08:43:39.660750 | BSD-3-Clause | false | a81a7f2466e2c98e8b42ad3f1aac04d0 |
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\nimport numbers\n\nfrom attrs import evolve, field, frozen\nfrom rpds import HashTrieMap\n\nfrom jsonschema.exceptions import UndefinedTypeCheck\n\nif TYPE_CHECKING:\n from collections.abc import Mapping\n from typing import Any, Callable\n\n\... | .venv\Lib\site-packages\jsonschema\_types.py | _types.py | Python | 5,456 | 0.95 | 0.147059 | 0.043165 | node-utils | 462 | 2024-02-12T01:56:46.332122 | BSD-3-Clause | false | 1065e837cd2c107607dac9bd27362b66 |
from collections.abc import Mapping, MutableMapping, Sequence\nfrom urllib.parse import urlsplit\nimport itertools\nimport re\n\n\nclass URIDict(MutableMapping):\n """\n Dictionary which uses normalized URIs as keys.\n """\n\n def normalize(self, uri):\n return urlsplit(uri).geturl()\n\n def __ini... | .venv\Lib\site-packages\jsonschema\_utils.py | _utils.py | Python | 10,659 | 0.95 | 0.290141 | 0 | python-kit | 740 | 2023-08-01T03:00:20.201072 | BSD-3-Clause | false | 6d0ffecf7d523c3ee7a96ca62090443c |
"""\nAn implementation of JSON Schema for Python.\n\nThe main functionality is provided by the validator classes for each of the\nsupported JSON Schema versions.\n\nMost commonly, `jsonschema.validators.validate` is the quickest way to simply\nvalidate a given instance under a schema, and will create a validator\nfor y... | .venv\Lib\site-packages\jsonschema\__init__.py | __init__.py | Python | 3,941 | 0.85 | 0.058333 | 0 | vue-tools | 544 | 2024-04-15T06:11:13.968607 | Apache-2.0 | false | a2bf0ad6faf45e4faec8ec4dbc77f8f2 |
"""\nThe jsonschema CLI is now deprecated in favor of check-jsonschema.\n"""\nfrom jsonschema.cli import main\n\nmain()\n | .venv\Lib\site-packages\jsonschema\__main__.py | __main__.py | Python | 115 | 0.85 | 0 | 0 | awesome-app | 678 | 2025-03-30T04:36:48.758278 | GPL-3.0 | false | dc77dd8bda20cabdf95aca947957eced |
"""\nA benchmark for comparing equivalent validation of `const` and `enum`.\n"""\n\nfrom pyperf import Runner\n\nfrom jsonschema import Draft202012Validator\n\nvalue = [37] * 100\nconst_schema = {"const": list(value)}\nenum_schema = {"enum": [list(value)]}\n\nvalid = list(value)\ninvalid = [*valid, 73]\n\nconst = Draft... | .venv\Lib\site-packages\jsonschema\benchmarks\const_vs_enum.py | const_vs_enum.py | Python | 830 | 0.85 | 0.066667 | 0 | node-utils | 53 | 2024-08-21T04:31:57.051530 | GPL-3.0 | false | f6171602500fc0abdde575f1d0d5bc96 |
"""\nA benchmark for validation of the `contains` keyword.\n"""\n\nfrom pyperf import Runner\n\nfrom jsonschema import Draft202012Validator\n\nschema = {\n "type": "array",\n "contains": {"const": 37},\n}\nvalidator = Draft202012Validator(schema)\n\nsize = 1000\nbeginning = [37] + [0] * (size - 1)\nmiddle = [0] *... | .venv\Lib\site-packages\jsonschema\benchmarks\contains.py | contains.py | Python | 786 | 0.95 | 0.071429 | 0 | react-lib | 303 | 2023-10-29T02:53:33.241113 | GPL-3.0 | false | 01f025abd9377a8ccf86bd67f11e6a46 |
"""\nA performance benchmark using the example from issue #232.\n\nSee https://github.com/python-jsonschema/jsonschema/pull/232.\n"""\nfrom pathlib import Path\n\nfrom pyperf import Runner\nfrom referencing import Registry\n\nfrom jsonschema.tests._suite import Version\nimport jsonschema\n\nissue232 = Version(\n pat... | .venv\Lib\site-packages\jsonschema\benchmarks\issue232.py | issue232.py | Python | 521 | 0.95 | 0.04 | 0 | node-utils | 754 | 2025-01-02T15:25:14.860553 | GPL-3.0 | false | e3b8de76c0b601370b36430f5ec4ddea |
"""\nA performance benchmark using the official test suite.\n\nThis benchmarks jsonschema using every valid example in the\nJSON-Schema-Test-Suite. It will take some time to complete.\n"""\nfrom pyperf import Runner\n\nfrom jsonschema.tests._suite import Suite\n\nif __name__ == "__main__":\n Suite().benchmark(runner... | .venv\Lib\site-packages\jsonschema\benchmarks\json_schema_test_suite.py | json_schema_test_suite.py | Python | 320 | 0.85 | 0.083333 | 0 | vue-tools | 32 | 2023-07-20T11:57:05.752290 | GPL-3.0 | true | 2f7129cb92ced2f7a14683dabc6267b8 |
"""\nA benchmark which tries to compare the possible slow subparts of validation.\n"""\nfrom referencing import Registry\nfrom referencing.jsonschema import DRAFT202012\nfrom rpds import HashTrieMap, HashTrieSet\n\nfrom jsonschema import Draft202012Validator\n\nschema = {\n "type": "array",\n "minLength": 1,\n ... | .venv\Lib\site-packages\jsonschema\benchmarks\subcomponents.py | subcomponents.py | Python | 1,113 | 0.85 | 0.071429 | 0 | python-kit | 76 | 2024-02-18T17:49:53.481453 | GPL-3.0 | false | e7f38eeac66b02dafc461848b1e5aa86 |
"""\nAn unused schema registry should not cause slower validation.\n\n"Unused" here means one where no reference resolution is occurring anyhow.\n\nSee https://github.com/python-jsonschema/jsonschema/issues/1088.\n"""\nfrom pyperf import Runner\nfrom referencing import Registry\nfrom referencing.jsonschema import DRAFT... | .venv\Lib\site-packages\jsonschema\benchmarks\unused_registry.py | unused_registry.py | Python | 940 | 0.95 | 0.028571 | 0 | node-utils | 804 | 2025-06-26T18:36:27.599910 | GPL-3.0 | false | 12dffd87691227d8e63b9d2628b06099 |
\n"""\nA benchmark for validation of applicators containing lots of useless schemas.\n\nSignals a small possible optimization to remove all such schemas ahead of time.\n"""\n\nfrom pyperf import Runner\n\nfrom jsonschema import Draft202012Validator as Validator\n\nNUM_USELESS = 100000\n\nsubschema = {"const": 37}\n\nva... | .venv\Lib\site-packages\jsonschema\benchmarks\useless_applicator_schemas.py | useless_applicator_schemas.py | Python | 3,342 | 0.95 | 0.037736 | 0.096774 | python-kit | 303 | 2023-10-12T08:15:20.490217 | Apache-2.0 | false | ea651b78af72e4599e1ea362e83e3a22 |
"""\nA benchmark for validation of schemas containing lots of useless keywords.\n\nChecks we filter them out once, ahead of time.\n"""\n\nfrom pyperf import Runner\n\nfrom jsonschema import Draft202012Validator\n\nNUM_USELESS = 100000\nschema = dict(\n [\n ("not", {"const": 42}),\n *((str(i), i) for i ... | .venv\Lib\site-packages\jsonschema\benchmarks\useless_keywords.py | useless_keywords.py | Python | 867 | 0.85 | 0.125 | 0.08 | python-kit | 516 | 2025-03-12T08:06:32.187449 | BSD-3-Clause | false | da083eb88eff8683e6fc8b6dcd721b7b |
from pyperf import Runner\n\nfrom jsonschema import Draft202012Validator\n\nschema = {\n "type": "array",\n "minLength": 1,\n "maxLength": 1,\n "items": {"type": "integer"},\n}\n\n\nif __name__ == "__main__":\n Runner().bench_func("validator creation", Draft202012Validator, schema)\n | .venv\Lib\site-packages\jsonschema\benchmarks\validator_creation.py | validator_creation.py | Python | 285 | 0.85 | 0.071429 | 0 | node-utils | 758 | 2024-06-18T17:47:41.802946 | Apache-2.0 | false | cdc5adb8ab1d7f930f25ac071f76d626 |
"""\nBenchmarks for validation.\n\nThis package is *not* public API.\n"""\n | .venv\Lib\site-packages\jsonschema\benchmarks\__init__.py | __init__.py | Python | 70 | 0.5 | 0.2 | 0 | node-utils | 568 | 2025-04-02T08:00:01.005206 | GPL-3.0 | false | f85a3896b1e2683f47269e8671f71eae |
\n\n | .venv\Lib\site-packages\jsonschema\benchmarks\__pycache__\const_vs_enum.cpython-313.pyc | const_vs_enum.cpython-313.pyc | Other | 1,943 | 0.7 | 0.035714 | 0 | node-utils | 451 | 2025-05-14T06:18:21.628043 | MIT | false | 2554461d6c706632f783d1f2372c9c3d |
\n\n | .venv\Lib\site-packages\jsonschema\benchmarks\__pycache__\contains.cpython-313.pyc | contains.cpython-313.pyc | Other | 1,915 | 0.8 | 0.032258 | 0 | python-kit | 357 | 2023-08-21T02:28:50.879383 | BSD-3-Clause | false | 3954254c00bb72172c08188c259caeb6 |
\n\n | .venv\Lib\site-packages\jsonschema\benchmarks\__pycache__\issue232.cpython-313.pyc | issue232.cpython-313.pyc | Other | 891 | 0.8 | 0 | 0 | vue-tools | 162 | 2024-06-20T02:50:02.681187 | BSD-3-Clause | false | 89b53c05ffb588365e956a4cdd8394f5 |
\n\n | .venv\Lib\site-packages\jsonschema\benchmarks\__pycache__\json_schema_test_suite.cpython-313.pyc | json_schema_test_suite.cpython-313.pyc | Other | 642 | 0.7 | 0 | 0 | vue-tools | 38 | 2024-02-20T06:17:49.355115 | Apache-2.0 | true | 1f966e24c2635a7721ec24fe44e9a041 |
\n\n | .venv\Lib\site-packages\jsonschema\benchmarks\__pycache__\nested_schemas.cpython-313.pyc | nested_schemas.cpython-313.pyc | Other | 2,442 | 0.8 | 0 | 0 | node-utils | 382 | 2024-10-26T08:43:42.873077 | BSD-3-Clause | false | 49d76495732a032acc257ab0566ba8d8 |
\n\n | .venv\Lib\site-packages\jsonschema\benchmarks\__pycache__\subcomponents.cpython-313.pyc | subcomponents.cpython-313.pyc | Other | 2,265 | 0.7 | 0 | 0 | vue-tools | 519 | 2024-12-02T18:19:00.934405 | MIT | false | e5681e37335779b677b7d228088af138 |
\n\n | .venv\Lib\site-packages\jsonschema\benchmarks\__pycache__\unused_registry.cpython-313.pyc | unused_registry.cpython-313.pyc | Other | 1,577 | 0.8 | 0 | 0 | node-utils | 810 | 2023-12-31T15:12:00.160026 | BSD-3-Clause | false | f91cad319a1b5de20cbd91e258d6fc27 |
\n\n | .venv\Lib\site-packages\jsonschema\benchmarks\__pycache__\useless_applicator_schemas.cpython-313.pyc | useless_applicator_schemas.cpython-313.pyc | Other | 3,562 | 0.8 | 0.018868 | 0 | vue-tools | 431 | 2024-10-03T20:46:10.021984 | GPL-3.0 | false | 5f927958ddd069a6638d74912a02d156 |
\n\n | .venv\Lib\site-packages\jsonschema\benchmarks\__pycache__\useless_keywords.cpython-313.pyc | useless_keywords.cpython-313.pyc | Other | 2,087 | 0.8 | 0.033333 | 0 | node-utils | 842 | 2023-11-11T04:48:32.479337 | MIT | false | eb787ab35c951132bc727b8b022fb436 |
\n\n | .venv\Lib\site-packages\jsonschema\benchmarks\__pycache__\validator_creation.cpython-313.pyc | validator_creation.cpython-313.pyc | Other | 568 | 0.7 | 0 | 0 | node-utils | 932 | 2023-10-30T15:11:15.372041 | MIT | false | 23420651125ea51b241084876d5f507b |
\n\n | .venv\Lib\site-packages\jsonschema\benchmarks\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 276 | 0.7 | 0.142857 | 0 | node-utils | 661 | 2024-01-20T12:34:23.643670 | MIT | false | 1ba2c68082dc7711fc819155664c853f |
"""\nFuzzing setup for OSS-Fuzz.\n\nSee https://github.com/google/oss-fuzz/tree/master/projects/jsonschema for the\nother half of the setup here.\n"""\nimport sys\n\nfrom hypothesis import given, strategies\n\nimport jsonschema\n\nPRIM = strategies.one_of(\n strategies.booleans(),\n strategies.integers(),\n st... | .venv\Lib\site-packages\jsonschema\tests\fuzz_validate.py | fuzz_validate.py | Python | 1,114 | 0.95 | 0.12 | 0 | react-lib | 831 | 2024-08-12T13:51:25.096984 | BSD-3-Clause | true | dd7635f4bd347a60d47c3b9c4b592fce |
from contextlib import redirect_stderr, redirect_stdout\nfrom importlib import metadata\nfrom io import StringIO\nfrom json import JSONDecodeError\nfrom pathlib import Path\nfrom textwrap import dedent\nfrom unittest import TestCase\nimport json\nimport os\nimport subprocess\nimport sys\nimport tempfile\nimport warning... | .venv\Lib\site-packages\jsonschema\tests\test_cli.py | test_cli.py | Python | 28,544 | 0.95 | 0.077434 | 0.006667 | python-kit | 412 | 2024-04-12T22:50:15.789922 | MIT | true | 85f21e13a1c1ef9c7aa1f42243eec8c3 |
from unittest import TestCase\nimport textwrap\n\nfrom jsonschema import exceptions\nfrom jsonschema.validators import _LATEST_VERSION\n\n\nclass TestBestMatch(TestCase):\n def best_match_of(self, instance, schema):\n errors = list(_LATEST_VERSION(schema).iter_errors(instance))\n msg = f"No errors fou... | .venv\Lib\site-packages\jsonschema\tests\test_exceptions.py | test_exceptions.py | Python | 22,591 | 0.95 | 0.099715 | 0.003295 | awesome-app | 951 | 2025-02-12T08:58:36.910370 | MIT | true | 3bea3d7183a210b1f0a34746a025957f |
"""\nTests for the parts of jsonschema related to the :kw:`format` keyword.\n"""\n\nfrom unittest import TestCase\n\nfrom jsonschema import FormatChecker, ValidationError\nfrom jsonschema.exceptions import FormatError\nfrom jsonschema.validators import Draft4Validator\n\nBOOM = ValueError("Boom!")\nBANG = ZeroDivisionE... | .venv\Lib\site-packages\jsonschema\tests\test_format.py | test_format.py | Python | 3,188 | 0.95 | 0.142857 | 0.069444 | vue-tools | 274 | 2024-09-13T00:54:58.193878 | MIT | true | 9c381b867da4d1553f5185a9a05eb6ff |
"""\nTest runner for the JSON Schema official test suite\n\nTests comprehensive correctness of each draft's validator.\n\nSee https://github.com/json-schema-org/JSON-Schema-Test-Suite for details.\n"""\n\n\nfrom jsonschema.tests._suite import Suite\nimport jsonschema\n\nSUITE = Suite()\nDRAFT3 = SUITE.version(name="dra... | .venv\Lib\site-packages\jsonschema\tests\test_jsonschema_test_suite.py | test_jsonschema_test_suite.py | Python | 8,461 | 0.95 | 0.053435 | 0 | awesome-app | 645 | 2025-04-02T20:07:42.203974 | GPL-3.0 | true | 71a6aef5f2e9670a32eeae863f22c443 |
"""\nTests for the `TypeChecker`-based type interface.\n\nThe actual correctness of the type checking is handled in\n`test_jsonschema_test_suite`; these tests check that TypeChecker\nfunctions correctly at a more granular level.\n"""\nfrom collections import namedtuple\nfrom unittest import TestCase\n\nfrom jsonschema ... | .venv\Lib\site-packages\jsonschema\tests\test_types.py | test_types.py | Python | 6,977 | 0.95 | 0.140271 | 0.017647 | react-lib | 217 | 2024-06-03T17:59:05.721358 | BSD-3-Clause | true | d5f930e3d474ec158f55293bf75f91ac |
from math import nan\nfrom unittest import TestCase\n\nfrom jsonschema._utils import equal\n\n\nclass TestEqual(TestCase):\n def test_none(self):\n self.assertTrue(equal(None, None))\n\n def test_nan(self):\n self.assertTrue(equal(nan, nan))\n\n\nclass TestDictEqual(TestCase):\n def test_equal_di... | .venv\Lib\site-packages\jsonschema\tests\test_utils.py | test_utils.py | Python | 4,163 | 0.85 | 0.210145 | 0 | node-utils | 184 | 2024-10-28T22:49:26.467109 | BSD-3-Clause | true | a0a4847576c89a805b738659cec17bdb |
"""\nPython representations of the JSON Schema Test Suite tests.\n"""\nfrom __future__ import annotations\n\nfrom contextlib import suppress\nfrom functools import partial\nfrom pathlib import Path\nfrom typing import TYPE_CHECKING, Any\nimport json\nimport os\nimport re\nimport sys\nimport unittest\n\nfrom attrs impor... | .venv\Lib\site-packages\jsonschema\tests\_suite.py | _suite.py | Python | 8,374 | 0.95 | 0.164912 | 0.04 | awesome-app | 46 | 2023-10-10T14:10:48.831566 | BSD-3-Clause | true | f798399b1bfd68bf840c9b55af57727f |
\n\n | .venv\Lib\site-packages\jsonschema\tests\__pycache__\fuzz_validate.cpython-313.pyc | fuzz_validate.cpython-313.pyc | Other | 2,302 | 0.8 | 0.076923 | 0 | vue-tools | 190 | 2025-03-19T00:06:19.831441 | BSD-3-Clause | true | 88c5cb224b6a84fe0af17271ef0313d9 |
\n\n | .venv\Lib\site-packages\jsonschema\tests\__pycache__\test_cli.cpython-313.pyc | test_cli.cpython-313.pyc | Other | 32,827 | 0.95 | 0.004773 | 0.01084 | react-lib | 34 | 2025-06-14T13:22:56.070249 | Apache-2.0 | true | 2e7bd2ee6e92aa55e5f3fa01c2086630 |
\n\n | .venv\Lib\site-packages\jsonschema\tests\__pycache__\test_deprecations.cpython-313.pyc | test_deprecations.cpython-313.pyc | Other | 24,989 | 0.95 | 0.004376 | 0 | vue-tools | 863 | 2024-04-03T11:36:12.708057 | BSD-3-Clause | true | bdccf15452b505b69eba14ca774c5d20 |
\n\n | .venv\Lib\site-packages\jsonschema\tests\__pycache__\test_exceptions.cpython-313.pyc | test_exceptions.cpython-313.pyc | Other | 29,359 | 0.8 | 0.024024 | 0.009967 | react-lib | 925 | 2024-12-29T23:55:59.027820 | GPL-3.0 | true | 22bb8dd2138086431cee02e0dba00e55 |
\n\n | .venv\Lib\site-packages\jsonschema\tests\__pycache__\test_format.cpython-313.pyc | test_format.cpython-313.pyc | Other | 6,375 | 0.8 | 0.011765 | 0.042254 | node-utils | 323 | 2024-02-12T04:58:04.629352 | MIT | true | cf0156d62c33da93c6cb05bfb8e15e2b |
\n\n | .venv\Lib\site-packages\jsonschema\tests\__pycache__\test_jsonschema_test_suite.cpython-313.pyc | test_jsonschema_test_suite.cpython-313.pyc | Other | 10,454 | 0.8 | 0.021739 | 0 | vue-tools | 222 | 2024-03-08T21:42:01.638488 | Apache-2.0 | true | 09fbfa9deae26197c53d6e9e8085a898 |
\n\n | .venv\Lib\site-packages\jsonschema\tests\__pycache__\test_types.cpython-313.pyc | test_types.cpython-313.pyc | Other | 11,918 | 0.95 | 0.019231 | 0 | python-kit | 516 | 2024-09-01T20:41:41.877705 | MIT | true | 2d01873ab5386b160ccbd4625cb61995 |
\n\n | .venv\Lib\site-packages\jsonschema\tests\__pycache__\test_utils.cpython-313.pyc | test_utils.cpython-313.pyc | Other | 7,924 | 0.8 | 0 | 0 | node-utils | 331 | 2024-12-12T14:20:19.209289 | BSD-3-Clause | true | ea9014f657a3068b9c96b319da00fc7a |
\n\n | .venv\Lib\site-packages\jsonschema\tests\__pycache__\_suite.cpython-313.pyc | _suite.cpython-313.pyc | Other | 13,216 | 0.95 | 0.007299 | 0.008 | awesome-app | 668 | 2024-08-10T18:00:41.455489 | BSD-3-Clause | true | a0848ed5e22aa2aea981cdf9bffe895f |
\n\n | .venv\Lib\site-packages\jsonschema\tests\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 191 | 0.7 | 0 | 0 | vue-tools | 445 | 2024-05-16T09:39:37.078900 | Apache-2.0 | true | 53ab874aaf70606ee47679e3767aa652 |
\n\n | .venv\Lib\site-packages\jsonschema\__pycache__\cli.cpython-313.pyc | cli.cpython-313.pyc | Other | 12,372 | 0.95 | 0.066176 | 0 | python-kit | 264 | 2024-11-18T09:25:38.069788 | Apache-2.0 | false | ebb04cb9bc1b4ab87ab9c76dc073e9bf |
\n\n | .venv\Lib\site-packages\jsonschema\__pycache__\exceptions.cpython-313.pyc | exceptions.cpython-313.pyc | Other | 21,322 | 0.95 | 0.059761 | 0.004525 | awesome-app | 393 | 2025-02-26T13:53:13.207494 | Apache-2.0 | false | 16c79ca352aaafd9c96aff53b7b367ca |
\n\n | .venv\Lib\site-packages\jsonschema\__pycache__\protocols.cpython-313.pyc | protocols.cpython-313.pyc | Other | 6,233 | 0.95 | 0.079755 | 0.008547 | react-lib | 456 | 2024-05-02T01:08:43.403673 | MIT | false | 9dce107eb931e99ee116f6a6b4d988fa |
\n\n | .venv\Lib\site-packages\jsonschema\__pycache__\validators.cpython-313.pyc | validators.cpython-313.pyc | Other | 51,795 | 0.95 | 0.075071 | 0 | react-lib | 263 | 2025-06-19T03:08:16.750339 | MIT | false | 66ae863f40729323273e6dd02e5cbe25 |
\n\n | .venv\Lib\site-packages\jsonschema\__pycache__\_format.cpython-313.pyc | _format.cpython-313.pyc | Other | 17,887 | 0.95 | 0.035294 | 0 | awesome-app | 517 | 2024-04-30T07:22:10.792476 | BSD-3-Clause | false | a569b0cf2c370a532b9159f62395eb2a |
\n\n | .venv\Lib\site-packages\jsonschema\__pycache__\_keywords.cpython-313.pyc | _keywords.cpython-313.pyc | Other | 20,011 | 0.95 | 0 | 0.007463 | node-utils | 907 | 2023-10-16T20:11:48.085480 | BSD-3-Clause | false | d11704160cf367948421a93dc3495fad |
\n\n | .venv\Lib\site-packages\jsonschema\__pycache__\_legacy_keywords.cpython-313.pyc | _legacy_keywords.cpython-313.pyc | Other | 17,412 | 0.95 | 0.025773 | 0 | react-lib | 753 | 2024-03-01T15:11:39.596377 | BSD-3-Clause | false | ef075476c86525c32d7a46fc297cda71 |
\n\n | .venv\Lib\site-packages\jsonschema\__pycache__\_types.cpython-313.pyc | _types.cpython-313.pyc | Other | 6,896 | 0.95 | 0.064815 | 0 | awesome-app | 12 | 2023-07-31T11:50:39.869790 | BSD-3-Clause | false | 59b0bad61ab7e9c52af4f75032b42713 |
\n\n | .venv\Lib\site-packages\jsonschema\__pycache__\_typing.cpython-313.pyc | _typing.cpython-313.pyc | Other | 1,409 | 0.8 | 0.05 | 0 | python-kit | 342 | 2023-08-16T05:12:11.378919 | GPL-3.0 | false | 9927dce1168c058bba58dbb888a0b53e |
\n\n | .venv\Lib\site-packages\jsonschema\__pycache__\_utils.cpython-313.pyc | _utils.cpython-313.pyc | Other | 14,414 | 0.8 | 0.090909 | 0.007407 | vue-tools | 946 | 2024-01-13T01:19:41.650326 | BSD-3-Clause | false | b2b9013155d41f43583d29779bd9232f |
\n\n | .venv\Lib\site-packages\jsonschema\__pycache__\__init__.cpython-313.pyc | __init__.cpython-313.pyc | Other | 3,766 | 0.95 | 0.058824 | 0 | react-lib | 629 | 2023-10-24T05:17:34.215316 | BSD-3-Clause | false | 9c13ec1a55823c301dc3e95ddaab2d66 |
\n\n | .venv\Lib\site-packages\jsonschema\__pycache__\__main__.cpython-313.pyc | __main__.cpython-313.pyc | Other | 340 | 0.7 | 0 | 0 | vue-tools | 653 | 2023-12-02T22:54:05.531859 | MIT | false | e1d0f47c61db26ae181a355c7266c70a |
[console_scripts]\njsonschema = jsonschema.cli:main\n | .venv\Lib\site-packages\jsonschema-4.24.0.dist-info\entry_points.txt | entry_points.txt | Other | 51 | 0.5 | 0 | 0 | node-utils | 108 | 2024-09-06T16:50:37.012274 | GPL-3.0 | false | 095614c840316fb033b6b246ebc5a437 |
pip\n | .venv\Lib\site-packages\jsonschema-4.24.0.dist-info\INSTALLER | INSTALLER | Other | 4 | 0.5 | 0 | 0 | react-lib | 288 | 2025-02-23T17:08:53.094037 | GPL-3.0 | false | 365c9bfeb7d89244f2ce01c1de44cb85 |
Metadata-Version: 2.4\nName: jsonschema\nVersion: 4.24.0\nSummary: An implementation of JSON Schema validation for Python\nProject-URL: Homepage, https://github.com/python-jsonschema/jsonschema\nProject-URL: Documentation, https://python-jsonschema.readthedocs.io/\nProject-URL: Issues, https://github.com/python-jsonsch... | .venv\Lib\site-packages\jsonschema-4.24.0.dist-info\METADATA | METADATA | Other | 7,755 | 0.95 | 0.040698 | 0.054264 | python-kit | 776 | 2024-06-25T13:30:52.366322 | MIT | false | 8e38f05dd0180f9ca775b061370ada07 |
../../Scripts/jsonschema.exe,sha256=LD7m5ynrYDQfrG2UqwWnBgSNkptZFkaneXuPno2ZNbc,108415\njsonschema-4.24.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\njsonschema-4.24.0.dist-info/METADATA,sha256=Ibtqh_YF6ihrEgixIpXcUNcsTQ76s_ieJ7c0-9XevuY,7755\njsonschema-4.24.0.dist-info/RECORD,,\njsonsche... | .venv\Lib\site-packages\jsonschema-4.24.0.dist-info\RECORD | RECORD | Other | 5,782 | 0.7 | 0 | 0 | vue-tools | 479 | 2024-10-16T21:40:06.384491 | MIT | false | 2657cd1c166c54a2b6f173d1a71d68a4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.