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
../../Scripts/pybabel.exe,sha256=PUlRgTQhKdWj5kvDO3HQI7V2JT-KKwKewm-7MqpZdCY,108424\nbabel-2.17.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\nbabel-2.17.0.dist-info/LICENSE,sha256=eAGoT-gRJ5yzUL20-xj5TDaxjvgT-mqsBDtsbTlITQ0,1531\nbabel-2.17.0.dist-info/METADATA,sha256=xbADd4FX7x9g3Jol93V9d...
.venv\Lib\site-packages\babel-2.17.0.dist-info\RECORD
RECORD
Other
95,040
0.5
0
0
node-utils
281
2025-06-28T18:59:06.123821
Apache-2.0
false
5194201c97a063199f5e587c3493f4cb
babel\n
.venv\Lib\site-packages\babel-2.17.0.dist-info\top_level.txt
top_level.txt
Other
6
0.5
0
0
vue-tools
813
2024-01-29T03:54:18.892123
MIT
false
a8c022e317dded2317ab2de61fb09810
Wheel-Version: 1.0\nGenerator: setuptools (75.8.0)\nRoot-Is-Purelib: true\nTag: py3-none-any\n\n
.venv\Lib\site-packages\babel-2.17.0.dist-info\WHEEL
WHEEL
Other
91
0.5
0
0
awesome-app
901
2024-12-09T12:32:30.648569
Apache-2.0
false
68e6e969da03b3fdebefe35680a5c606
pip\n
.venv\Lib\site-packages\beautifulsoup4-4.13.4.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
react-lib
292
2024-09-25T03:58:41.972330
Apache-2.0
false
365c9bfeb7d89244f2ce01c1de44cb85
Metadata-Version: 2.4\nName: beautifulsoup4\nVersion: 4.13.4\nSummary: Screen-scraping library\nProject-URL: Download, https://www.crummy.com/software/BeautifulSoup/bs4/download/\nProject-URL: Homepage, https://www.crummy.com/software/BeautifulSoup/bs4/\nAuthor-email: Leonard Richardson <leonardr@segfault.org>\nLicense...
.venv\Lib\site-packages\beautifulsoup4-4.13.4.dist-info\METADATA
METADATA
Other
3,809
0.95
0.03252
0.132075
react-lib
711
2023-08-03T12:14:43.078177
Apache-2.0
false
63c9e3e3bc8676f41222c787cd4e44f2
beautifulsoup4-4.13.4.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\nbeautifulsoup4-4.13.4.dist-info/METADATA,sha256=zXwPMgMEIdymEV_lAL0QzP34i6osem_P2nfqgaEexRo,3809\nbeautifulsoup4-4.13.4.dist-info/RECORD,,\nbeautifulsoup4-4.13.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ng...
.venv\Lib\site-packages\beautifulsoup4-4.13.4.dist-info\RECORD
RECORD
Other
7,253
0.7
0
0
node-utils
517
2023-08-02T23:19:09.965532
BSD-3-Clause
false
8d19335c2c05f8e8e732b61e335bd4fa
Wheel-Version: 1.0\nGenerator: hatchling 1.27.0\nRoot-Is-Purelib: true\nTag: py3-none-any\n
.venv\Lib\site-packages\beautifulsoup4-4.13.4.dist-info\WHEEL
WHEEL
Other
87
0.5
0
0
awesome-app
88
2024-02-22T04:26:34.724423
MIT
false
e2fcb0ad9ea59332c808928b4b439e7a
Behold, mortal, the origins of Beautiful Soup...\n================================================\n\nLeonard Richardson is the primary maintainer.\n\nAaron DeVore, Isaac Muse and Chris Papademetrious have made\nsignificant contributions to the code base.\n\nMark Pilgrim provided the encoding detection code that forms ...
.venv\Lib\site-packages\beautifulsoup4-4.13.4.dist-info\licenses\AUTHORS
AUTHORS
Other
2,201
0.7
0.020408
0
node-utils
800
2024-08-31T07:46:30.474857
GPL-3.0
false
4eaff334ba88fcdaf6e7d3c3f722cc1b
Beautiful Soup is made available under the MIT license:\n\n Copyright (c) Leonard Richardson\n\n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n "Software"), to deal in the Software without restriction, including\n without limitat...
.venv\Lib\site-packages\beautifulsoup4-4.13.4.dist-info\licenses\LICENSE
LICENSE
Other
1,441
0.7
0
0
python-kit
801
2024-04-24T09:28:19.290379
MIT
false
96e0034f7c9443910c486773aa1ed9ac
"""A set of basic callbacks for bleach.linkify."""\n\n\ndef nofollow(attrs, new=False):\n href_key = (None, "href")\n\n if href_key not in attrs:\n return attrs\n\n if attrs[href_key].startswith("mailto:"):\n return attrs\n\n rel_key = (None, "rel")\n rel_values = [val for val in attrs.get(...
.venv\Lib\site-packages\bleach\callbacks.py
callbacks.py
Python
752
0.85
0.34375
0
awesome-app
308
2024-03-14T07:52:43.251262
Apache-2.0
false
e926657a99582ce436e28e691eba134d
from bleach._vendor.parse import urlparse # noqa\n
.venv\Lib\site-packages\bleach\parse_shim.py
parse_shim.py
Python
50
0.75
0
0
vue-tools
571
2024-05-23T02:38:24.920711
BSD-3-Clause
false
88896afbc98410c313a6c5bd2e0b75e9
"""\nReplacement module for what html5lib uses six for.\n"""\n\nimport http.client\nimport operator\nimport urllib\n\n\nPY3 = True\nbinary_type = bytes\nstring_types = (str,)\ntext_type = str\nunichr = chr\nviewkeys = operator.methodcaller("keys")\n\nhttp_client = http.client\nurllib = urllib\nurllib_parse = urllib.par...
.venv\Lib\site-packages\bleach\six_shim.py
six_shim.py
Python
305
0.85
0.105263
0
node-utils
989
2024-02-14T20:29:53.960186
BSD-3-Clause
false
3a97b32ad5d300a5ff6a8ee5c5cbe27c
from bleach.linkifier import (\n DEFAULT_CALLBACKS,\n Linker,\n)\nfrom bleach.sanitizer import (\n ALLOWED_ATTRIBUTES,\n ALLOWED_PROTOCOLS,\n ALLOWED_TAGS,\n Cleaner,\n)\n\n\n# yyyymmdd\n__releasedate__ = "20241029"\n# x.y.z or x.y.z.dev0 -- semver\n__version__ = "6.2.0"\n\n\n__all__ = ["clean", "link...
.venv\Lib\site-packages\bleach\__init__.py
__init__.py
Python
3,649
0.95
0.104
0.022989
awesome-app
549
2025-02-18T01:14:07.190086
Apache-2.0
false
313ec77b114f3c97561b6cd926517c7a
"""Parse (absolute and relative) URLs.\n\nurlparse module is based upon the following RFC specifications.\n\nRFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding\nand L. Masinter, January 2005.\n\nRFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter\nand L.Masinter...
.venv\Lib\site-packages\bleach\_vendor\parse.py
parse.py
Python
39,023
0.95
0.248609
0.082237
react-lib
273
2024-07-06T05:42:20.427215
MIT
false
d23bd5c073e276233da8edab682bfc72
46af966e33b6247ae1d57d9459115a3eb46cda9f809c9f14e052abc2fe8dacb2 parse.py\n
.venv\Lib\site-packages\bleach\_vendor\parse.py.SHA256SUM
parse.py.SHA256SUM
Other
75
0.5
0
0
node-utils
882
2024-05-17T19:50:12.682116
BSD-3-Clause
false
be29e2f9baf14b31c18f497cabb0374b
=======================\nVendored library policy\n=======================\n\nTo simplify Bleach development, we're now vendoring certain libraries that\nwe use.\n\nVendored libraries must follow these rules:\n\n1. Vendored libraries must be pure Python--no compiling.\n2. Source code for the libary is included in this d...
.venv\Lib\site-packages\bleach\_vendor\README.rst
README.rst
Other
2,160
0.95
0.032787
0.071429
awesome-app
385
2023-07-16T20:12:16.561664
Apache-2.0
false
3296d3b9a636fad54d8c78f9f53d00a4
html5lib==1.1 \\n --hash=sha256:0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d \\n --hash=sha256:b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f\n
.venv\Lib\site-packages\bleach\_vendor\vendor.txt
vendor.txt
Other
184
0.7
0
0
vue-tools
226
2025-04-01T06:46:44.962293
MIT
false
01556ac939106d78db06982fbec2be46
from __future__ import absolute_import, division, unicode_literals\n\nimport string\n\nEOF = None\n\nE = {\n "null-character":\n "Null character in input stream, replaced with U+FFFD.",\n "invalid-codepoint":\n "Invalid codepoint in stream.",\n "incorrectly-placed-solidus":\n "Solidus (/) ...
.venv\Lib\site-packages\bleach\_vendor\html5lib\constants.py
constants.py
Python
83,464
0.75
0.002376
0.001717
node-utils
513
2023-07-16T21:06:31.714426
BSD-3-Clause
false
3764c67dfeaaa7d1b53aa02ee0d57a38
from __future__ import absolute_import, division, unicode_literals\n\nimport re\nimport warnings\n\nfrom .constants import DataLossWarning\n\nbaseChar = """\n[#x0041-#x005A] | [#x0061-#x007A] | [#x00C0-#x00D6] | [#x00D8-#x00F6] |\n[#x00F8-#x00FF] | [#x0100-#x0131] | [#x0134-#x013E] | [#x0141-#x0148] |\n[#x014A-#x017E] ...
.venv\Lib\site-packages\bleach\_vendor\html5lib\_ihatexml.py
_ihatexml.py
Python
16,728
0.95
0.15917
0.074689
react-lib
962
2025-05-19T21:52:16.823369
Apache-2.0
false
bcd46c53b9c35cf29809f84e96edb11f
from __future__ import absolute_import, division, unicode_literals\n\nfrom . import base\n\nfrom collections import OrderedDict\n\n\ndef _attr_key(attr):\n """Return an appropriate key for an attribute for sorting\n\n Attributes have a namespace that can be either ``None`` or a string. We\n can't compare the t...
.venv\Lib\site-packages\bleach\_vendor\html5lib\filters\alphabeticalattributes.py
alphabeticalattributes.py
Python
919
0.85
0.310345
0
vue-tools
77
2024-06-01T05:04:59.882827
GPL-3.0
false
a65b5511ec9aeaa84c109a9e81532a95
from __future__ import absolute_import, division, unicode_literals\n\n\nclass Filter(object):\n def __init__(self, source):\n self.source = source\n\n def __iter__(self):\n return iter(self.source)\n\n def __getattr__(self, name):\n return getattr(self.source, name)\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\filters\base.py
base.py
Python
286
0.85
0.333333
0
node-utils
762
2024-09-27T23:32:37.248750
BSD-3-Clause
false
171e133cd9c56ba65698eb052cb4c1ca
from __future__ import absolute_import, division, unicode_literals\n\nfrom . import base\n\n\nclass Filter(base.Filter):\n """Injects ``<meta charset=ENCODING>`` tag into head of document"""\n def __init__(self, source, encoding):\n """Creates a Filter\n\n :arg source: the source token stream\n\n ...
.venv\Lib\site-packages\bleach\_vendor\html5lib\filters\inject_meta_charset.py
inject_meta_charset.py
Python
2,945
0.95
0.205479
0.04918
node-utils
7
2024-08-13T02:18:38.922535
GPL-3.0
false
ae9c2e839c8f2cd3f724d77aa710ba7b
from __future__ import absolute_import, division, unicode_literals\n\nfrom . import base\n\n\nclass Filter(base.Filter):\n """Removes optional tags from the token stream"""\n def slider(self):\n previous1 = previous2 = None\n for token in self.source:\n if previous1 is not None:\n ...
.venv\Lib\site-packages\bleach\_vendor\html5lib\filters\optionaltags.py
optionaltags.py
Python
10,588
0.95
0.338164
0.422886
node-utils
338
2025-02-05T11:50:54.970321
GPL-3.0
false
a86748388fdc0548c06d8b3251fbda10
"""Deprecated from html5lib 1.1.\n\nSee `here <https://github.com/html5lib/html5lib-python/issues/443>`_ for\ninformation about its deprecation; `Bleach <https://github.com/mozilla/bleach>`_\nis recommended as a replacement. Please let us know in the aforementioned issue\nif Bleach is unsuitable for your needs.\n\n"""\...
.venv\Lib\site-packages\bleach\_vendor\html5lib\filters\sanitizer.py
sanitizer.py
Python
26,891
0.95
0.05131
0.031178
vue-tools
781
2024-11-05T18:51:58.290725
Apache-2.0
false
887cd2a6f79591a2e2c0a6e224acc61d
from __future__ import absolute_import, division, unicode_literals\n\nimport re\n\nfrom . import base\nfrom ..constants import rcdataElements, spaceCharacters\nspaceCharacters = "".join(spaceCharacters)\n\nSPACES_REGEX = re.compile("[%s]+" % spaceCharacters)\n\n\nclass Filter(base.Filter):\n """Collapses whitespace ...
.venv\Lib\site-packages\bleach\_vendor\html5lib\filters\whitespace.py
whitespace.py
Python
1,214
0.95
0.131579
0.038462
node-utils
393
2023-09-27T20:55:37.349559
Apache-2.0
false
6688eab6822f3bd2797f49474abddd58
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\filters\__pycache__\alphabeticalattributes.cpython-313.pyc
alphabeticalattributes.cpython-313.pyc
Other
1,710
0.95
0.142857
0
awesome-app
780
2024-11-23T10:15:57.275902
BSD-3-Clause
false
c5812e9137b2c886e0695ae280d79ae2
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\filters\__pycache__\base.cpython-313.pyc
base.cpython-313.pyc
Other
1,066
0.95
0
0
react-lib
30
2024-07-21T11:49:17.396614
BSD-3-Clause
false
dc54ec865bbc972195e1cfcb56f35540
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\filters\__pycache__\inject_meta_charset.cpython-313.pyc
inject_meta_charset.cpython-313.pyc
Other
3,066
0.95
0
0
python-kit
225
2023-08-23T23:48:52.896868
GPL-3.0
false
b20e53d3c13c6ec4a858e61d3483fead
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\filters\__pycache__\lint.cpython-313.pyc
lint.cpython-313.pyc
Other
4,400
0.95
0.027027
0
vue-tools
253
2024-08-23T20:17:49.556159
MIT
false
95639eed379605ba066ce6d20433352a
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\filters\__pycache__\optionaltags.cpython-313.pyc
optionaltags.cpython-313.pyc
Other
4,246
0.95
0
0.020833
python-kit
82
2024-09-12T22:37:08.970605
GPL-3.0
false
5138c23a622b4880fcd4adf6fb564934
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\filters\__pycache__\sanitizer.cpython-313.pyc
sanitizer.cpython-313.pyc
Other
28,641
0.95
0.050251
0.016484
awesome-app
419
2025-06-24T08:00:45.028607
GPL-3.0
false
edfe6da071b2f2c9b26f308e065652d0
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\filters\__pycache__\whitespace.cpython-313.pyc
whitespace.cpython-313.pyc
Other
1,977
0.95
0
0.045455
python-kit
560
2024-11-15T12:46:00.572885
GPL-3.0
false
a2b4a6d91e03c3498c20b743b20e7210
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\filters\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
206
0.7
0
0
awesome-app
369
2024-08-30T03:26:53.068700
GPL-3.0
false
0e94c30c838bc81fc199122cb2b2e6e4
from __future__ import absolute_import, division, unicode_literals\n\nfrom genshi.core import QName, Attrs\nfrom genshi.core import START, END, TEXT, COMMENT, DOCTYPE\n\n\ndef to_genshi(walker):\n """Convert a tree to a genshi tree\n\n :arg walker: the treewalker to use to walk the tree to convert it\n\n :retu...
.venv\Lib\site-packages\bleach\_vendor\html5lib\treeadapters\genshi.py
genshi.py
Python
1,715
0.95
0.203704
0
react-lib
958
2024-06-01T01:17:23.550148
Apache-2.0
false
fcc1790559e135bd3f83165546240fb2
from __future__ import absolute_import, division, unicode_literals\n\nfrom xml.sax.xmlreader import AttributesNSImpl\n\nfrom ..constants import adjustForeignAttributes, unadjustForeignAttributes\n\nprefix_mapping = {}\nfor prefix, localName, namespace in adjustForeignAttributes.values():\n if prefix is not None:\n ...
.venv\Lib\site-packages\bleach\_vendor\html5lib\treeadapters\sax.py
sax.py
Python
1,776
0.85
0.16
0
vue-tools
447
2025-05-24T05:40:44.419689
Apache-2.0
false
8b9c528d54d72d0bf26169d9726529fb
"""Tree adapters let you convert from one tree structure to another\n\nExample:\n\n.. code-block:: python\n\n import html5lib\n from html5lib.treeadapters import genshi\n\n doc = '<html><body>Hi!</body></html>'\n treebuilder = html5lib.getTreeBuilder('etree')\n parser = html5lib.HTMLParser(tree=treebuilder)\n...
.venv\Lib\site-packages\bleach\_vendor\html5lib\treeadapters\__init__.py
__init__.py
Python
650
0.95
0.033333
0
vue-tools
673
2023-10-24T07:20:38.468119
BSD-3-Clause
false
a6787e69b8b62f98295e3f4e302aaa76
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\treeadapters\__pycache__\genshi.cpython-313.pyc
genshi.cpython-313.pyc
Other
2,205
0.95
0
0
react-lib
713
2024-04-26T07:10:28.746159
MIT
false
8006f7820c9ebba9497df16454a77e2f
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\treeadapters\__pycache__\sax.cpython-313.pyc
sax.cpython-313.pyc
Other
2,196
0.95
0
0.074074
python-kit
79
2025-01-16T18:11:17.165351
GPL-3.0
false
7e3ad41444557f472e8a6cc00eea0a38
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\treeadapters\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
1,002
0.85
0
0
vue-tools
278
2024-09-19T08:27:27.612128
GPL-3.0
false
e50ccdc491378f6d2829db1c2d2627a8
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\treebuilders\__pycache__\base.cpython-313.pyc
base.cpython-313.pyc
Other
16,198
0.95
0.097902
0.033613
react-lib
696
2024-09-01T17:59:24.572968
Apache-2.0
false
780aeb475971562dc3252d5f494eb094
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\treebuilders\__pycache__\dom.cpython-313.pyc
dom.cpython-313.pyc
Other
15,991
0.95
0
0
awesome-app
970
2023-09-06T23:49:13.757885
BSD-3-Clause
false
fced32e0af07093530f8aa17bc5ee338
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\treebuilders\__pycache__\etree.cpython-313.pyc
etree.cpython-313.pyc
Other
20,590
0.95
0.006849
0
node-utils
498
2025-05-11T10:34:55.282927
MIT
false
da8b8495973f64430fa189dfc794f604
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\treebuilders\__pycache__\etree_lxml.cpython-313.pyc
etree_lxml.cpython-313.pyc
Other
23,108
0.95
0.004902
0.015873
awesome-app
474
2023-07-19T09:23:17.854509
MIT
false
6f10ba6efb6ac1fed943e2d79fd93602
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\treebuilders\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
3,648
0.95
0.283582
0.156863
awesome-app
443
2023-12-16T10:17:09.576264
Apache-2.0
false
ac21680c73987c56a1e0beda41f85f5c
from __future__ import absolute_import, division, unicode_literals\n\nfrom xml.dom import Node\n\nfrom . import base\n\n\nclass TreeWalker(base.NonRecursiveTreeWalker):\n def getNodeDetails(self, node):\n if node.nodeType == Node.DOCUMENT_TYPE_NODE:\n return base.DOCTYPE, node.name, node.publicId, ...
.venv\Lib\site-packages\bleach\_vendor\html5lib\treewalkers\dom.py
dom.py
Python
1,413
0.85
0.186047
0
python-kit
295
2025-05-24T22:10:44.157821
Apache-2.0
false
a2e767cae5605e0cfafc67987e3920bc
from __future__ import absolute_import, division, unicode_literals\n\nfrom collections import OrderedDict\nimport re\n\nfrom bleach.six_shim import string_types\n\nfrom . import base\nfrom .._utils import moduleFactoryFactory\n\ntag_regexp = re.compile("{([^}]*)}(.*)")\n\n\ndef getETreeBuilder(ElementTreeImplementation...
.venv\Lib\site-packages\bleach\_vendor\html5lib\treewalkers\etree.py
etree.py
Python
4,551
0.95
0.19084
0.009434
react-lib
632
2024-06-22T18:44:49.262296
Apache-2.0
false
d35c5a77ea2952b103b8208b18253412
from __future__ import absolute_import, division, unicode_literals\nfrom bleach.six_shim import text_type\n\nfrom collections import OrderedDict\n\nfrom lxml import etree\nfrom ..treebuilders.etree import tag_regexp\n\nfrom . import base\n\nfrom .. import _ihatexml\n\n\ndef ensure_str(s):\n if s is None:\n re...
.venv\Lib\site-packages\bleach\_vendor\html5lib\treewalkers\etree_lxml.py
etree_lxml.py
Python
6,357
0.95
0.237209
0.029762
react-lib
510
2024-11-24T05:51:58.176910
GPL-3.0
false
c29bab46f860da03be5592061149f5f8
from __future__ import absolute_import, division, unicode_literals\n\nfrom genshi.core import QName\nfrom genshi.core import START, END, XML_NAMESPACE, DOCTYPE, TEXT\nfrom genshi.core import START_NS, END_NS, START_CDATA, END_CDATA, PI, COMMENT\n\nfrom . import base\n\nfrom ..constants import voidElements, namespaces\n...
.venv\Lib\site-packages\bleach\_vendor\html5lib\treewalkers\genshi.py
genshi.py
Python
2,309
0.95
0.217391
0.036364
awesome-app
876
2025-04-02T10:16:46.764872
Apache-2.0
false
063ddcc9ecb565245453627265f44641
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\treewalkers\__pycache__\base.cpython-313.pyc
base.cpython-313.pyc
Other
8,460
0.95
0
0
awesome-app
872
2025-03-29T22:20:21.830420
MIT
false
99c7416ff77e7864f765c839834fdece
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\treewalkers\__pycache__\dom.cpython-313.pyc
dom.cpython-313.pyc
Other
3,079
0.95
0
0
python-kit
246
2025-03-17T08:04:50.065392
Apache-2.0
false
e2032ba991b93973a133c0041f91bc92
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\treewalkers\__pycache__\etree.cpython-313.pyc
etree.cpython-313.pyc
Other
5,651
0.95
0.027027
0
python-kit
738
2024-02-10T18:52:55.757183
GPL-3.0
false
f8c915bae569e9f7d5fc411534b7a631
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\treewalkers\__pycache__\etree_lxml.cpython-313.pyc
etree_lxml.cpython-313.pyc
Other
11,085
0.95
0
0.046875
node-utils
316
2024-07-04T20:36:41.510571
Apache-2.0
false
722abd65347dac040d1f075d52dc7281
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\treewalkers\__pycache__\genshi.cpython-313.pyc
genshi.cpython-313.pyc
Other
3,117
0.95
0
0
node-utils
34
2025-04-25T03:27:15.720225
MIT
false
698a12deaf532edd5f55247e473b36b6
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\treewalkers\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
5,754
0.95
0.101124
0.052632
vue-tools
378
2024-01-14T17:34:21.014458
BSD-3-Clause
false
a10191d50e0e488f94d904b831dde93a
from __future__ import absolute_import, division, unicode_literals\nfrom bleach.six_shim import text_type\n\nfrom bisect import bisect_left\n\nfrom ._base import Trie as ABCTrie\n\n\nclass Trie(ABCTrie):\n def __init__(self, data):\n if not all(isinstance(x, text_type) for x in data.keys()):\n rais...
.venv\Lib\site-packages\bleach\_vendor\html5lib\_trie\py.py
py.py
Python
1,775
0.85
0.253731
0
react-lib
552
2023-07-14T18:36:13.143852
Apache-2.0
false
cfa714bef89e22e3a8d8b074c7567047
from __future__ import absolute_import, division, unicode_literals\n\ntry:\n from collections.abc import Mapping\nexcept ImportError: # Python 2.7\n from collections import Mapping\n\n\nclass Trie(Mapping):\n """Abstract base class for tries"""\n\n def keys(self, prefix=None):\n # pylint:disable=arg...
.venv\Lib\site-packages\bleach\_vendor\html5lib\_trie\_base.py
_base.py
Python
1,013
0.95
0.4
0.035714
react-lib
368
2025-04-14T23:42:32.314048
BSD-3-Clause
false
80641168d1a81191f71f7b52ad766e4d
from __future__ import absolute_import, division, unicode_literals\n\nfrom .py import Trie\n\n__all__ = ["Trie"]\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\_trie\__init__.py
__init__.py
Python
109
0.85
0
0
react-lib
883
2024-12-20T11:56:24.960863
GPL-3.0
false
fd435dcbe13ff2bcfc45ee6e4e7e8ffd
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\_trie\__pycache__\py.cpython-313.pyc
py.cpython-313.pyc
Other
3,799
0.95
0
0
node-utils
582
2024-10-09T06:33:45.761284
MIT
false
5f2ada9c71b8c8ba4799f5f887f786a0
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\_trie\__pycache__\_base.cpython-313.pyc
_base.cpython-313.pyc
Other
2,062
0.95
0.166667
0
python-kit
911
2024-09-09T09:53:08.042777
Apache-2.0
false
b494abdbea085314e5f434891c0fcbbc
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\_trie\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
370
0.85
0
0
react-lib
794
2024-04-02T23:47:02.994936
MIT
false
5d010a759b6670fc5c9a04817e33e2f6
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\__pycache__\serializer.cpython-313.pyc
serializer.cpython-313.pyc
Other
15,904
0.95
0.02
0.006711
python-kit
627
2025-04-29T00:55:27.716532
BSD-3-Clause
false
80db81f3197d879663405fe93f4efaf8
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\__pycache__\_ihatexml.cpython-313.pyc
_ihatexml.cpython-313.pyc
Other
17,957
0.95
0
0.092105
react-lib
351
2024-09-11T00:34:22.718625
BSD-3-Clause
false
77cacdeece07f10b0247d6ad5c3b35c4
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\__pycache__\_inputstream.cpython-313.pyc
_inputstream.cpython-313.pyc
Other
36,060
0.95
0.043651
0.004255
awesome-app
761
2024-01-25T17:30:56.180718
GPL-3.0
false
f9dc37b05156b8b9738be3dc049b0494
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\__pycache__\_tokenizer.cpython-313.pyc
_tokenizer.cpython-313.pyc
Other
88,265
0.75
0.007643
0.003856
vue-tools
299
2024-08-15T12:58:33.005683
GPL-3.0
false
88ccebf46673920cdcbd22bff76d69c1
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\__pycache__\_utils.cpython-313.pyc
_utils.cpython-313.pyc
Other
6,865
0.95
0
0
awesome-app
717
2023-09-16T12:56:18.521771
BSD-3-Clause
false
3521996e8f1734a0a6a746a0068a7a02
\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
1,320
0.95
0.029412
0.206897
vue-tools
273
2023-08-15T11:47:29.357083
MIT
false
6fa7c8d0301f826a652b6c6a61e2e101
Credits\n=======\n\n``html5lib`` is written and maintained by:\n\n- James Graham\n- Sam Sneddon\n- Łukasz Langa\n- Will Kahn-Greene\n\n\nPatches and suggestions\n-----------------------\n(In chronological order, by first commit:)\n\n- Anne van Kesteren\n- Lachlan Hunt\n- lantis63\n- Sam Ruby\n- Thomas Broyer\n- Tim Fle...
.venv\Lib\site-packages\bleach\_vendor\html5lib-1.1.dist-info\AUTHORS.rst
AUTHORS.rst
Other
983
0.7
0
0
vue-tools
10
2024-11-24T08:25:47.454667
BSD-3-Clause
false
390dde5ba019cdf3e3c3fb65414e5c4a
pip\n
.venv\Lib\site-packages\bleach\_vendor\html5lib-1.1.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
python-kit
621
2024-03-17T15:20:58.388353
BSD-3-Clause
false
365c9bfeb7d89244f2ce01c1de44cb85
Copyright (c) 2006-2013 James Graham 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 limitation the rights to use, copy, modify, ...
.venv\Lib\site-packages\bleach\_vendor\html5lib-1.1.dist-info\LICENSE
LICENSE
Other
1,084
0.7
0
0
react-lib
410
2024-07-09T14:01:08.418397
GPL-3.0
false
1ba5ada9e6fead1fdc32f43c9f10ba7c
Metadata-Version: 2.1\nName: html5lib\nVersion: 1.1\nSummary: HTML parser based on the WHATWG HTML specification\nHome-page: https://github.com/html5lib/html5lib-python\nMaintainer: James Graham\nMaintainer-email: james@hoppipolla.co.uk\nLicense: MIT License\nPlatform: UNKNOWN\nClassifier: Development Status :: 5 - Pro...
.venv\Lib\site-packages\bleach\_vendor\html5lib-1.1.dist-info\METADATA
METADATA
Other
16,076
0.95
0.04529
0.210959
node-utils
112
2024-10-27T01:54:50.131568
MIT
false
89639eec5345482f8507f341cbfbc36d
html5lib-1.1.dist-info/AUTHORS.rst,sha256=DrNAMifoDpuQyJn-KW-H6K8Tt2a5rKnV2UF4-DRrGUI,983\nhtml5lib-1.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\nhtml5lib-1.1.dist-info/LICENSE,sha256=FqOZkWGekvGGgJMtoqkZn999ld8-yu3FLqBiGKq6_W8,1084\nhtml5lib-1.1.dist-info/METADATA,sha256=Y3w-nd_22HQnQRy...
.venv\Lib\site-packages\bleach\_vendor\html5lib-1.1.dist-info\RECORD
RECORD
Other
3,486
0.7
0
0
python-kit
9
2024-01-17T12:13:17.501368
GPL-3.0
false
0d2c1d3a4cde105c9eccc7cd8d46a542
html5lib\n
.venv\Lib\site-packages\bleach\_vendor\html5lib-1.1.dist-info\top_level.txt
top_level.txt
Other
9
0.5
0
0
node-utils
866
2023-10-27T09:33:00.646309
GPL-3.0
false
d698a761bfd3ab83931c3534520141a2
Wheel-Version: 1.0\nGenerator: bdist_wheel (0.34.2)\nRoot-Is-Purelib: true\nTag: py2-none-any\nTag: py3-none-any\n\n
.venv\Lib\site-packages\bleach\_vendor\html5lib-1.1.dist-info\WHEEL
WHEEL
Other
110
0.7
0
0
react-lib
531
2024-10-06T02:54:27.836160
GPL-3.0
false
d2a91f104288b412dbc67b54de94e3ac
\n\n
.venv\Lib\site-packages\bleach\_vendor\__pycache__\parse.cpython-313.pyc
parse.cpython-313.pyc
Other
43,642
0.95
0.074236
0.007335
node-utils
553
2024-08-25T15:18:30.949250
GPL-3.0
false
a3819b45ac109167eaae3fe8a582fab8
\n\n
.venv\Lib\site-packages\bleach\_vendor\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
189
0.7
0
0
awesome-app
819
2025-06-28T21:49:14.626835
BSD-3-Clause
false
4f2d4a5f79c45cbbdcfe0ad367a51338
\n\n
.venv\Lib\site-packages\bleach\__pycache__\callbacks.cpython-313.pyc
callbacks.cpython-313.pyc
Other
1,313
0.8
0.111111
0
react-lib
158
2023-10-07T19:57:08.290340
Apache-2.0
false
2b7ae0e07ef5f35e4bf284b5e89b91d2
\n\n
.venv\Lib\site-packages\bleach\__pycache__\css_sanitizer.cpython-313.pyc
css_sanitizer.cpython-313.pyc
Other
2,496
0.8
0
0
vue-tools
623
2024-06-04T01:22:18.887084
GPL-3.0
false
4f5cac5db5bb988f7c8c498cc024e1be
\n\n
.venv\Lib\site-packages\bleach\__pycache__\html5lib_shim.cpython-313.pyc
html5lib_shim.cpython-313.pyc
Other
19,194
0.8
0.026882
0
vue-tools
376
2024-12-30T01:53:40.940895
BSD-3-Clause
false
5cc5929977c44dd3a4094fc998acb88c
\n\n
.venv\Lib\site-packages\bleach\__pycache__\linkifier.cpython-313.pyc
linkifier.cpython-313.pyc
Other
18,307
0.95
0.028455
0.026455
node-utils
101
2025-03-20T17:38:43.079238
BSD-3-Clause
false
ae039499f85ef33e8c468accd3859dc7
\n\n
.venv\Lib\site-packages\bleach\__pycache__\parse_shim.cpython-313.pyc
parse_shim.cpython-313.pyc
Other
239
0.7
0
0
vue-tools
534
2025-05-19T20:35:24.780221
BSD-3-Clause
false
1aa81fe5797a91f5b42a2974fedd1988
\n\n
.venv\Lib\site-packages\bleach\__pycache__\sanitizer.cpython-313.pyc
sanitizer.cpython-313.pyc
Other
17,908
0.95
0.060345
0
python-kit
522
2023-08-11T20:38:05.210869
MIT
false
51c0d2b7b2c43dc5ec513bb6bc0f9560
\n\n
.venv\Lib\site-packages\bleach\__pycache__\six_shim.cpython-313.pyc
six_shim.cpython-313.pyc
Other
646
0.7
0.333333
0
python-kit
604
2024-12-29T17:07:55.818891
MIT
false
ffc943fe5bc69a172f4679ba7730ab7a
\n\n
.venv\Lib\site-packages\bleach\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
3,655
0.95
0.112245
0
node-utils
102
2024-12-10T12:31:16.798763
Apache-2.0
false
f95ce293c32e099362ad752cf8f1c863
pip\n
.venv\Lib\site-packages\bleach-6.2.0.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
vue-tools
480
2023-09-14T09:05:57.849532
Apache-2.0
false
365c9bfeb7d89244f2ce01c1de44cb85
Copyright (c) 2014-2017, Mozilla Foundation\n\nLicensed under the Apache License, Version 2.0 (the "License");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in...
.venv\Lib\site-packages\bleach-6.2.0.dist-info\LICENSE
LICENSE
Other
569
0.95
0.076923
0
awesome-app
131
2024-06-05T22:44:12.154110
BSD-3-Clause
false
adea50d072dac455e5a50a518e2d01aa
Metadata-Version: 2.1\nName: bleach\nVersion: 6.2.0\nSummary: An easy safelist-based HTML-sanitizing tool.\nHome-page: https://github.com/mozilla/bleach\nMaintainer: Will Kahn-Greene\nMaintainer-email: willkg@mozilla.com\nLicense: Apache Software License\nClassifier: Development Status :: 5 - Production/Stable\nClassif...
.venv\Lib\site-packages\bleach-6.2.0.dist-info\METADATA
METADATA
Other
30,774
0.95
0.042722
0.413978
awesome-app
404
2023-10-14T23:07:38.588616
GPL-3.0
false
beaaa132d6c825bb65cad42dcf365e52
bleach-6.2.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\nbleach-6.2.0.dist-info/LICENSE,sha256=vsIjjBSaYyuPsmgT9oes6rq4AyfzJwdpwsFhV4g9MTA,569\nbleach-6.2.0.dist-info/METADATA,sha256=mnXcN317OOMalmF3_BsKK_6pjezoghNxZxvKw2Xu9ik,30774\nbleach-6.2.0.dist-info/RECORD,,\nbleach-6.2.0.dist-info/...
.venv\Lib\site-packages\bleach-6.2.0.dist-info\RECORD
RECORD
Other
8,620
0.7
0
0
python-kit
223
2024-06-13T08:26:58.318676
Apache-2.0
false
518f9a18be9bd0b9f135eb9253ca3d7a
bleach\n
.venv\Lib\site-packages\bleach-6.2.0.dist-info\top_level.txt
top_level.txt
Other
7
0.5
0
0
awesome-app
364
2024-09-11T01:35:31.447754
BSD-3-Clause
false
2126047f7c1ee8b48fe583b1724cf40e
Wheel-Version: 1.0\nGenerator: setuptools (75.3.0)\nRoot-Is-Purelib: true\nTag: py3-none-any\n\n
.venv\Lib\site-packages\bleach-6.2.0.dist-info\WHEEL
WHEEL
Other
91
0.5
0
0
vue-tools
401
2024-01-15T00:36:48.615648
MIT
false
07948cf26a7f748573bce1e66281c24a
"""Integration code for CSS selectors using `Soup Sieve <https://facelessuser.github.io/soupsieve/>`_ (pypi: ``soupsieve``).\n\nAcquire a `CSS` object through the `element.Tag.css` attribute of\nthe starting point of your CSS selector, or (if you want to run a\nselector against the entire document) of the `BeautifulSou...
.venv\Lib\site-packages\bs4\css.py
css.py
Python
12,685
0.95
0.133136
0.040146
node-utils
67
2024-10-11T18:40:10.771595
BSD-3-Clause
false
2c08f74633aff822af1b01a2bbfc0535
"""Diagnostic functions, mainly for use when doing tech support."""\n\n# Use of this source code is governed by the MIT license.\n__license__ = "MIT"\n\nimport cProfile\nfrom io import BytesIO\nfrom html.parser import HTMLParser\nimport bs4\nfrom bs4 import BeautifulSoup, __version__\nfrom bs4.builder import builder_re...
.venv\Lib\site-packages\bs4\diagnose.py
diagnose.py
Python
7,832
0.95
0.171642
0.024155
node-utils
982
2025-01-16T08:45:02.879118
BSD-3-Clause
false
194f6204a56ac3dda430430570812bf0
"""Exceptions defined by Beautiful Soup itself."""\n\nfrom typing import Union\n\n\nclass StopParsing(Exception):\n """Exception raised by a TreeBuilder if it's unable to continue parsing."""\n\n\nclass FeatureNotFound(ValueError):\n """Exception raised by the BeautifulSoup constructor if no parser with the\n ...
.venv\Lib\site-packages\bs4\exceptions.py
exceptions.py
Python
951
0.85
0.25
0
python-kit
637
2024-10-21T05:40:20.099391
GPL-3.0
false
7ae31b46f2d35cc31470378c0f517a06
from __future__ import annotations\nfrom collections import defaultdict\nimport re\nfrom typing import (\n Any,\n Callable,\n cast,\n Dict,\n Iterator,\n Iterable,\n List,\n Optional,\n Sequence,\n Type,\n Union,\n)\nimport warnings\n\nfrom bs4._deprecation import _deprecated\nfrom bs4....
.venv\Lib\site-packages\bs4\filter.py
filter.py
Python
29,031
0.95
0.263505
0.140867
node-utils
213
2024-04-07T12:14:55.781477
GPL-3.0
false
a758e16d1c6b58ab438d6d7867291c20
from __future__ import annotations\nfrom typing import Callable, Dict, Iterable, Optional, Set, Tuple, TYPE_CHECKING, Union\nfrom typing_extensions import TypeAlias\nfrom bs4.dammit import EntitySubstitution\n\nif TYPE_CHECKING:\n from bs4._typing import _AttributeValue\n\n\nclass Formatter(EntitySubstitution):\n ...
.venv\Lib\site-packages\bs4\formatter.py
formatter.py
Python
10,464
0.95
0.115942
0.120172
awesome-app
97
2024-04-26T03:28:20.133452
GPL-3.0
false
b61123810de88956ab611f4b3f3c973b
"""Helper functions for deprecation.\n\nThis interface is itself unstable and may change without warning. Do\nnot use these functions yourself, even as a joke. The underscores are\nthere for a reason. No support will be given.\n\nIn particular, most of this will go away without warning once\nBeautiful Soup drops suppor...
.venv\Lib\site-packages\bs4\_deprecation.py
_deprecation.py
Python
2,394
0.95
0.15
0
react-lib
886
2024-09-23T02:40:29.824147
MIT
false
4da8f38ca938f4343e7ffd218bc21ef1
# Custom type aliases used throughout Beautiful Soup to improve readability.\n\n# Notes on improvements to the type system in newer versions of Python\n# that can be used once Beautiful Soup drops support for older\n# versions:\n#\n# * ClassVar can be put on class variables now.\n# * In 3.10, x|y is an accepted shortha...
.venv\Lib\site-packages\bs4\_typing.py
_typing.py
Python
7,118
0.95
0.147959
0.55414
vue-tools
617
2024-04-16T17:34:38.674807
GPL-3.0
false
2122e5cf1878031c59b1eca9e8a7de40
"""Define some custom warnings."""\n\n\nclass GuessedAtParserWarning(UserWarning):\n """The warning issued when BeautifulSoup has to guess what parser to\n use -- probably because no parser was specified in the constructor.\n """\n\n MESSAGE: str = """No parser was explicitly specified, so I'm using the bes...
.venv\Lib\site-packages\bs4\_warnings.py
_warnings.py
Python
4,711
0.95
0.112245
0.015152
node-utils
875
2024-08-13T02:30:35.172673
GPL-3.0
false
d9497901b1edac1294e0f5b30162f8e3
"""Beautiful Soup Elixir and Tonic - "The Screen-Scraper's Friend".\n\nhttp://www.crummy.com/software/BeautifulSoup/\n\nBeautiful Soup uses a pluggable XML or HTML parser to parse a\n(possibly invalid) document into a tree representation. Beautiful Soup\nprovides methods and Pythonic idioms that make it easy to navigat...
.venv\Lib\site-packages\bs4\__init__.py
__init__.py
Python
44,212
0.95
0.149573
0.132094
python-kit
663
2025-01-10T04:48:35.091799
GPL-3.0
false
9a2b558946f12b27e0e06b0166e234c3
# encoding: utf-8\n"""Use the HTMLParser library to parse HTML files that aren't too bad."""\nfrom __future__ import annotations\n\n# Use of this source code is governed by the MIT license.\n__license__ = "MIT"\n\n__all__ = [\n "HTMLParserTreeBuilder",\n]\n\nfrom html.parser import HTMLParser\n\nfrom typing import (...
.venv\Lib\site-packages\bs4\builder\_htmlparser.py
_htmlparser.py
Python
17,872
0.95
0.139241
0.242718
vue-tools
707
2024-09-13T14:31:18.985027
MIT
false
fbf36372ab1dcfdd0303edb99f13b831
# encoding: utf-8\nfrom __future__ import annotations\n\n# Use of this source code is governed by the MIT license.\n__license__ = "MIT"\n\n__all__ = [\n "LXMLTreeBuilderForXML",\n "LXMLTreeBuilder",\n]\n\n\nfrom typing import (\n Any,\n Dict,\n Iterable,\n List,\n Optional,\n Set,\n Tuple,\n ...
.venv\Lib\site-packages\bs4\builder\_lxml.py
_lxml.py
Python
18,545
0.95
0.167006
0.207229
python-kit
219
2025-05-27T02:02:25.155321
BSD-3-Clause
false
509a86bd9fa73bce275fd46977ed25f7