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\ipywidgets\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
2,130
0.95
0.08
0
python-kit
937
2024-12-21T19:44:26.511866
GPL-3.0
false
69135b8fd568b04e25009510082d5eee
pip\n
.venv\Lib\site-packages\ipywidgets-8.1.7.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
python-kit
728
2024-03-01T02:18:55.055453
MIT
false
365c9bfeb7d89244f2ce01c1de44cb85
Metadata-Version: 2.4\nName: ipywidgets\nVersion: 8.1.7\nSummary: Jupyter interactive widgets\nHome-page: http://jupyter.org\nAuthor: Jupyter Development Team\nAuthor-email: jupyter@googlegroups.com\nLicense: BSD 3-Clause License\nKeywords: Interactive,Interpreter,Shell,Web,ipython,widgets,Jupyter\nPlatform: Linux\nPla...
.venv\Lib\site-packages\ipywidgets-8.1.7.dist-info\METADATA
METADATA
Other
2,371
0.8
0.015873
0.053571
vue-tools
480
2024-08-01T05:00:27.708007
MIT
false
7ccc4294ea646db61d79877540d78729
ipywidgets-8.1.7.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\nipywidgets-8.1.7.dist-info/METADATA,sha256=09d_LRv97wpEEUwSQNG9TuXzgh0zMAKzZhVTWJSL3a4,2371\nipywidgets-8.1.7.dist-info/RECORD,,\nipywidgets-8.1.7.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0\nipywidge...
.venv\Lib\site-packages\ipywidgets-8.1.7.dist-info\RECORD
RECORD
Other
10,699
0.7
0
0
awesome-app
647
2024-06-17T18:49:18.492867
GPL-3.0
false
f74a1663cd27966f818253014af3c34f
ipywidgets\n
.venv\Lib\site-packages\ipywidgets-8.1.7.dist-info\top_level.txt
top_level.txt
Other
11
0.5
0
0
react-lib
678
2023-10-23T19:34:14.947305
Apache-2.0
false
28f61ddfd28e4c53497f8fc7cd99ae8f
Wheel-Version: 1.0\nGenerator: setuptools (80.3.1)\nRoot-Is-Purelib: true\nTag: py3-none-any\n\n
.venv\Lib\site-packages\ipywidgets-8.1.7.dist-info\WHEEL
WHEEL
Other
91
0.5
0
0
python-kit
792
2024-02-24T18:19:38.714554
GPL-3.0
false
247b432e7b64e56273a8978fd6cf45b6
Copyright (c) 2015 Project Jupyter Contributors\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\n1. Redistributions of source code must retain the above copyright notice, this\n list of condition...
.venv\Lib\site-packages\ipywidgets-8.1.7.dist-info\licenses\LICENSE
LICENSE
Other
1,513
0.7
0
0
vue-tools
960
2025-03-15T23:27:46.840369
Apache-2.0
false
20a40995a0b2f0ae1f2a70d2dc995bbf
MZ
.venv\Lib\site-packages\isapi\PyISAPI_loader.dll
PyISAPI_loader.dll
Other
69,120
0.75
0.019685
0.005941
vue-tools
904
2025-06-09T13:39:44.337815
MIT
false
1ba6930bf707adb2d5d8be0b749711a2
A Python ISAPI extension. Contributed by Phillip Frantz, and is\nCopyright 2002-2003 by Blackdog Software Pty Ltd.\n\nSee the 'samples' directory, and particularly samples\README.txt\n\nYou can find documentation in the PyWin32.chm file that comes with pywin32 -\nyou can open this from Pythonwin->Help, or from the sta...
.venv\Lib\site-packages\isapi\README.txt
README.txt
Other
330
0.7
0
0
react-lib
171
2025-04-20T21:48:17.199261
BSD-3-Clause
false
a081b649e53f0e785b454fc16d9dfea4
"""Simple base-classes for extensions and filters.\n\nNone of the filter and extension functions are considered 'optional' by the\nframework. These base-classes provide simple implementations for the\nInitialize and Terminate functions, allowing you to omit them,\n\nIt is not necessary to use these base-classes - but ...
.venv\Lib\site-packages\isapi\simple.py
simple.py
Python
2,566
0.95
0.342466
0.037736
react-lib
299
2025-06-14T11:32:04.354202
GPL-3.0
false
e1d431debecedb746d7fc07e137b69c0
"""An ISAPI extension base class implemented using a thread-pool."""\n\n# $Id$\n\nimport sys\nimport threading\nimport time\nimport traceback\n\nfrom pywintypes import OVERLAPPED\nfrom win32event import INFINITE\nfrom win32file import (\n CloseHandle,\n CreateIoCompletionPort,\n GetQueuedCompletionStatus,\n ...
.venv\Lib\site-packages\isapi\threaded_extension.py
threaded_extension.py
Python
7,526
0.95
0.225131
0.175758
vue-tools
576
2025-05-26T14:47:33.965674
MIT
false
514913e9620a2c60dbdbaa253fc1be97
# This extension demonstrates some advanced features of the Python ISAPI\n# framework.\n# We demonstrate:\n# * Reloading your Python module without shutting down IIS (eg, when your\n# .py implementation file changes.)\n# * Custom command-line handling - both additional options and commands.\n# * Using a query string ...
.venv\Lib\site-packages\isapi\samples\advanced.py
advanced.py
Python
8,124
0.95
0.192661
0.379121
node-utils
43
2024-05-10T06:37:27.139511
MIT
false
27fc14cda7ff80de5159b21d697dafff
In this directory you will find examples of ISAPI filters and extensions.\n\nThe filter loading mechanism works like this:\n* IIS loads the special Python "loader" DLL. This DLL will generally have a\n leading underscore as part of its name.\n* This loader DLL looks for a Python module, by removing the first letter o...
.venv\Lib\site-packages\isapi\samples\README.txt
README.txt
Other
1,023
0.7
0.25
0.125
awesome-app
135
2024-02-04T14:14:15.294341
BSD-3-Clause
false
ee5b43ddd920845f9e1d41fc2f7ac362
# This is a sample ISAPI extension written in Python.\n#\n# Please see README.txt in this directory, and specifically the\n# information about the "loader" DLL - installing this sample will create\n# "_redirector.dll" in the current directory. The readme explains this.\n\n# Executing this script (or any server config ...
.venv\Lib\site-packages\isapi\samples\redirector.py
redirector.py
Python
4,587
0.95
0.137931
0.391753
node-utils
605
2024-05-29T17:55:35.324962
MIT
false
e14a2f5af5c2355940d78cbe23803bf0
# This is a sample ISAPI extension written in Python.\n\n# This is like the other 'redirector' samples, but uses asnch IO when writing\n# back to the client (it does *not* use asynch io talking to the remote\n# server!)\n\nimport sys\nimport urllib.error\nimport urllib.parse\nimport urllib.request\n\nfrom isapi import ...
.venv\Lib\site-packages\isapi\samples\redirector_asynch.py
redirector_asynch.py
Python
2,812
0.95
0.117647
0.294118
awesome-app
994
2024-11-25T19:18:28.720067
GPL-3.0
false
7e3d938233ad25ec928d0c57e1d92b96
# This is a sample configuration file for an ISAPI filter and extension\n# written in Python.\n#\n# Please see README.txt in this directory, and specifically the\n# information about the "loader" DLL - installing this sample will create\n# "_redirector_with_filter.dll" in the current directory. The readme explains\n# ...
.venv\Lib\site-packages\isapi\samples\redirector_with_filter.py
redirector_with_filter.py
Python
6,574
0.95
0.123457
0.525547
node-utils
996
2024-11-05T02:52:50.487441
GPL-3.0
false
31d0cf6ba8bda4d714aae9ec5160f8e6
# This extension is used mainly for testing purposes - it is not\n# designed to be a simple sample, but instead is a hotch-potch of things\n# that attempts to exercise the framework.\n\nimport os\nimport stat\nimport sys\n\nfrom isapi import isapicon\nfrom isapi.simple import SimpleExtension\n\nif hasattr(sys, "isapidl...
.venv\Lib\site-packages\isapi\samples\test.py
test.py
Python
6,513
0.95
0.169231
0.190184
python-kit
142
2025-05-01T22:01:26.760921
MIT
true
4898630adaf813d8b0a23e92c377746a
\n\n
.venv\Lib\site-packages\isapi\samples\__pycache__\advanced.cpython-313.pyc
advanced.cpython-313.pyc
Other
7,166
0.95
0.029412
0.030769
awesome-app
38
2025-05-05T11:13:00.403956
GPL-3.0
false
aeafbf6102e39ec12e53b44d56d24895
\n\n
.venv\Lib\site-packages\isapi\samples\__pycache__\redirector.cpython-313.pyc
redirector.cpython-313.pyc
Other
3,680
0.8
0
0
react-lib
513
2025-04-01T07:17:02.245394
GPL-3.0
false
f7182b76e95f88897b74d08042d1ab94
\n\n
.venv\Lib\site-packages\isapi\samples\__pycache__\redirector_asynch.cpython-313.pyc
redirector_asynch.cpython-313.pyc
Other
3,151
0.8
0
0.060606
awesome-app
295
2024-11-27T20:05:12.985315
GPL-3.0
false
2198d67c73bef379c35da357c562fe8d
\n\n
.venv\Lib\site-packages\isapi\samples\__pycache__\redirector_with_filter.cpython-313.pyc
redirector_with_filter.cpython-313.pyc
Other
4,292
0.8
0
0
awesome-app
871
2024-05-11T17:07:53.371511
GPL-3.0
false
cbb56a726e37395e870e5380f3a276a9
\n\n
.venv\Lib\site-packages\isapi\samples\__pycache__\test.cpython-313.pyc
test.cpython-313.pyc
Other
7,461
0.8
0.03125
0.016393
node-utils
970
2024-01-04T16:54:46.034060
Apache-2.0
true
957251b7729f4074b098a41d2fd63cf4
# This is an ISAPI extension purely for testing purposes. It is NOT\n# a 'demo' (even though it may be useful!)\n#\n# Install this extension, then point your browser to:\n# "http://localhost/pyisapi_test/test1"\n# This will execute the method 'test1' below. See below for the list of\n# test methods that are acceptabl...
.venv\Lib\site-packages\isapi\test\extension_simple.py
extension_simple.py
Python
4,339
0.95
0.149123
0.262626
node-utils
729
2024-03-02T23:33:30.628822
Apache-2.0
true
0b445d3df37149e2990f5425534a60c3
This is a directory for tests of the PyISAPI framework.\n\nFor demos, please see the pyisapi 'samples' directory.\n
.venv\Lib\site-packages\isapi\test\README.txt
README.txt
Other
115
0.7
0.333333
0
vue-tools
732
2024-01-09T15:55:27.698859
BSD-3-Clause
true
18a0a408b0582bb211eccda2d4f5f616
\n\n
.venv\Lib\site-packages\isapi\test\__pycache__\extension_simple.cpython-313.pyc
extension_simple.cpython-313.pyc
Other
4,600
0.8
0
0
awesome-app
570
2024-06-23T11:31:58.836810
GPL-3.0
true
c97e73af704ebcdcaa03e946115c4fea
\n\n
.venv\Lib\site-packages\isapi\__pycache__\install.cpython-313.pyc
install.cpython-313.pyc
Other
33,756
0.95
0.026403
0.010601
python-kit
618
2023-08-24T06:05:30.285679
BSD-3-Clause
false
8050f73b39e0f8e62e27d2e7b44d07d1
\n\n
.venv\Lib\site-packages\isapi\__pycache__\isapicon.cpython-313.pyc
isapicon.cpython-313.pyc
Other
3,411
0.8
0
0
node-utils
582
2024-09-21T07:26:23.777601
MIT
false
899c2b02ef4717a30e191a92c8c88fe2
\n\n
.venv\Lib\site-packages\isapi\__pycache__\simple.cpython-313.pyc
simple.cpython-313.pyc
Other
3,596
0.95
0.235294
0
python-kit
502
2023-11-29T13:43:54.761773
GPL-3.0
false
74beb8bcaaba4a834b2274aa368df55a
\n\n
.venv\Lib\site-packages\isapi\__pycache__\threaded_extension.cpython-313.pyc
threaded_extension.cpython-313.pyc
Other
8,300
0.95
0.076923
0
awesome-app
614
2023-11-22T10:25:50.006061
MIT
false
887aeb45426caa09769b678866f4739e
\n\n
.venv\Lib\site-packages\isapi\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
1,805
0.8
0
0
react-lib
399
2025-06-02T16:41:55.266783
Apache-2.0
false
4f5fe3bb9609b3a78b4b62b2fdfd0ac3
PERIOD_PREFIX = "P"\nTIME_PREFIX = "T"\nWEEK_PREFIX = "W"\n
.venv\Lib\site-packages\isoduration\constants.py
constants.py
Python
56
0.5
0
0
python-kit
232
2025-02-25T03:53:19.448302
GPL-3.0
false
cf3bdd59d7fa2a5dc004210d02c3ecb5
from __future__ import annotations\n\nfrom dataclasses import dataclass\nfrom datetime import datetime\nfrom decimal import Decimal\n\nfrom isoduration.formatter import format_duration\nfrom isoduration.operations import add\n\n\n@dataclass\nclass DateDuration:\n years: Decimal = Decimal(0)\n months: Decimal = De...
.venv\Lib\site-packages\isoduration\types.py
types.py
Python
2,266
0.85
0.191011
0
node-utils
837
2024-06-15T10:35:58.038980
MIT
false
3fbc52a95605e34c1a9c5f1929a3b061
from isoduration.formatter import format_duration\nfrom isoduration.formatter.exceptions import DurationFormattingException\nfrom isoduration.parser import parse_duration\nfrom isoduration.parser.exceptions import DurationParsingException\n\n__all__ = (\n "format_duration",\n "parse_duration",\n "DurationParsi...
.venv\Lib\site-packages\isoduration\__init__.py
__init__.py
Python
363
0.85
0
0
node-utils
306
2024-10-04T06:33:17.749843
Apache-2.0
false
90710af955fd7a48d7a8986d07dc95cd
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom isoduration.formatter.exceptions import DurationFormattingException\n\nif TYPE_CHECKING: # pragma: no cover\n from isoduration.types import DateDuration, Duration\n\n\ndef check_global_sign(duration: Duration) -> int:\n is_date_zero =...
.venv\Lib\site-packages\isoduration\formatter\checking.py
checking.py
Python
1,511
0.95
0.166667
0
react-lib
851
2023-11-20T08:42:02.931487
Apache-2.0
false
26b3124485a30d8da6bc11b90361eeab
"""\nException\n +- ValueError\n | +- DurationFormattingException\n"""\n\n\nclass DurationFormattingException(ValueError):\n ...\n
.venv\Lib\site-packages\isoduration\formatter\exceptions.py
exceptions.py
Python
126
0.85
0.111111
0
python-kit
240
2024-07-18T12:02:40.052608
MIT
false
476aa328a6329cf76fac1590f64da297
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom isoduration.constants import PERIOD_PREFIX, TIME_PREFIX\nfrom isoduration.formatter.checking import validate_date_duration\n\nif TYPE_CHECKING: # pragma: no cover\n from isoduration.types import DateDuration, TimeDuration\n\n\ndef format...
.venv\Lib\site-packages\isoduration\formatter\formatting.py
formatting.py
Python
1,432
0.95
0.261905
0
vue-tools
557
2024-12-19T23:09:55.777922
BSD-3-Clause
false
4941cd8a17420cc53ea6da5c710a6e30
from __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom isoduration.constants import PERIOD_PREFIX\nfrom isoduration.formatter.checking import check_global_sign\nfrom isoduration.formatter.formatting import format_date, format_time\n\nif TYPE_CHECKING: # pragma: no cover\n from isoduration.ty...
.venv\Lib\site-packages\isoduration\formatter\__init__.py
__init__.py
Python
778
0.95
0.166667
0
vue-tools
464
2024-09-15T14:49:22.084648
MIT
false
9da1bc8592689cb3e23bea2e04d39b5a
\n\n
.venv\Lib\site-packages\isoduration\formatter\__pycache__\checking.cpython-313.pyc
checking.cpython-313.pyc
Other
2,559
0.8
0
0
node-utils
490
2024-04-11T19:38:14.600591
BSD-3-Clause
false
3d986e74888c7e2e64098da627d51f5c
\n\n
.venv\Lib\site-packages\isoduration\formatter\__pycache__\exceptions.cpython-313.pyc
exceptions.cpython-313.pyc
Other
543
0.7
0
0
python-kit
953
2024-07-12T01:29:25.330140
MIT
false
46c7c1002884be9ec7d16d8a49931a6c
\n\n
.venv\Lib\site-packages\isoduration\formatter\__pycache__\formatting.cpython-313.pyc
formatting.cpython-313.pyc
Other
1,960
0.8
0
0
vue-tools
792
2024-08-31T06:50:55.405927
Apache-2.0
false
11edf770b5706974fa68aaae0c9ed9dc
\n\n
.venv\Lib\site-packages\isoduration\formatter\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
1,149
0.8
0
0
vue-tools
909
2025-04-02T00:37:53.086579
Apache-2.0
false
12f2320a055d46549e3ebf7f09f168a4
from decimal import ROUND_FLOOR, Decimal\n\n\ndef quot2(dividend: Decimal, divisor: Decimal) -> Decimal:\n return (dividend / divisor).to_integral_value(rounding=ROUND_FLOOR)\n\n\ndef mod2(dividend: Decimal, divisor: Decimal) -> Decimal:\n return dividend - quot2(dividend, divisor) * divisor\n\n\ndef quot3(value:...
.venv\Lib\site-packages\isoduration\operations\util.py
util.py
Python
1,222
0.85
0.195122
0
react-lib
603
2025-03-25T23:01:29.081014
BSD-3-Clause
false
dac546eb5b2898c8e26776ad972cc3e7
from __future__ import annotations\n\nfrom datetime import datetime\nfrom decimal import ROUND_HALF_UP, Decimal\nfrom typing import TYPE_CHECKING\n\nfrom isoduration.operations.util import max_day_in_month, mod2, mod3, quot2, quot3\n\nif TYPE_CHECKING: # pragma: no cover\n from isoduration.types import Duration\n\n...
.venv\Lib\site-packages\isoduration\operations\__init__.py
__init__.py
Python
2,406
0.95
0.065789
0.118644
react-lib
938
2024-01-13T20:25:26.190539
GPL-3.0
false
327eacbbe7900e2208dfa7fc8f772c43
\n\n
.venv\Lib\site-packages\isoduration\operations\__pycache__\util.cpython-313.pyc
util.cpython-313.pyc
Other
2,227
0.7
0
0
vue-tools
691
2025-07-02T07:00:56.001372
MIT
false
afb1b2e8ffcb62b364f1a808011e29e2
\n\n
.venv\Lib\site-packages\isoduration\operations\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
3,578
0.8
0
0
awesome-app
471
2024-12-30T19:14:26.273964
BSD-3-Clause
false
af45707b3b437a41ec81bf373f7744bc
"""\nException\n +- ValueError\n | +- DurationParsingException\n | | +- EmptyDuration\n | | +- IncorrectDesignator\n | | +- NoTime\n | | +- UnknownToken\n | | +- UnparseableValue\n +- KeyError\n +- OutOfDesignators\n"""\n\n\nclass DurationParsingException(ValueError):\n ...\n\n\nclass Empty...
.venv\Lib\site-packages\isoduration\parser\exceptions.py
exceptions.py
Python
619
0.85
0.175
0
awesome-app
762
2024-01-14T05:07:24.424616
BSD-3-Clause
false
b229c53f17e7e6829fe0bbf6ecb4eb67
from collections import OrderedDict\nfrom decimal import Decimal, InvalidOperation\n\nimport arrow # type: ignore\n\nfrom isoduration.parser.exceptions import (\n IncorrectDesignator,\n NoTime,\n OutOfDesignators,\n UnknownToken,\n UnparseableValue,\n)\nfrom isoduration.parser.util import (\n is_lett...
.venv\Lib\site-packages\isoduration\parser\parsing.py
parsing.py
Python
3,990
0.95
0.131387
0.018692
node-utils
781
2023-10-21T01:20:30.363420
MIT
false
01112764fe5d533d580d77241c1cb837
import re\nfrom typing import Dict\n\nfrom isoduration.constants import PERIOD_PREFIX, TIME_PREFIX, WEEK_PREFIX\nfrom isoduration.parser.exceptions import OutOfDesignators\n\n\ndef is_period(ch: str) -> bool:\n return ch == PERIOD_PREFIX\n\n\ndef is_time(ch: str) -> bool:\n return ch == TIME_PREFIX\n\n\ndef is_we...
.venv\Lib\site-packages\isoduration\parser\util.py
util.py
Python
819
0.95
0.25
0
node-utils
115
2025-03-06T00:18:30.813652
MIT
false
038d4d4ef4eae14d183ec25dfeb693ff
from isoduration.parser.exceptions import EmptyDuration\nfrom isoduration.parser.parsing import parse_date_duration\nfrom isoduration.parser.util import is_period\nfrom isoduration.types import Duration\n\n\ndef parse_duration(duration_str: str) -> Duration:\n if len(duration_str) < 2:\n raise EmptyDuration("...
.venv\Lib\site-packages\isoduration\parser\__init__.py
__init__.py
Python
739
0.85
0.178571
0
react-lib
618
2024-10-21T16:26:03.586921
BSD-3-Clause
false
6c623543c662bdb7c19e3dfadf0cec4c
\n\n
.venv\Lib\site-packages\isoduration\parser\__pycache__\exceptions.cpython-313.pyc
exceptions.cpython-313.pyc
Other
1,694
0.8
0
0
python-kit
215
2023-12-26T03:36:30.512043
MIT
false
6b6149f8c08d670c2c24463ecd7433bc
\n\n
.venv\Lib\site-packages\isoduration\parser\__pycache__\parsing.cpython-313.pyc
parsing.cpython-313.pyc
Other
4,497
0.8
0
0
node-utils
490
2023-11-01T20:14:19.865563
Apache-2.0
false
30f04718630fbf4206c50977831efad2
\n\n
.venv\Lib\site-packages\isoduration\parser\__pycache__\util.cpython-313.pyc
util.cpython-313.pyc
Other
1,832
0.8
0
0
python-kit
45
2025-01-16T02:44:11.343855
GPL-3.0
false
4a82f416fbe13c8462c93f997ad8ff29
\n\n
.venv\Lib\site-packages\isoduration\parser\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
1,102
0.7
0
0
react-lib
999
2023-08-02T12:45:06.811154
MIT
false
4dbbb67f3fba3c8be2995d8249e57d67
\n\n
.venv\Lib\site-packages\isoduration\__pycache__\constants.cpython-313.pyc
constants.cpython-313.pyc
Other
261
0.7
0
0
awesome-app
516
2024-03-16T13:31:07.179232
Apache-2.0
false
2d6534e15ffbc82ed00db40658a8b146
\n\n
.venv\Lib\site-packages\isoduration\__pycache__\types.cpython-313.pyc
types.cpython-313.pyc
Other
4,755
0.8
0
0
react-lib
383
2025-05-09T04:08:50.321514
Apache-2.0
false
5726b28b9baf0cccc9c41599219ca4d1
\n\n
.venv\Lib\site-packages\isoduration\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
514
0.7
0
0
react-lib
339
2024-07-23T02:47:21.378575
Apache-2.0
false
0e6f597cd48af6cf0a61fbbcf956f3e1
pip\n
.venv\Lib\site-packages\isoduration-20.11.0.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
node-utils
917
2024-01-25T22:54:13.262653
GPL-3.0
false
365c9bfeb7d89244f2ce01c1de44cb85
Copyright (c) 2020 Víctor Muñoz <victorm@marshland.es>\n\nPermission to use, copy, modify, and distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DI...
.venv\Lib\site-packages\isoduration-20.11.0.dist-info\LICENSE
LICENSE
Other
752
0.7
0.076923
0
python-kit
809
2024-01-02T15:45:32.591911
Apache-2.0
false
e3a2f086f31826f64c46f8b519e5dfc4
Metadata-Version: 2.1\nName: isoduration\nVersion: 20.11.0\nSummary: Operations with ISO 8601 durations\nHome-page: https://github.com/bolsote/isoduration\nAuthor: Víctor Muñoz\nAuthor-email: victorm@marshland.es\nLicense: UNKNOWN\nProject-URL: Repository, https://github.com/bolsote/isoduration\nProject-URL: Bug Report...
.venv\Lib\site-packages\isoduration-20.11.0.dist-info\METADATA
METADATA
Other
5,742
0.95
0.013072
0.125
react-lib
0
2023-07-16T04:00:01.386416
MIT
false
787358f0b08aec5a7d8b215e841dc911
isoduration-20.11.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\nisoduration-20.11.0.dist-info/LICENSE,sha256=RSwEEOmj11q77xtstRnTGyMEcJLKAPm9YZ33yw2Lmpk,752\nisoduration-20.11.0.dist-info/METADATA,sha256=RABFIBFUgneTytJLr71U3spoAIGSWeOxf27bwGyntWs,5742\nisoduration-20.11.0.dist-info/RECORD...
.venv\Lib\site-packages\isoduration-20.11.0.dist-info\RECORD
RECORD
Other
2,405
0.7
0
0
react-lib
396
2024-01-10T07:33:54.346085
BSD-3-Clause
false
cc1e62ae37a2232bbd8b1e82b5dd0eb1
isoduration\n
.venv\Lib\site-packages\isoduration-20.11.0.dist-info\top_level.txt
top_level.txt
Other
12
0.5
0
0
vue-tools
527
2024-03-10T05:46:27.940908
BSD-3-Clause
false
9beea9ac4e9be9df8a39103c98f479f6
Wheel-Version: 1.0\nGenerator: bdist_wheel (0.35.1)\nRoot-Is-Purelib: true\nTag: py3-none-any\n\n
.venv\Lib\site-packages\isoduration-20.11.0.dist-info\WHEEL
WHEEL
Other
92
0.5
0
0
vue-tools
677
2025-04-25T14:12:52.329581
GPL-3.0
false
5ccc7519eb42f1dfceee6e7d685f1ff5
"""\nThis caching is very important for speed and memory optimizations. There's\nnothing really spectacular, just some decorators. The following cache types are\navailable:\n\n- ``time_cache`` can be used to cache something for just a limited time span,\n which can be useful if there's user interaction and the user ca...
.venv\Lib\site-packages\jedi\cache.py
cache.py
Python
3,674
0.95
0.26087
0.031579
python-kit
841
2025-07-05T22:18:12.980524
MIT
false
fe52c32418ee97efb6aa729499856bff
from contextlib import contextmanager\n\n\n@contextmanager\ndef monkeypatch(obj, attribute_name, new_value):\n """\n Like pytest's monkeypatch, but as a value manager.\n """\n old_value = getattr(obj, attribute_name)\n try:\n setattr(obj, attribute_name, new_value)\n yield\n finally:\n ...
.venv\Lib\site-packages\jedi\common.py
common.py
Python
668
0.85
0.208333
0
react-lib
191
2024-05-16T00:16:26.931643
Apache-2.0
false
7e2aba8cf04dce3a9aabea5a4355a3a8
import os\nimport time\nfrom contextlib import contextmanager\nfrom typing import Callable, Optional\n\n_inited = False\n\n\ndef _lazy_colorama_init():\n """\n Lazily init colorama if necessary, not to screw up stdout if debugging is\n not enabled.\n\n This version of the function does nothing.\n """\n\n...
.venv\Lib\site-packages\jedi\debug.py
debug.py
Python
3,504
0.95
0.25
0.076923
node-utils
591
2023-10-05T15:10:13.232990
GPL-3.0
false
88de153aa4d7bd3268a192f77e0754aa
import os\n\nfrom parso import file_io\n\n\nclass AbstractFolderIO:\n def __init__(self, path):\n self.path = path\n\n def get_base_name(self):\n raise NotImplementedError\n\n def list(self):\n raise NotImplementedError\n\n def get_file_io(self, name):\n raise NotImplementedError...
.venv\Lib\site-packages\jedi\file_io.py
file_io.py
Python
2,337
0.95
0.313253
0
vue-tools
226
2024-10-24T18:56:33.199785
MIT
false
2e98bebc58761ae6c2441a3fd8ff13b0
"""\nUtilities for end-users.\n"""\n\nimport __main__\nfrom collections import namedtuple\nimport logging\nimport traceback\nimport re\nimport os\nimport sys\n\nfrom jedi import Interpreter\n\n\nREADLINE_DEBUG = False\n\n\ndef setup_readline(namespace_module=__main__, fuzzy=False):\n """\n This function sets up :...
.venv\Lib\site-packages\jedi\utils.py
utils.py
Python
4,680
0.95
0.171642
0.098214
react-lib
593
2025-04-30T08:34:07.421431
MIT
false
7dfead2d6a61a165bfa4736b1cc6c3ba
"""\nThis module is here to ensure compatibility of Windows/Linux/MacOS and\ndifferent Python versions.\n"""\nimport errno\nimport sys\nimport pickle\nfrom typing import Any\n\n\nclass Unpickler(pickle.Unpickler):\n def find_class(self, module: str, name: str) -> Any:\n # Python 3.13 moved pathlib implementat...
.venv\Lib\site-packages\jedi\_compatibility.py
_compatibility.py
Python
1,491
0.95
0.244444
0.282051
node-utils
999
2024-02-17T23:39:41.095491
BSD-3-Clause
false
0b1c802b7e9812bcdcbaba2f840374c9
import sys\nfrom os.path import join, dirname, abspath, isdir\n\n\ndef _start_linter():\n """\n This is a pre-alpha API. You're not supposed to use it at all, except for\n testing. It will very likely change.\n """\n import jedi\n\n if '--debug' in sys.argv:\n jedi.set_debug_function()\n\n f...
.venv\Lib\site-packages\jedi\__main__.py
__main__.py
Python
1,950
0.95
0.277778
0.033333
awesome-app
596
2024-10-12T03:14:45.649085
MIT
false
86f3f1194847c586f80344ec01b3c97e
"""\nThere are a couple of classes documented in here:\n\n- :class:`.BaseName` as an abstact base class for almost everything.\n- :class:`.Name` used in a lot of places\n- :class:`.Completion` for completions\n- :class:`.BaseSignature` as a base class for signatures\n- :class:`.Signature` for :meth:`.Script.get_signatu...
.venv\Lib\site-packages\jedi\api\classes.py
classes.py
Python
29,600
0.95
0.287151
0.048714
vue-tools
408
2024-06-13T17:00:43.388305
Apache-2.0
false
fa24d4c013024f999e690829b4678570
import re\nfrom textwrap import dedent\nfrom inspect import Parameter\n\nfrom parso.python.token import PythonTokenTypes\nfrom parso.python import tree\nfrom parso.tree import search_ancestor, Leaf\nfrom parso import split_lines\n\nfrom jedi import debug\nfrom jedi import settings\nfrom jedi.api import classes\nfrom je...
.venv\Lib\site-packages\jedi\api\completion.py
completion.py
Python
28,379
0.95
0.252874
0.089226
node-utils
854
2024-05-06T23:28:42.776240
MIT
false
5394cb47926297bcc1e323857263bc2c
from typing import Dict, Tuple, Callable\n\nCacheValues = Tuple[str, str, str]\nCacheValuesCallback = Callable[[], CacheValues]\n\n\n_cache: Dict[str, Dict[str, CacheValues]] = {}\n\n\ndef save_entry(module_name: str, name: str, cache: CacheValues) -> None:\n try:\n module_cache = _cache[module_name]\n exc...
.venv\Lib\site-packages\jedi\api\completion_cache.py
completion_cache.py
Python
954
0.85
0.16129
0
node-utils
944
2024-02-02T21:39:14.948818
GPL-3.0
false
0579102e6bd01fb6559fd39ddbc32cf4
"""\nThis file is about errors in Python files and not about exception handling in\nJedi.\n"""\n\n\ndef parso_to_jedi_errors(grammar, module_node):\n return [SyntaxError(e) for e in grammar.iter_errors(module_node)]\n\n\nclass SyntaxError:\n """\n Syntax errors are generated by :meth:`.Script.get_syntax_errors...
.venv\Lib\site-packages\jedi\api\errors.py
errors.py
Python
1,253
0.85
0.217391
0
vue-tools
734
2025-06-23T20:34:28.659564
MIT
false
65ec38abeb76d2c201441e37940a69ac
class _JediError(Exception):\n pass\n\n\nclass InternalError(_JediError):\n """\n This error might happen a subprocess is crashing. The reason for this is\n usually broken C code in third party libraries. This is not a very common\n thing and it is safe to use Jedi again. However using the same calls mig...
.venv\Lib\site-packages\jedi\api\exceptions.py
exceptions.py
Python
990
0.85
0.354839
0
react-lib
782
2025-05-19T13:05:12.004774
Apache-2.0
false
fc0081602b8c0af4ef76c88000465c48
import os\n\nfrom jedi.api import classes\nfrom jedi.api.strings import StringName, get_quote_ending\nfrom jedi.api.helpers import match\nfrom jedi.inference.helpers import get_str_or_none\n\n\nclass PathName(StringName):\n api_type = 'path'\n\n\ndef complete_file_name(inference_state, module_context, start_leaf, qu...
.venv\Lib\site-packages\jedi\api\file_name.py
file_name.py
Python
5,620
0.95
0.232258
0.05303
node-utils
961
2024-07-05T16:03:49.596252
Apache-2.0
false
7ea29ff366945c143715dfd3fac8ebd8
"""\nHelpers for the API\n"""\nimport re\nfrom collections import namedtuple\nfrom textwrap import dedent\nfrom itertools import chain\nfrom functools import wraps\nfrom inspect import Parameter\n\nfrom parso.python.parser import Parser\nfrom parso.python import tree\n\nfrom jedi.inference.base_value import NO_VALUES\n...
.venv\Lib\site-packages\jedi\api\helpers.py
helpers.py
Python
18,982
0.95
0.270115
0.116705
node-utils
949
2023-09-10T10:16:55.105790
GPL-3.0
false
c2846b9c6952d335686f8818d203d726
"""\nTODO Some parts of this module are still not well documented.\n"""\n\nfrom jedi.inference import compiled\nfrom jedi.inference.base_value import ValueSet\nfrom jedi.inference.filters import ParserTreeFilter, MergedFilter\nfrom jedi.inference.names import TreeNameDefinition\nfrom jedi.inference.compiled import mixe...
.venv\Lib\site-packages\jedi\api\interpreter.py
interpreter.py
Python
2,415
0.85
0.243243
0
vue-tools
640
2024-08-19T00:16:42.627431
BSD-3-Clause
false
48f8e0637479ea4fa3bfbbcbe5ea6d87
import pydoc\nfrom contextlib import suppress\nfrom typing import Dict, Optional\n\nfrom jedi.inference.names import AbstractArbitraryName\n\ntry:\n from pydoc_data import topics\n pydoc_topics: Optional[Dict[str, str]] = topics.topics\nexcept ImportError:\n # Python 3.6.8 embeddable does not have pydoc_data.\...
.venv\Lib\site-packages\jedi\api\keywords.py
keywords.py
Python
1,192
0.95
0.215686
0.076923
react-lib
771
2025-06-24T22:09:48.495252
Apache-2.0
false
828e7e7c49c62d6f7c1620912c72173c
"""\nTo use Jedi completion in Python interpreter, add the following in your shell\nsetup (e.g., ``.bashrc``). This works only on Linux/Mac, because readline is\nnot available on Windows. If you still want Jedi autocompletion in your REPL,\njust use IPython instead::\n\n export PYTHONSTARTUP="$(python -m jedi repl)"...
.venv\Lib\site-packages\jedi\api\replstartup.py
replstartup.py
Python
950
0.95
0.068966
0.090909
node-utils
182
2023-10-14T08:58:34.017440
MIT
false
5f4a67540bb5948e26c3346da3dd53a0
"""\nThis module is here for string completions. This means mostly stuff where\nstrings are returned, like `foo = dict(bar=3); foo["ba` would complete to\n`"bar"]`.\n\nIt however does the same for numbers. The difference between string completions\nand other completions is mostly that this module doesn't return defined...
.venv\Lib\site-packages\jedi\api\strings.py
strings.py
Python
3,711
0.95
0.27027
0.011628
awesome-app
938
2024-09-04T12:49:00.539912
MIT
false
e4a0b117180eee7c3e8121ba7ad3722a
"""\nThe API basically only provides one class. You can create a :class:`Script` and\nuse its methods.\n\nAdditionally you can add a debug function with :func:`set_debug_function`.\nAlternatively, if you don't need a custom function and are happy with printing\ndebug messages to stdout, simply call :func:`set_debug_fun...
.venv\Lib\site-packages\jedi\api\__init__.py
__init__.py
Python
32,428
0.95
0.234336
0.051775
python-kit
863
2024-03-17T03:23:41.007661
GPL-3.0
false
4a49032a9d8658fca455c6a5d7c9c40d
from textwrap import dedent\n\nfrom parso import split_lines\n\nfrom jedi import debug\nfrom jedi.api.exceptions import RefactoringError\nfrom jedi.api.refactoring import Refactoring, EXPRESSION_PARTS\nfrom jedi.common import indent_block\nfrom jedi.parser_utils import function_is_classmethod, function_is_staticmethod\...
.venv\Lib\site-packages\jedi\api\refactoring\extract.py
extract.py
Python
13,933
0.95
0.282383
0.060703
node-utils
604
2025-02-18T11:45:45.654478
Apache-2.0
false
efdedbd063b1547201a8c97ced2b574e
\n\n
.venv\Lib\site-packages\jedi\api\refactoring\__pycache__\extract.cpython-313.pyc
extract.cpython-313.pyc
Other
16,429
0.95
0.032258
0
react-lib
33
2024-11-25T21:08:28.381779
BSD-3-Clause
false
cd59a065767eecd46389003311ff8b64
\n\n
.venv\Lib\site-packages\jedi\api\refactoring\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
14,254
0.95
0.017094
0
python-kit
521
2023-11-14T22:52:44.917852
MIT
false
32e050f9d07f4b505a30413f54373272
\n\n
.venv\Lib\site-packages\jedi\api\__pycache__\classes.cpython-313.pyc
classes.cpython-313.pyc
Other
38,086
0.95
0.207547
0.002179
react-lib
858
2023-11-17T07:26:29.891605
MIT
false
e99000249db10075d51d8a416dfee0a9
\n\n
.venv\Lib\site-packages\jedi\api\__pycache__\completion.cpython-313.pyc
completion.cpython-313.pyc
Other
31,918
0.95
0.036496
0
react-lib
672
2024-12-16T04:55:36.366759
GPL-3.0
false
95c66e8a928e5b9f367ec2e26e755a9b
\n\n
.venv\Lib\site-packages\jedi\api\__pycache__\completion_cache.cpython-313.pyc
completion_cache.cpython-313.pyc
Other
1,700
0.8
0
0
python-kit
446
2024-12-24T07:43:27.664030
GPL-3.0
false
6bb787d77d05fd016435ce5447ae0699
\n\n
.venv\Lib\site-packages\jedi\api\__pycache__\environment.cpython-313.pyc
environment.cpython-313.pyc
Other
19,604
0.95
0.096774
0.034483
node-utils
217
2023-10-12T06:03:02.040971
GPL-3.0
false
fc1344d9f73614a9ca3ddd116741e359
\n\n
.venv\Lib\site-packages\jedi\api\__pycache__\errors.cpython-313.pyc
errors.cpython-313.pyc
Other
2,689
0.8
0
0
react-lib
768
2024-06-07T00:39:12.594560
Apache-2.0
false
90fb53f41936d2807d84b37c303ed66e
\n\n
.venv\Lib\site-packages\jedi\api\__pycache__\exceptions.cpython-313.pyc
exceptions.cpython-313.pyc
Other
1,739
0.85
0.28
0
node-utils
20
2024-09-09T03:49:18.592332
MIT
false
74f9858b8f4e2060edaaeb02b8d55c0a
\n\n
.venv\Lib\site-packages\jedi\api\__pycache__\file_name.cpython-313.pyc
file_name.cpython-313.pyc
Other
7,402
0.8
0
0
vue-tools
662
2024-11-23T07:25:22.612534
Apache-2.0
false
f5249372caf638c7585007921d6830e2
\n\n
.venv\Lib\site-packages\jedi\api\__pycache__\helpers.cpython-313.pyc
helpers.cpython-313.pyc
Other
21,825
0.95
0.02809
0.00578
python-kit
380
2023-10-29T16:36:15.779317
BSD-3-Clause
false
b80d59ca031f148c2b45e07fdb2d261c
\n\n
.venv\Lib\site-packages\jedi\api\__pycache__\interpreter.cpython-313.pyc
interpreter.cpython-313.pyc
Other
4,383
0.8
0.023256
0
awesome-app
397
2025-06-30T09:19:06.610209
MIT
false
a5fa0ceca58a5cdf5109f4f88ff80ee2
\n\n
.venv\Lib\site-packages\jedi\api\__pycache__\keywords.cpython-313.pyc
keywords.cpython-313.pyc
Other
2,398
0.8
0
0
node-utils
476
2023-12-24T01:38:31.427912
GPL-3.0
false
80b4df8d0d32b81cef9a7a6b93d5b4d4
\n\n
.venv\Lib\site-packages\jedi\api\__pycache__\project.cpython-313.pyc
project.cpython-313.pyc
Other
19,056
0.95
0.108808
0
react-lib
781
2025-06-21T12:28:34.765187
GPL-3.0
false
5017907a2387e10ce8fd2e90c25f9db8
\n\n
.venv\Lib\site-packages\jedi\api\__pycache__\replstartup.cpython-313.pyc
replstartup.cpython-313.pyc
Other
1,144
0.95
0.041667
0
vue-tools
742
2024-07-05T09:40:23.878540
GPL-3.0
false
ea0a4e805a0a68a81f56fe1d6866de69
\n\n
.venv\Lib\site-packages\jedi\api\__pycache__\strings.cpython-313.pyc
strings.cpython-313.pyc
Other
4,788
0.8
0.041667
0
awesome-app
639
2024-12-12T16:03:16.308153
GPL-3.0
false
e19b349d28e360dfbbc1acaf7bb0eee0
\n\n
.venv\Lib\site-packages\jedi\api\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
35,809
0.95
0.156182
0
python-kit
231
2025-01-09T01:25:50.531729
MIT
false
84958d196858e02f273869ccf6410dcf
import re\nfrom itertools import zip_longest\n\nfrom parso.python import tree\n\nfrom jedi import debug\nfrom jedi.inference.utils import PushBackIterator\nfrom jedi.inference import analysis\nfrom jedi.inference.lazy_value import LazyKnownValue, LazyKnownValues, \\n LazyTreeValue, get_merged_lazy_value\nfrom jedi.i...
.venv\Lib\site-packages\jedi\inference\arguments.py
arguments.py
Python
12,218
0.95
0.268657
0.068592
react-lib
358
2025-07-01T15:00:07.713472
Apache-2.0
false
2a9c4e1b216bd5541b8874024592e716
from abc import abstractmethod\nfrom contextlib import contextmanager\nfrom pathlib import Path\nfrom typing import Optional\n\nfrom parso.tree import search_ancestor\nfrom parso.python.tree import Name\n\nfrom jedi.inference.filters import ParserTreeFilter, MergedFilter, \\n GlobalNameFilter\nfrom jedi.inference.na...
.venv\Lib\site-packages\jedi\inference\context.py
context.py
Python
17,164
0.95
0.274549
0.035264
python-kit
634
2024-12-02T21:50:18.656190
GPL-3.0
false
bbf7480967f2db0f8a7e428e8a100e94