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\IPython\testing\plugin\__pycache__\simplevars.cpython-313.pyc
simplevars.cpython-313.pyc
Other
255
0.7
0
0
vue-tools
675
2025-07-04T01:29:08.471787
GPL-3.0
true
b82251c1203e2f1e4c18b0126ac0f29f
\n\n
.venv\Lib\site-packages\IPython\testing\plugin\__pycache__\test_ipdoctest.cpython-313.pyc
test_ipdoctest.cpython-313.pyc
Other
2,279
0.95
0.098765
0
vue-tools
451
2023-09-05T10:44:03.645377
Apache-2.0
true
33b8ddadc76dbae05922958e38271159
\n\n
.venv\Lib\site-packages\IPython\testing\plugin\__pycache__\test_refs.cpython-313.pyc
test_refs.cpython-313.pyc
Other
1,035
0.8
0.090909
0
awesome-app
722
2024-12-14T09:58:36.773329
Apache-2.0
true
2f555a5df4ab8f6a6ff3c4de1df2853b
\n\n
.venv\Lib\site-packages\IPython\testing\plugin\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
197
0.7
0
0
node-utils
152
2024-08-31T16:57:50.084479
MIT
true
46f684cb68150124a6ff1037918648bd
\n\n
.venv\Lib\site-packages\IPython\testing\__pycache__\decorators.cpython-313.pyc
decorators.cpython-313.pyc
Other
4,914
0.95
0.1625
0
python-kit
114
2024-10-05T09:09:35.258250
Apache-2.0
true
2f63d0cf8f4da0d8794411d068b219c6
\n\n
.venv\Lib\site-packages\IPython\testing\__pycache__\globalipapp.cpython-313.pyc
globalipapp.cpython-313.pyc
Other
3,879
0.8
0.04918
0.035088
python-kit
177
2024-11-21T19:31:55.387004
MIT
true
07d24ede2ddb39b0ab1456d7a636d0ce
\n\n
.venv\Lib\site-packages\IPython\testing\__pycache__\ipunittest.cpython-313.pyc
ipunittest.cpython-313.pyc
Other
7,470
0.95
0.117021
0
react-lib
935
2025-04-30T08:05:17.618313
MIT
true
9094937a1af68a6847ed83d15a580c6f
\n\n
.venv\Lib\site-packages\IPython\testing\__pycache__\skipdoctest.cpython-313.pyc
skipdoctest.cpython-313.pyc
Other
886
0.85
0.461538
0
react-lib
582
2025-01-23T15:31:41.212735
BSD-3-Clause
true
fdd65984135a62c0537dc9948300a478
\n\n
.venv\Lib\site-packages\IPython\testing\__pycache__\tools.cpython-313.pyc
tools.cpython-313.pyc
Other
17,053
0.95
0.07265
0.005051
python-kit
775
2025-05-05T08:21:41.560092
GPL-3.0
true
74a51991d23a89d0ab2485a9bde6c4ea
\n\n
.venv\Lib\site-packages\IPython\testing\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
414
0.7
0
0
node-utils
711
2024-09-27T06:46:51.927599
GPL-3.0
true
77294f46f6ef5c9ef988204c93b221ab
# Deprecated/should be removed, but we break older version of ipyparallel\n# https://github.com/ipython/ipyparallel/pull/924\n\n\n# minimal subset of TermColors, removed from IPython\n# not for public consumption, beyond ipyparallel.\nclass TermColors:\n Normal = "\033[0m"\n Red = "\033[0;31m"\n
.venv\Lib\site-packages\IPython\utils\coloransi.py
coloransi.py
Python
293
0.95
0.222222
0.571429
react-lib
343
2024-08-22T02:31:28.096730
MIT
false
121ddf642eb072a35a2623d4141ba918
# encoding: utf-8\n"""Miscellaneous context managers."""\n\nimport warnings\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n\nclass preserve_keys:\n """Preserve a set of keys in a dictionary.\n\n Upon entering the context manager the current values of th...
.venv\Lib\site-packages\IPython\utils\contexts.py
contexts.py
Python
1,610
0.95
0.116667
0.085106
python-kit
841
2024-02-19T17:22:24.811513
MIT
false
993e066a8f5ed2bd3875ce98ec7b13be
# encoding: utf-8\n"""Utilities for working with data structures like lists, dicts and tuples.\n"""\n\n#-----------------------------------------------------------------------------\n# Copyright (C) 2008-2011 The IPython Development Team\n#\n# Distributed under the terms of the BSD License. The full license is in\n...
.venv\Lib\site-packages\IPython\utils\data.py
data.py
Python
1,015
0.95
0.266667
0.333333
python-kit
982
2024-08-04T00:46:12.438070
BSD-3-Clause
false
6d3fe82ead2841f84eaf3d631bdf702a
# encoding: utf-8\n"""Decorators that don't go anywhere else.\n\nThis module contains misc. decorators that don't really go with another module\nin :mod:`IPython.utils`. Before putting something here please see if it should\ngo into another topical module in :mod:`IPython.utils`.\n"""\n\n#------------------------------...
.venv\Lib\site-packages\IPython\utils\decorators.py
decorators.py
Python
2,680
0.95
0.216867
0.225806
react-lib
556
2024-08-08T17:13:48.680838
MIT
false
6f33a3c5c10ac47334f2cdcf7b00ec6d
# encoding: utf-8\n"""A fancy version of Python's builtin :func:`dir` function."""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport inspect\nimport types\n\n\ndef safe_hasattr(obj, attr):\n """In recent versions of Python, hasattr() only catches Attri...
.venv\Lib\site-packages\IPython\utils\dir2.py
dir2.py
Python
2,231
0.95
0.228916
0.147541
vue-tools
289
2024-06-02T21:38:23.238865
BSD-3-Clause
false
44f6979d17dc70bcbb89d27d9550ba08
import os\n\nGENERATING_DOCUMENTATION = os.environ.get("IN_SPHINX_RUN", None) == "True"\n
.venv\Lib\site-packages\IPython\utils\docs.py
docs.py
Python
86
0.65
0
0
python-kit
200
2024-06-05T09:07:26.901852
Apache-2.0
false
a9a567bf98c0643a601ebe169fd56999
# coding: utf-8\n"""\nUtilities for dealing with text encodings\n"""\n\n# -----------------------------------------------------------------------------\n# Copyright (C) 2008-2012 The IPython Development Team\n#\n# Distributed under the terms of the BSD License. The full license is in\n# the file COPYING, distribut...
.venv\Lib\site-packages\IPython\utils\encoding.py
encoding.py
Python
3,332
0.95
0.235955
0.263158
node-utils
480
2025-04-15T14:10:36.905669
GPL-3.0
false
1c27852d0284cc5bb9f3586942743334
from warnings import warn\n\nwarn("IPython.utils.eventful has moved to traitlets.eventful", stacklevel=2)\n\nfrom traitlets.eventful import *\n
.venv\Lib\site-packages\IPython\utils\eventful.py
eventful.py
Python
138
0.85
0
0
python-kit
263
2024-10-07T17:12:49.772073
BSD-3-Clause
false
4cf4dae5f0d721032fc8f69fd6e6eed9
# encoding: utf-8\n"""Generic functions for extending IPython."""\n\nfrom IPython.core.error import TryNext\nfrom functools import singledispatch\n\n\n@singledispatch\ndef inspect_object(obj):\n """Called when you do obj?"""\n raise TryNext\n\n\n@singledispatch\ndef complete_object(obj, prev_completions):\n ""...
.venv\Lib\site-packages\IPython\utils\generics.py
generics.py
Python
705
0.95
0.142857
0.045455
node-utils
255
2025-02-20T09:57:28.920445
GPL-3.0
false
98175d9d1aeff3041fda361e1b813913
# encoding: utf-8\n"""\nA simple utility to import something by its string name.\n"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n\ndef import_item(name):\n """Import and return ``bar`` given the string ``foo.bar``.\n\n Calling ``bar = import_item("f...
.venv\Lib\site-packages\IPython\utils\importstring.py
importstring.py
Python
1,046
0.95
0.076923
0.15625
vue-tools
587
2024-10-26T09:15:54.132582
BSD-3-Clause
false
7ae4db4a318588695a72a9e6ff9f627a
# encoding: utf-8\n"""A dict subclass that supports attribute style access.\n\nAuthors:\n\n* Fernando Perez (original)\n* Brian Granger (refactoring to a dict subclass)\n"""\n\n#-----------------------------------------------------------------------------\n# Copyright (C) 2008-2011 The IPython Development Team\n#\n# ...
.venv\Lib\site-packages\IPython\utils\ipstruct.py
ipstruct.py
Python
11,856
0.95
0.153034
0.11041
node-utils
158
2024-02-22T06:01:53.040117
MIT
false
4ba2cb6559044006c459e9e58322935e
from warnings import warn\n\nwarn("IPython.utils.jsonutil has moved to jupyter_client.jsonutil", stacklevel=2)\n\nfrom jupyter_client.jsonutil import *\n
.venv\Lib\site-packages\IPython\utils\jsonutil.py
jsonutil.py
Python
148
0.85
0
0
vue-tools
495
2023-08-18T13:19:52.696285
GPL-3.0
false
e0f42149ac70ba807ff20a614e919862
from warnings import warn\n\nwarn("IPython.utils.log has moved to traitlets.log", stacklevel=2)\n\nfrom traitlets.log import *\n
.venv\Lib\site-packages\IPython\utils\log.py
log.py
Python
123
0.85
0
0
node-utils
46
2024-12-04T17:03:53.222909
MIT
false
db43ac6cba825d9f5789b3746a7d090c
"""Utility functions for finding modules\n\nUtility functions for finding modules on sys.path.\n\n"""\n#-----------------------------------------------------------------------------\n# Copyright (c) 2011, the IPython Development Team.\n#\n# Distributed under the terms of the Modified BSD License.\n#\n# The full license...
.venv\Lib\site-packages\IPython\utils\module_paths.py
module_paths.py
Python
2,327
0.95
0.083333
0.482143
vue-tools
398
2024-01-09T12:19:12.544720
BSD-3-Clause
false
14d45acd799c8e93415f2200d4a96ab5
"""\nTools to open .py files as Unicode, using the encoding specified within the file,\nas per PEP 263.\n\nMuch of the code is taken from the tokenize module in Python 3.2.\n"""\n\nimport io\nfrom io import TextIOWrapper, BytesIO\nfrom pathlib import Path\nimport re\nfrom tokenize import open, detect_encoding\n\ncookie...
.venv\Lib\site-packages\IPython\utils\openpy.py
openpy.py
Python
3,396
0.95
0.163462
0.010989
node-utils
891
2025-03-22T01:01:19.647103
MIT
false
2c63a47bca552cf49769f0906bb6e471
# encoding: utf-8\n"""\nUtilities for path handling.\n"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nimport os\nimport sys\nimport errno\nimport shutil\nimport random\nimport glob\nimport warnings\n\nfrom IPython.utils.process import system\n\n#----------...
.venv\Lib\site-packages\IPython\utils\path.py
path.py
Python
10,902
0.95
0.223164
0.098182
react-lib
284
2025-06-21T05:47:15.042619
Apache-2.0
false
57964977cf862d9ef9052e9cc4070088
# encoding: utf-8\n"""\nUtilities for working with external processes.\n"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n\nimport os\nimport shutil\nimport sys\n\nif sys.platform == 'win32':\n from ._process_win32 import system, getoutput, arg_split, che...
.venv\Lib\site-packages\IPython\utils\process.py
process.py
Python
1,990
0.95
0.169014
0.056604
vue-tools
388
2025-04-30T00:38:53.924879
MIT
false
400ec9821790378fb292cd6be3792277
"""Sentinel class for constants with useful reprs"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n\nclass Sentinel:\n def __init__(self, name, module, docstring=None):\n self.name = name\n self.module = module\n if docstring:\n ...
.venv\Lib\site-packages\IPython\utils\sentinel.py
sentinel.py
Python
415
0.95
0.4
0.181818
vue-tools
566
2024-03-01T16:13:02.782667
MIT
false
3709aa7e46790967fcd66fd0cc185058
"""String dispatch class to match regexps and dispatch commands.\n"""\n\n# Stdlib imports\nimport re\n\n# Our own modules\nfrom IPython.core.hooks import CommandChainDispatcher\n\n# Code begins\nclass StrDispatch:\n """Dispatch (lookup) a set of strings / regexps for match.\n\n Example:\n\n >>> dis = StrDispat...
.venv\Lib\site-packages\IPython\utils\strdispatch.py
strdispatch.py
Python
1,832
0.95
0.279412
0.075472
react-lib
299
2025-06-20T01:15:00.370761
MIT
false
6cbcb819f891b1e250da6e96183f6f17
import sys\nimport warnings\n\n\nclass prepended_to_syspath:\n """A context for prepending a directory to sys.path for a second."""\n\n def __init__(self, dir):\n self.dir = dir\n\n def __enter__(self):\n if self.dir not in sys.path:\n sys.path.insert(0, self.dir)\n self.add...
.venv\Lib\site-packages\IPython\utils\syspathcontext.py
syspathcontext.py
Python
631
0.95
0.36
0.05
react-lib
321
2024-01-10T14:51:22.252108
BSD-3-Clause
false
d59e8fdce427424dfab770ae8261295b
"""This module contains classes - NamedFileInTemporaryDirectory, TemporaryWorkingDirectory.\n\nThese classes add extra features such as creating a named file in temporary directory and\ncreating a context manager for the working directory which is also temporary.\n"""\n\nimport os as _os\nfrom pathlib import Path\nfrom...
.venv\Lib\site-packages\IPython\utils\tempdir.py
tempdir.py
Python
1,852
0.85
0.169492
0
awesome-app
769
2024-11-14T12:08:54.321974
GPL-3.0
false
3dd35cc35804b6ab200fdec01f808e2c
# encoding: utf-8\n"""\nUtilities for timing code execution.\n"""\n\n#-----------------------------------------------------------------------------\n# Copyright (C) 2008-2011 The IPython Development Team\n#\n# Distributed under the terms of the BSD License. The full license is in\n# the file COPYING, distributed a...
.venv\Lib\site-packages\IPython\utils\timing.py
timing.py
Python
4,275
0.95
0.170732
0.191011
python-kit
914
2025-01-19T12:27:46.133907
MIT
false
cc0a53daa19b148a2d0dd834e359a447
"""Token-related utilities"""\n\n# Copyright (c) IPython Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport itertools\nimport tokenize\nfrom io import StringIO\nfrom keyword import iskeyword\nfrom tokenize import TokenInfo\nfrom typing import Gene...
.venv\Lib\site-packages\IPython\utils\tokenutil.py
tokenutil.py
Python
6,552
0.95
0.231156
0.137931
node-utils
594
2025-03-18T21:54:13.259074
BSD-3-Clause
false
fd7c6aefaed3ced17a5af39a931cb9a3
# GENERATED BY setup.py\ncommit = "67f7d8b8b"\n
.venv\Lib\site-packages\IPython\utils\_sysinfo.py
_sysinfo.py
Python
45
0.6
0
0.5
python-kit
383
2024-07-10T18:56:57.717770
Apache-2.0
false
bf54f3f5b88818f1ea507702a53ec693
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\capture.cpython-313.pyc
capture.cpython-313.pyc
Other
8,318
0.95
0.054795
0
react-lib
803
2024-08-01T06:06:09.049418
BSD-3-Clause
false
5089205a38de1ec4bb6f3ea3f41ceaae
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\coloransi.cpython-313.pyc
coloransi.cpython-313.pyc
Other
462
0.7
0
0
python-kit
738
2024-10-28T10:47:36.476585
GPL-3.0
false
7d19606c2b6a5cf2cd53ff8f824567c0
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\contexts.cpython-313.pyc
contexts.cpython-313.pyc
Other
2,200
0.8
0
0
vue-tools
276
2024-12-26T16:31:23.575645
MIT
false
29785b1b1a29334731b9be6e96b532c9
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\data.cpython-313.pyc
data.cpython-313.pyc
Other
1,191
0.8
0.214286
0
vue-tools
486
2025-01-07T23:20:02.169535
Apache-2.0
false
327a62d93f8d4c790e299974e9d592d1
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\decorators.cpython-313.pyc
decorators.cpython-313.pyc
Other
2,511
0.95
0.323529
0
react-lib
859
2025-01-02T10:33:59.970503
MIT
false
0fc01e171f8ef72d38a9b8c07f3746eb
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\dir2.cpython-313.pyc
dir2.cpython-313.pyc
Other
2,563
0.85
0.162162
0
python-kit
615
2024-12-30T06:16:10.177926
GPL-3.0
false
98711ed827f5ec0e728bace9aff64bfb
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\docs.cpython-313.pyc
docs.cpython-313.pyc
Other
350
0.7
0
0
awesome-app
104
2025-07-03T06:41:04.860244
BSD-3-Clause
false
b4635f7a2852e138de7757361d610990
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\encoding.cpython-313.pyc
encoding.cpython-313.pyc
Other
2,617
0.8
0.209302
0.027027
node-utils
355
2024-06-09T19:10:34.582707
Apache-2.0
false
0c53c6ac1ac68c1d38aa88e32f8d1100
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\eventful.cpython-313.pyc
eventful.cpython-313.pyc
Other
366
0.7
0
0
awesome-app
537
2024-02-17T19:29:55.400272
Apache-2.0
false
f50b1945891f2666e45289c584c70440
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\frame.cpython-313.pyc
frame.cpython-313.pyc
Other
3,702
0.95
0.15
0.040816
react-lib
253
2024-07-21T04:57:15.876357
GPL-3.0
false
cf0ddf51bfed503ca1b906994ec8db61
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\generics.cpython-313.pyc
generics.cpython-313.pyc
Other
1,035
0.85
0.095238
0
react-lib
684
2024-09-07T22:18:39.400234
Apache-2.0
false
a92065ba0dc2ac23571672e1328ff76d
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\importstring.cpython-313.pyc
importstring.cpython-313.pyc
Other
1,245
0.95
0
0
awesome-app
111
2023-07-15T14:03:02.754837
Apache-2.0
false
e1aed09d8c24cc4a721aa152421bd3b6
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\io.cpython-313.pyc
io.cpython-313.pyc
Other
5,410
0.95
0.097561
0.028571
python-kit
193
2025-04-28T17:29:36.105466
MIT
false
efccb5ed41f81ef6ee546f5323475fe1
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\ipstruct.cpython-313.pyc
ipstruct.cpython-313.pyc
Other
11,038
0.95
0.077206
0.047826
vue-tools
734
2024-07-29T07:08:27.746871
Apache-2.0
false
0a94963f518d820f41632ebaee4cf8ef
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\jsonutil.cpython-313.pyc
jsonutil.cpython-313.pyc
Other
376
0.7
0
0
vue-tools
616
2025-02-16T02:06:49.464243
MIT
false
cda64c4c808205a425e94be46bbfb639
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\log.cpython-313.pyc
log.cpython-313.pyc
Other
346
0.7
0
0
python-kit
300
2023-10-16T20:02:12.916233
MIT
false
ec5ac66e75e34fae5399874ab9feabc7
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\module_paths.cpython-313.pyc
module_paths.cpython-313.pyc
Other
1,520
0.95
0.064516
0.217391
python-kit
650
2025-01-25T23:50:15.073620
Apache-2.0
false
770e0726ba3fdfb6c7403185c12c13ad
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\openpy.cpython-313.pyc
openpy.cpython-313.pyc
Other
4,541
0.8
0.041667
0
react-lib
733
2024-09-26T05:10:13.193423
BSD-3-Clause
false
e7f5554661e294e0d7282ae9bfef3929
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\path.cpython-313.pyc
path.cpython-313.pyc
Other
14,290
0.95
0.113861
0.011628
python-kit
414
2023-10-20T14:22:35.840150
BSD-3-Clause
false
1b6a86ed48c789fea704e458b9121c15
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\process.cpython-313.pyc
process.cpython-313.pyc
Other
2,804
0.95
0.085106
0
node-utils
108
2025-03-21T20:32:54.582288
MIT
false
28bff938c98d2eb50533759065faa0de
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\py3compat.cpython-313.pyc
py3compat.cpython-313.pyc
Other
2,427
0.8
0.052632
0
awesome-app
195
2024-05-09T15:28:01.125393
BSD-3-Clause
false
99890b76184df0cd6fbff68f88fc1d96
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\PyColorize.cpython-313.pyc
PyColorize.cpython-313.pyc
Other
20,167
0.8
0
0
python-kit
403
2025-03-04T14:34:12.502280
BSD-3-Clause
false
ba3c98b318e221e917ad8069da0a119b
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\sentinel.cpython-313.pyc
sentinel.cpython-313.pyc
Other
964
0.95
0.4
0
react-lib
647
2023-11-10T16:05:42.238500
BSD-3-Clause
false
a3db338d8b347ba1b658f9d0192b66da
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\strdispatch.cpython-313.pyc
strdispatch.cpython-313.pyc
Other
3,166
0.95
0.1
0.055556
python-kit
663
2025-03-05T23:16:30.359073
MIT
false
2e9304b5062cddcc453ca8555e9cb981
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\sysinfo.cpython-313.pyc
sysinfo.cpython-313.pyc
Other
3,959
0.8
0.05
0.028571
awesome-app
893
2025-05-27T09:49:24.542895
GPL-3.0
false
0f06f8b3a2041125a42cfdf0452d49e6
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\syspathcontext.cpython-313.pyc
syspathcontext.cpython-313.pyc
Other
1,528
0.8
0.166667
0
node-utils
868
2023-10-12T19:06:28.791166
BSD-3-Clause
false
9ac73cd2065bc538a141c4099c5fdd55
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\tempdir.cpython-313.pyc
tempdir.cpython-313.pyc
Other
3,493
0.8
0.033333
0
react-lib
677
2024-02-04T23:31:12.904732
MIT
false
428bdfbef96d7ebc255242bdab49e15a
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\terminal.cpython-313.pyc
terminal.cpython-313.pyc
Other
4,229
0.95
0.067797
0.058824
awesome-app
989
2023-07-22T15:18:12.872473
GPL-3.0
false
72dc64e25ae1a81dce322ef333a324b8
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\text.cpython-313.pyc
text.cpython-313.pyc
Other
23,640
0.95
0.020253
0.021605
node-utils
24
2024-04-18T09:37:36.925818
MIT
false
f6dadb915e76410863ff4f59793843c9
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\timing.cpython-313.pyc
timing.cpython-313.pyc
Other
4,293
0.95
0.140351
0
vue-tools
635
2024-06-28T18:11:12.195687
BSD-3-Clause
false
9e985c32aaa5bc9e7f99f8aa4aaac3a7
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\tokenutil.cpython-313.pyc
tokenutil.cpython-313.pyc
Other
6,821
0.8
0.05814
0.012987
python-kit
737
2023-12-23T09:57:03.738659
MIT
false
d80e0e21fdfb4fb0d5033b5bd2889807
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\wildcard.cpython-313.pyc
wildcard.cpython-313.pyc
Other
4,723
0.8
0.162162
0
react-lib
472
2023-11-01T17:40:21.511133
MIT
false
d362383479be98d88836c69bacfb937f
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\_process_cli.cpython-313.pyc
_process_cli.cpython-313.pyc
Other
2,834
0.95
0.064516
0.083333
awesome-app
847
2024-02-06T01:40:40.874001
GPL-3.0
false
46025950028bd5f6cc6260fe86a9a307
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\_process_common.cpython-313.pyc
_process_common.cpython-313.pyc
Other
8,034
0.95
0.06
0
react-lib
417
2024-06-19T07:15:25.380924
GPL-3.0
false
4cbd021ef1880c4b7708315347742566
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\_process_emscripten.cpython-313.pyc
_process_emscripten.cpython-313.pyc
Other
846
0.95
0
0
vue-tools
811
2024-05-25T13:10:15.617219
Apache-2.0
false
a856cbf6c32a71c4c9c1cfe0389b2bcf
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\_process_posix.cpython-313.pyc
_process_posix.cpython-313.pyc
Other
6,167
0.95
0.021053
0
vue-tools
585
2024-07-31T06:40:14.088945
MIT
false
c43635e15f8516ba3d07bae52f8b1d9b
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\_process_win32.cpython-313.pyc
_process_win32.cpython-313.pyc
Other
8,501
0.95
0.041322
0
vue-tools
199
2024-01-04T04:58:59.371607
BSD-3-Clause
false
50b34e42c10eb105cb9f513ccb842891
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\_process_win32_controller.cpython-313.pyc
_process_win32_controller.cpython-313.pyc
Other
21,971
0.95
0.045643
0.05
awesome-app
830
2024-05-21T01:40:34.461442
GPL-3.0
false
bfa7629162649e5772d0bfdb8b8abc30
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\_sysinfo.cpython-313.pyc
_sysinfo.cpython-313.pyc
Other
213
0.7
0
0
awesome-app
66
2024-12-30T07:04:18.621048
BSD-3-Clause
false
d514a1a84e581ba32f4b7b25c855fabe
\n\n
.venv\Lib\site-packages\IPython\utils\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
188
0.7
0
0
python-kit
365
2024-03-06T04:13:06.229878
GPL-3.0
false
92dc4134aef5fc37d4753b2ce9372776
\n\n
.venv\Lib\site-packages\IPython\__pycache__\display.cpython-313.pyc
display.cpython-313.pyc
Other
892
0.95
0.090909
0
python-kit
689
2024-01-21T12:45:43.025616
GPL-3.0
false
ab6b740366f08955ad5b9fd06e748554
\n\n
.venv\Lib\site-packages\IPython\__pycache__\paths.cpython-313.pyc
paths.cpython-313.pyc
Other
5,673
0.95
0.033333
0.018182
vue-tools
530
2023-12-28T02:47:14.523311
BSD-3-Clause
false
e53a9d2450eb35b125d5261bf52280ec
\n\n
.venv\Lib\site-packages\IPython\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
4,808
0.95
0.11236
0.025974
python-kit
695
2023-09-23T03:15:52.671741
GPL-3.0
false
a2991ef738b399b786806ef5b647e97a
\n\n
.venv\Lib\site-packages\IPython\__pycache__\__main__.cpython-313.pyc
__main__.cpython-313.pyc
Other
306
0.8
0
0
vue-tools
468
2025-04-16T06:56:09.059627
MIT
false
50ca4e3fb14bd26191f86760f139135e
[console_scripts]\nipython = IPython:start_ipython\nipython3 = IPython:start_ipython\n
.venv\Lib\site-packages\ipython-9.4.0.dist-info\entry_points.txt
entry_points.txt
Other
83
0.5
0
0
awesome-app
911
2024-03-31T19:32:47.888594
BSD-3-Clause
false
e5464616ff5adef7e462220373de8c83
pip\n
.venv\Lib\site-packages\ipython-9.4.0.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
vue-tools
215
2024-11-02T14:19:25.605859
BSD-3-Clause
false
365c9bfeb7d89244f2ce01c1de44cb85
Metadata-Version: 2.4\nName: ipython\nVersion: 9.4.0\nSummary: IPython: Productive Interactive Computing\nAuthor: The IPython Development Team\nAuthor-email: ipython-dev@python.org\nLicense: BSD-3-Clause\nProject-URL: Homepage, https://ipython.org\nProject-URL: Documentation, https://ipython.readthedocs.io/\nProject-UR...
.venv\Lib\site-packages\ipython-9.4.0.dist-info\METADATA
METADATA
Other
4,431
0.95
0.034783
0.13
vue-tools
605
2023-11-30T17:46:28.322710
MIT
false
ab462413a0b62f449e92ac3a99ab0077
../../Scripts/ipython.exe,sha256=ECn6CPxpQ5Oy2r6q_Yo0CuSAjLB1IgGeDcHBguXMX0A,108426\n../../Scripts/ipython3.exe,sha256=ECn6CPxpQ5Oy2r6q_Yo0CuSAjLB1IgGeDcHBguXMX0A,108426\n../../share/man/man1/ipython.1,sha256=PVdQP2hHmHyUEwzLOPcgavnCe9jTDVrM1jKZt4cnF_Q,2058\nIPython/__init__.py,sha256=7dlVw4pigpyavG4T9nWRdkYQJCRK-y3YFR...
.venv\Lib\site-packages\ipython-9.4.0.dist-info\RECORD
RECORD
Other
26,137
0.85
0
0
awesome-app
744
2023-11-17T15:35:22.379177
GPL-3.0
false
0c827fd424f54b2d2d0b496bd7a7b680
IPython\n
.venv\Lib\site-packages\ipython-9.4.0.dist-info\top_level.txt
top_level.txt
Other
8
0.5
0
0
react-lib
772
2025-06-07T09:25:49.065449
Apache-2.0
false
15857cdaa23c7955592bfccc316d2f32
Wheel-Version: 1.0\nGenerator: setuptools (9.4.0)\nRoot-Is-Purelib: true\nTag: py3-none-any\n\n
.venv\Lib\site-packages\ipython-9.4.0.dist-info\WHEEL
WHEEL
Other
90
0.5
0
0
awesome-app
670
2024-12-04T01:55:36.138638
Apache-2.0
false
7d0c83c6909e041f35e72d547e3e25fe
=============================\n The IPython licensing terms\n=============================\n\nIPython is licensed under the terms of the Modified BSD License (also known as\nNew or Revised or 3-Clause BSD). See the LICENSE file.\n\n\nAbout the IPython Development Team\n----------------------------------\n\nFernando Per...
.venv\Lib\site-packages\ipython-9.4.0.dist-info\licenses\COPYING.rst
COPYING.rst
Other
1,639
0.95
0
0.066667
awesome-app
346
2024-02-11T07:34:24.073409
GPL-3.0
false
59b20262b8663cdd094005bddf47af5f
BSD 3-Clause License\n\n- Copyright (c) 2008-Present, IPython Development Team\n- Copyright (c) 2001-2007, Fernando Perez <fernando.perez@colorado.edu>\n- Copyright (c) 2001, Janko Hauser <jhauser@zscout.de>\n- Copyright (c) 2001, Nathaniel Gray <n8gray@caltech.edu>\n\nAll rights reserved.\n\nRedistribution and use in ...
.venv\Lib\site-packages\ipython-9.4.0.dist-info\licenses\LICENSE
LICENSE
Other
1,720
0.7
0
0.115385
node-utils
30
2025-05-17T17:30:15.245291
Apache-2.0
false
96c7b03c4a9d8babd9ec57b1f0613d78
[pygments.lexers]\nipython=ipython_pygments_lexers:IPythonLexer\nipython3=ipython_pygments_lexers:IPython3Lexer\nipythonconsole=ipython_pygments_lexers:IPythonConsoleLexer\n\n
.venv\Lib\site-packages\ipython_pygments_lexers-1.1.1.dist-info\entry_points.txt
entry_points.txt
Other
170
0.7
0
0
react-lib
749
2025-01-29T23:26:36.726143
GPL-3.0
false
6a6064a5f6c8ad9401da61936602b465
pip\n
.venv\Lib\site-packages\ipython_pygments_lexers-1.1.1.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
node-utils
288
2024-09-26T13:16:15.298710
BSD-3-Clause
false
365c9bfeb7d89244f2ce01c1de44cb85
BSD 3-Clause License\n\n- Copyright (c) 2012-Present, IPython Development Team\n\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 no...
.venv\Lib\site-packages\ipython_pygments_lexers-1.1.1.dist-info\LICENSE
LICENSE
Other
1,535
0.7
0
0.130435
node-utils
188
2025-02-26T12:50:11.375413
MIT
false
59028f809aa24c7b88bff27927343d58
Metadata-Version: 2.3\nName: ipython_pygments_lexers\nVersion: 1.1.1\nSummary: Defines a variety of Pygments lexers for highlighting IPython code.\nAuthor-email: The IPython Development Team <ipython-dev@python.org>\nRequires-Python: >=3.8\nDescription-Content-Type: text/markdown\nClassifier: Framework :: IPython\nClas...
.venv\Lib\site-packages\ipython_pygments_lexers-1.1.1.dist-info\METADATA
METADATA
Other
1,121
0.8
0.153846
0
react-lib
482
2024-09-24T04:59:01.303994
GPL-3.0
false
ea6a3b97514abbf349caef460934332a
__pycache__/ipython_pygments_lexers.cpython-313.pyc,,\nipython_pygments_lexers-1.1.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\nipython_pygments_lexers-1.1.1.dist-info/LICENSE,sha256=sdDbwPp5d000uOLQrskdUNjK8F97QPwiwwEKS9mtK_k,1535\nipython_pygments_lexers-1.1.1.dist-info/METADATA,sha256=...
.venv\Lib\site-packages\ipython_pygments_lexers-1.1.1.dist-info\RECORD
RECORD
Other
719
0.7
0
0
node-utils
799
2024-08-24T15:56:41.451113
MIT
false
5acec93afd1a0c3f6f5baa5ee795594d
Wheel-Version: 1.0\nGenerator: flit 3.10.1\nRoot-Is-Purelib: true\nTag: py3-none-any\n
.venv\Lib\site-packages\ipython_pygments_lexers-1.1.1.dist-info\WHEEL
WHEEL
Other
82
0.5
0
0
vue-tools
779
2024-07-02T14:35:17.451609
BSD-3-Clause
false
bef8b3a8022a44402ce1e4466e43ab6f
# compatibility shim for ipykernel < 6.18\nimport sys\nfrom IPython import get_ipython\nimport comm\n\n\ndef requires_ipykernel_shim():\n if "ipykernel" in sys.modules:\n import ipykernel\n\n version = ipykernel.version_info\n return version < (6, 18)\n else:\n return False\n\n\ndef ge...
.venv\Lib\site-packages\ipywidgets\comm.py
comm.py
Python
764
0.95
0.242424
0.041667
node-utils
65
2023-12-06T21:08:49.406229
BSD-3-Clause
false
b30aa170c06cf3ab6ed1991ac7420862
{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "description": "Jupyter Interactive Widget View JSON schema.",\n "type": "object",\n "properties": {\n "version_major": {\n "description": "Format version (major)",\n "type": "number",\n "minimum": 1,\n "maximum": 1\n },\n "ver...
.venv\Lib\site-packages\ipywidgets\view.schema.json
view.schema.json
JSON
595
0.95
0
0
python-kit
404
2024-12-02T01:46:35.226626
GPL-3.0
false
f6de7b07ce09f06dc7f2a8c6eebb728f
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n__version__ = '8.1.7'\n\n__protocol_version__ = '2.1.0'\n__control_protocol_version__ = '1.0.0'\n\n# These are *protocol* versions for each package, *not* npm versions. To check, look at each package's src/version.t...
.venv\Lib\site-packages\ipywidgets\_version.py
_version.py
Python
610
0.8
0.133333
0.363636
python-kit
383
2024-05-23T07:52:38.250972
MIT
false
84ad641284126969d5300a71203a9408
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\n"""Interactive widgets for the Jupyter notebook.\n\nProvide simple interactive controls in the notebook.\nEach Widget corresponds to an object in Python and Javascript,\nwith controls on the page.\n\nTo put a Widget...
.venv\Lib\site-packages\ipywidgets\__init__.py
__init__.py
Python
1,728
0.95
0.148148
0.075
vue-tools
226
2024-08-23T08:57:40.107044
Apache-2.0
false
b350109ed9513c4aca6da0e8d4f77540
\nfrom io import StringIO\nfrom html.parser import HTMLParser\nimport json\nimport os\nimport re\nimport tempfile\nimport shutil\n\nimport traitlets\n\nfrom ..widgets import IntSlider, IntText, Text, Widget, jslink, HBox, widget_serialization, widget as widget_module\nfrom ..embed import embed_data, embed_snippet, embe...
.venv\Lib\site-packages\ipywidgets\tests\test_embed.py
test_embed.py
Python
6,729
0.95
0.112245
0.040541
vue-tools
710
2025-03-29T21:25:51.266073
BSD-3-Clause
true
972b0624ae83ab77f44281315f278801
\n\n
.venv\Lib\site-packages\ipywidgets\tests\__pycache__\test_embed.cpython-313.pyc
test_embed.cpython-313.pyc
Other
10,602
0.95
0
0
node-utils
329
2024-09-04T08:22:56.732012
GPL-3.0
true
0943529c15fc1303bb37cac1301a2d1b
\n\n
.venv\Lib\site-packages\ipywidgets\tests\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
191
0.7
0
0
react-lib
411
2024-08-01T19:57:52.019784
BSD-3-Clause
true
728803d8371a16d3a0959d4b4c3e6f53
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\ndef doc_subst(snippets):\n """ Substitute format strings in class or function docstring """\n def decorator(cls):\n # Running python with -OO will discard docstrings (__doc__ is None).\n if cls._...
.venv\Lib\site-packages\ipywidgets\widgets\docutils.py
docutils.py
Python
639
0.95
0.4
0.285714
awesome-app
970
2024-07-06T14:59:03.896619
Apache-2.0
false
77de8dfd6b31dae98045c1213d7dadcb