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
#!/usr/bin/env python\n"""\ndisplay environment information that is frequently\nused to troubleshoot installations of Jupyter or IPython\n"""\n\nfrom __future__ import annotations\n\nimport os\nimport platform\nimport subprocess\nimport sys\nfrom typing import Any, Optional, Union\n\n\ndef subs(cmd: Union[list[str], st...
.venv\Lib\site-packages\jupyter_core\troubleshoot.py
troubleshoot.py
Python
3,192
0.95
0.189189
0.066667
python-kit
192
2024-02-15T16:26:51.190808
MIT
false
a28467923cf4ca8908a49787df74f6e8
"""\nstore the current version info of the jupyter_core.\n"""\n\nfrom __future__ import annotations\n\nimport re\n\n# Version string must appear intact for hatch versioning\n__version__ = "5.8.1"\n\n# Build up version_info tuple for backwards compatibility\npattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<re...
.venv\Lib\site-packages\jupyter_core\version.py
version.py
Python
539
0.95
0.210526
0.133333
python-kit
51
2025-03-10T16:23:32.267192
BSD-3-Clause
false
2d3d9a5a5be83e6be3404d509b036d20
from __future__ import annotations\n\nfrom .version import __version__, version_info # noqa: F401\n
.venv\Lib\site-packages\jupyter_core\__init__.py
__init__.py
Python
97
0.75
0
0
python-kit
496
2025-06-01T07:30:56.066383
BSD-3-Clause
false
51964b00169e2c70eddb8dfab1eaf307
"""Launch the root jupyter command"""\n\nfrom __future__ import annotations\n\nfrom .command import main\n\nmain()\n
.venv\Lib\site-packages\jupyter_core\__main__.py
__main__.py
Python
109
0.85
0
0
awesome-app
583
2024-02-25T01:33:39.213400
MIT
false
6c95ee344f40df42d83fa593fbcb0771
# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport asyncio\nimport atexit\nimport errno\nimport inspect\nimport sys\nimport threading\nimport warnings\nfrom contextvars import ContextVar\nfrom pathlib import Path\nfrom type...
.venv\Lib\site-packages\jupyter_core\utils\__init__.py
__init__.py
Python
7,070
0.95
0.264706
0.141104
awesome-app
387
2024-08-26T18:56:56.174433
GPL-3.0
false
95950443f7b9a46a7fa8096db56ec6fb
\n\n
.venv\Lib\site-packages\jupyter_core\utils\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
9,694
0.95
0.176471
0.013158
awesome-app
643
2025-03-10T05:12:48.179222
Apache-2.0
false
e629397fbc040748fc9eea5a0426d803
\n\n
.venv\Lib\site-packages\jupyter_core\__pycache__\application.cpython-313.pyc
application.cpython-313.pyc
Other
14,418
0.95
0.045455
0
node-utils
526
2024-02-29T11:34:09.379994
GPL-3.0
false
d8d4d1d0772265619fb31bfb7723d898
\n\n
.venv\Lib\site-packages\jupyter_core\__pycache__\command.cpython-313.pyc
command.cpython-313.pyc
Other
17,364
0.95
0.072581
0.00885
node-utils
526
2023-12-22T19:39:46.767701
GPL-3.0
false
a279b50e42dea9c4ee72a6d1a944deef
\n\n
.venv\Lib\site-packages\jupyter_core\__pycache__\migrate.cpython-313.pyc
migrate.cpython-313.pyc
Other
12,171
0.95
0.04321
0.007353
python-kit
268
2024-04-22T23:25:09.991983
BSD-3-Clause
false
bb52b560766fafabab1105e41ad60ba9
\n\n
.venv\Lib\site-packages\jupyter_core\__pycache__\paths.cpython-313.pyc
paths.cpython-313.pyc
Other
41,721
0.95
0.061181
0.007444
python-kit
743
2024-12-06T20:33:06.537539
BSD-3-Clause
false
cc33f70558372470688d358fe5c8a850
\n\n
.venv\Lib\site-packages\jupyter_core\__pycache__\troubleshoot.cpython-313.pyc
troubleshoot.cpython-313.pyc
Other
4,425
0.8
0
0
awesome-app
814
2024-07-19T19:45:11.391666
Apache-2.0
false
766fa18fcb98a746a31cc078adfa0ae3
\n\n
.venv\Lib\site-packages\jupyter_core\__pycache__\version.cpython-313.pyc
version.cpython-313.pyc
Other
864
0.8
0
0
python-kit
755
2025-05-19T10:46:30.126882
Apache-2.0
false
82a8e1c94e3b3c3941beeb62fc692396
\n\n
.venv\Lib\site-packages\jupyter_core\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
311
0.7
0
0
react-lib
525
2025-05-18T00:02:30.707380
GPL-3.0
false
0c6706209bd0ec96882bb6deffa2cc97
\n\n
.venv\Lib\site-packages\jupyter_core\__pycache__\__main__.cpython-313.pyc
__main__.cpython-313.pyc
Other
346
0.7
0
0
python-kit
88
2024-08-28T06:41:36.034715
BSD-3-Clause
false
b25947b18a4aa9b7f638415f6dc7d834
[console_scripts]\njupyter = jupyter_core.command:main\njupyter-migrate = jupyter_core.migrate:main\njupyter-troubleshoot = jupyter_core.troubleshoot:main\n
.venv\Lib\site-packages\jupyter_core-5.8.1.dist-info\entry_points.txt
entry_points.txt
Other
152
0.7
0
0
vue-tools
261
2025-02-17T13:28:29.444865
MIT
false
044e4a5cd8b73da36366766a338b7e5f
pip\n
.venv\Lib\site-packages\jupyter_core-5.8.1.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
react-lib
469
2025-01-01T17:03:22.517549
MIT
false
365c9bfeb7d89244f2ce01c1de44cb85
Metadata-Version: 2.4\nName: jupyter_core\nVersion: 5.8.1\nSummary: Jupyter core package. A base package on which Jupyter projects rely.\nProject-URL: Homepage, https://jupyter.org\nProject-URL: Documentation, https://jupyter-core.readthedocs.io/\nProject-URL: Source, https://github.com/jupyter/jupyter_core\nProject-UR...
.venv\Lib\site-packages\jupyter_core-5.8.1.dist-info\METADATA
METADATA
Other
1,603
0.8
0
0
awesome-app
349
2023-12-01T23:47:47.097274
BSD-3-Clause
false
18b37b552ac38e5f2005801bd233fc2a
../../Scripts/jupyter-migrate.exe,sha256=xFPSea6J8ZtgmXSu_V01LgSbLH1HMtM4oerwhwKjpCU,108421\n../../Scripts/jupyter-troubleshoot.exe,sha256=8o7xAbSRLIWL4du0eABRaiB7UrWSHDgddsHtUygQmzY,108426\n../../Scripts/jupyter.exe,sha256=CaJFros0zDTohnOdn7AsuvB703aMFcrHV1IqHIvZXRQ,108421\n__pycache__/jupyter.cpython-313.pyc,,\njupyt...
.venv\Lib\site-packages\jupyter_core-5.8.1.dist-info\RECORD
RECORD
Other
2,208
0.7
0
0
vue-tools
118
2025-01-15T01:35:54.374757
BSD-3-Clause
false
39d4040aaa31fc117f39a3382856fe71
Wheel-Version: 1.0\nGenerator: hatchling 1.27.0\nRoot-Is-Purelib: true\nTag: py3-none-any\n
.venv\Lib\site-packages\jupyter_core-5.8.1.dist-info\WHEEL
WHEEL
Other
87
0.5
0
0
node-utils
496
2023-10-31T08:17:56.943738
GPL-3.0
false
e2fcb0ad9ea59332c808928b4b439e7a
BSD 3-Clause License\n\n- Copyright (c) 2015-, Jupyter 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\n1. Redistributions of source code must retain the above copyright notice, ...
.venv\Lib\site-packages\jupyter_core-5.8.1.dist-info\licenses\LICENSE
LICENSE
Other
1,536
0.7
0
0
react-lib
830
2024-03-13T03:55:28.937021
GPL-3.0
false
a5cc41e8bc83e8e689ce2c7bb0ceba14
"""The cli for jupyter events."""\nfrom __future__ import annotations\n\nimport json\nimport pathlib\nimport platform\n\nimport click\nfrom jsonschema import ValidationError\nfrom rich.console import Console\nfrom rich.json import JSON\nfrom rich.markup import escape\nfrom rich.padding import Padding\nfrom rich.style i...
.venv\Lib\site-packages\jupyter_events\cli.py
cli.py
Python
3,087
0.95
0.156863
0.102564
vue-tools
374
2023-08-29T01:31:17.604729
Apache-2.0
false
6102d0c211dc4c12aea3af794681dc24
"""\nEmit structured, discrete events when various actions happen.\n"""\nfrom __future__ import annotations\n\nimport asyncio\nimport copy\nimport json\nimport logging\nimport typing as t\nimport warnings\nfrom datetime import datetime, timezone\nfrom importlib.metadata import version\n\nfrom jsonschema import Validati...
.venv\Lib\site-packages\jupyter_events\logger.py
logger.py
Python
16,120
0.95
0.165158
0.145161
vue-tools
107
2025-05-24T16:34:16.262736
GPL-3.0
false
bb73ce85023632a8fc6d4df994c55f8a
"""Fixtures for use with jupyter events."""\nfrom __future__ import annotations\n\nimport io\nimport json\nimport logging\nfrom typing import Any, Callable\n\nimport pytest\n\nfrom jupyter_events import EventLogger\n\n\n@pytest.fixture\ndef jp_event_sink() -> io.StringIO:\n """A stream for capture events."""\n re...
.venv\Lib\site-packages\jupyter_events\pytest_plugin.py
pytest_plugin.py
Python
1,778
0.95
0.190476
0.021277
node-utils
467
2025-03-08T04:43:20.247229
GPL-3.0
true
a21ee8c3bd4af97f1594bc55bbf2d25b
"""Event schema objects."""\nfrom __future__ import annotations\n\nimport json\nfrom pathlib import Path, PurePath\nfrom typing import Any, Union\n\nfrom jsonschema import FormatChecker, validators\nfrom referencing import Registry\nfrom referencing.jsonschema import DRAFT7\n\ntry:\n from jsonschema.protocols import...
.venv\Lib\site-packages\jupyter_events\schema.py
schema.py
Python
5,384
0.95
0.202614
0.070175
react-lib
586
2023-08-01T01:15:53.239144
BSD-3-Clause
false
6ff6f51b60318933cc6f0b58d46240dc
""""An event schema registry."""\nfrom __future__ import annotations\n\nfrom typing import Any\n\nfrom .schema import EventSchema\n\n\nclass SchemaRegistryException(Exception):\n """Exception class for Jupyter Events Schema Registry Errors."""\n\n\nclass SchemaRegistry:\n """A convenient API for storing and searc...
.venv\Lib\site-packages\jupyter_events\schema_registry.py
schema_registry.py
Python
2,762
0.85
0.240964
0
vue-tools
328
2024-10-30T01:19:32.167339
BSD-3-Clause
false
41007da5420029ec5bd6deaf76c14c3e
"""Trait types for events."""\nfrom __future__ import annotations\n\nimport logging\nimport typing as t\n\nfrom traitlets import TraitError, TraitType\n\nbaseclass = TraitType\nif t.TYPE_CHECKING:\n baseclass = TraitType[t.Any, t.Any] # type:ignore[misc]\n\n\nclass Handlers(baseclass): # type:ignore[type-arg]\n ...
.venv\Lib\site-packages\jupyter_events\traits.py
traits.py
Python
1,818
0.95
0.235294
0.166667
python-kit
703
2024-12-16T20:34:54.057600
MIT
false
bcd3d8657c4bb47adc7cd8d95d19f0e6
"""\nVarious utilities\n"""\nfrom __future__ import annotations\n\n\nclass JupyterEventsVersionWarning(UserWarning):\n """Emitted when an event schema version is an `int` when it should be `str`."""\n
.venv\Lib\site-packages\jupyter_events\utils.py
utils.py
Python
195
0.85
0.125
0
awesome-app
793
2024-05-31T12:36:28.881698
MIT
false
c765d5cd7ab2af16eb52f089ba1141ae
"""Event validators."""\nfrom __future__ import annotations\n\nimport pathlib\nimport warnings\nfrom typing import Any\n\nimport jsonschema\nfrom jsonschema import Draft7Validator, ValidationError\nfrom referencing import Registry\nfrom referencing.jsonschema import DRAFT7\n\nfrom . import yaml\nfrom .utils import Jupy...
.venv\Lib\site-packages\jupyter_events\validators.py
validators.py
Python
3,060
0.95
0.081395
0.042254
node-utils
539
2024-06-21T16:13:52.770161
MIT
false
710d9b8cfe300940261280d30b1e07aa
"""Yaml utilities."""\nfrom __future__ import annotations\n\nfrom pathlib import Path, PurePath\nfrom typing import Any\n\nfrom yaml import dump as ydump\nfrom yaml import load as yload\n\ntry:\n from yaml import CSafeDumper as SafeDumper\n from yaml import CSafeLoader as SafeLoader\nexcept ImportError: # pragma...
.venv\Lib\site-packages\jupyter_events\yaml.py
yaml.py
Python
1,031
0.95
0.138889
0.04
node-utils
941
2023-07-21T15:08:14.664622
GPL-3.0
false
26bec98b1c486b6cd61ff48733e98577
"""\nstore the current version info of jupyter-events.\n"""\nfrom __future__ import annotations\n\nimport re\n\n# Version string must appear intact for hatch versioning\n__version__ = "0.12.0"\n\n# Build up version_info tuple for backwards compatibility\npattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>...
.venv\Lib\site-packages\jupyter_events\_version.py
_version.py
Python
648
0.95
0.190476
0.117647
node-utils
564
2023-11-04T10:17:01.149258
MIT
false
1fc07c02379924d02404daf6ad548aee
# flake8: noqa\nfrom ._version import __version__\nfrom .logger import EVENTS_METADATA_VERSION, EventLogger\nfrom .schema import EventSchema\n\n__all__ = ["__version__", "EVENTS_METADATA_VERSION", "EventLogger", "EventSchema"]\n
.venv\Lib\site-packages\jupyter_events\__init__.py
__init__.py
Python
222
0.95
0
0.2
python-kit
954
2023-08-31T11:24:14.896237
MIT
false
11928613ab239fd5863af007a239fcdc
$schema: http://json-schema.org/draft-07/schema\n$id: http://event.jupyter.org/event-schema\nversion: "1"\ntitle: Event Schema\ndescription: |\n A schema for validating any Jupyter Event.\ntype: object\nproperties:\n __metadata_version__:\n title: Metadata Version\n type: number\n const: 1\n __schema_versio...
.venv\Lib\site-packages\jupyter_events\schemas\event-core-schema.yml
event-core-schema.yml
YAML
581
0.95
0.037037
0
vue-tools
809
2024-11-10T18:56:19.693450
BSD-3-Clause
false
1421c66f67e4f0e71d15794fb8d0ba78
$schema: http://json-schema.org/draft-07/schema\n$id: http://event.jupyter.org/event-metaschema\nversion: "1"\ntitle: Event Metaschema\ndescription: |\n A meta schema for validating that all registered Jupyter Event\n schemas are appropriately defined.\ntype: object\nproperties:\n version:\n type: string\n title...
.venv\Lib\site-packages\jupyter_events\schemas\event-metaschema.yml
event-metaschema.yml
YAML
627
0.95
0.033333
0
node-utils
372
2025-02-27T15:33:12.092228
GPL-3.0
false
94379b82c30fed9ca5ae785f4ef4cd27
$schema: http://json-schema.org/draft-07/schema\n$id: http://event.jupyter.org/property-metaschema\nversion: "1"\ntitle: Property Metaschema\ndescription: |\n A metaschema for validating properties within\n an event schema\n\nproperties:\n title:\n type: string\n description:\n type: string\n properties:\n ...
.venv\Lib\site-packages\jupyter_events\schemas\property-metaschema.yml
property-metaschema.yml
YAML
626
0.8
0.035714
0
awesome-app
826
2024-01-23T20:03:13.037154
GPL-3.0
false
5739003243bb35ad290238c98b255b21
\n\n
.venv\Lib\site-packages\jupyter_events\__pycache__\cli.cpython-313.pyc
cli.cpython-313.pyc
Other
4,765
0.8
0.020833
0
react-lib
354
2023-10-04T03:22:51.803411
MIT
false
10d3ed586c7f8af441485235a767fdd4
\n\n
.venv\Lib\site-packages\jupyter_events\__pycache__\logger.cpython-313.pyc
logger.cpython-313.pyc
Other
17,182
0.95
0.047619
0.005882
node-utils
821
2024-05-05T05:07:04.548255
BSD-3-Clause
false
b686b6d59ba3a19a31a53679d8572222
\n\n
.venv\Lib\site-packages\jupyter_events\__pycache__\pytest_plugin.cpython-313.pyc
pytest_plugin.cpython-313.pyc
Other
3,039
0.8
0.085714
0
python-kit
738
2023-10-15T04:17:07.264066
GPL-3.0
true
48f193b294f0fc1992c932a60df12b78
\n\n
.venv\Lib\site-packages\jupyter_events\__pycache__\schema.cpython-313.pyc
schema.cpython-313.pyc
Other
6,888
0.95
0.101695
0
python-kit
393
2024-01-21T03:44:46.503137
Apache-2.0
false
6237679fde22e9b6074d19bfd7b6b451
\n\n
.venv\Lib\site-packages\jupyter_events\__pycache__\schema_registry.cpython-313.pyc
schema_registry.cpython-313.pyc
Other
4,423
0.95
0.093023
0
react-lib
936
2025-05-19T18:14:41.618472
Apache-2.0
false
8e7e0dac8d6536a6f961465efa630b8f
\n\n
.venv\Lib\site-packages\jupyter_events\__pycache__\traits.cpython-313.pyc
traits.cpython-313.pyc
Other
2,423
0.8
0.111111
0
python-kit
797
2024-12-19T14:09:00.405495
Apache-2.0
false
c27e9b52bed1d31b6fc9e22fba39d35e
\n\n
.venv\Lib\site-packages\jupyter_events\__pycache__\utils.cpython-313.pyc
utils.cpython-313.pyc
Other
629
0.8
0
0
react-lib
419
2024-12-19T15:04:46.470280
BSD-3-Clause
false
9edefc1fce1170e4e1c0a230e290a845
\n\n
.venv\Lib\site-packages\jupyter_events\__pycache__\validators.cpython-313.pyc
validators.cpython-313.pyc
Other
3,456
0.8
0.041667
0
react-lib
614
2024-08-03T07:44:33.479275
BSD-3-Clause
false
922ae5ccfba299dabcfff0e0ac842d25
\n\n
.venv\Lib\site-packages\jupyter_events\__pycache__\yaml.cpython-313.pyc
yaml.cpython-313.pyc
Other
1,719
0.7
0
0
python-kit
155
2024-11-08T22:59:50.337998
Apache-2.0
false
9d917b364c37d53c45fd8833d5053c93
\n\n
.venv\Lib\site-packages\jupyter_events\__pycache__\_version.cpython-313.pyc
_version.cpython-313.pyc
Other
1,004
0.8
0
0
awesome-app
283
2023-09-18T09:12:26.932616
BSD-3-Clause
false
67fb2155df6134504c1156230d1b8776
\n\n
.venv\Lib\site-packages\jupyter_events\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
400
0.7
0
0
awesome-app
438
2024-07-06T20:50:04.856931
MIT
false
e9aa6f38c3e98816a84c8e1d88e3e0bf
[console_scripts]\njupyter-events = jupyter_events.cli:main\n
.venv\Lib\site-packages\jupyter_events-0.12.0.dist-info\entry_points.txt
entry_points.txt
Other
59
0.5
0
0
vue-tools
344
2025-04-01T23:05:35.378471
Apache-2.0
false
4bad5b5c639bfb089808312056be117d
pip\n
.venv\Lib\site-packages\jupyter_events-0.12.0.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
vue-tools
158
2025-03-10T22:27:33.770542
Apache-2.0
false
365c9bfeb7d89244f2ce01c1de44cb85
Metadata-Version: 2.4\nName: jupyter-events\nVersion: 0.12.0\nSummary: Jupyter Event System library\nProject-URL: Homepage, http://jupyter.org\nProject-URL: documentation, https://jupyter-events.readthedocs.io/\nProject-URL: repository, https://github.com/jupyter/jupyter_events.git\nProject-URL: changelog, https://gith...
.venv\Lib\site-packages\jupyter_events-0.12.0.dist-info\METADATA
METADATA
Other
5,787
0.95
0.007813
0.067961
awesome-app
567
2024-07-06T00:36:38.053140
GPL-3.0
false
d9d18816180cecc593a0ff3dfc021d0f
../../Scripts/jupyter-events.exe,sha256=NOeTwrxPm3Di_Sil3HQZo3x3uvYJR_jRmdcPr3Tl3Nw,108419\njupyter_events-0.12.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\njupyter_events-0.12.0.dist-info/METADATA,sha256=pHork5eVbW3MHMr3onsyQju9RznnUbelFOg9mgPJPpo,5787\njupyter_events-0.12.0.dist-info/RE...
.venv\Lib\site-packages\jupyter_events-0.12.0.dist-info\RECORD
RECORD
Other
2,532
0.7
0
0
node-utils
170
2024-07-29T21:01:46.978278
GPL-3.0
false
d391854c0f49de72dcb85241efd77c25
Wheel-Version: 1.0\nGenerator: hatchling 1.27.0\nRoot-Is-Purelib: true\nTag: py3-none-any\n
.venv\Lib\site-packages\jupyter_events-0.12.0.dist-info\WHEEL
WHEEL
Other
87
0.5
0
0
node-utils
832
2023-09-20T23:18:47.014152
BSD-3-Clause
false
e2fcb0ad9ea59332c808928b4b439e7a
BSD 3-Clause License\n\nCopyright (c) 2022-, Jupyter 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\n1. Redistributions of source code must retain the above copyright notice, th...
.venv\Lib\site-packages\jupyter_events-0.12.0.dist-info\licenses\LICENSE
LICENSE
Other
1,534
0.7
0
0
react-lib
750
2024-06-12T13:12:04.010360
Apache-2.0
false
469c300e985ff0b264c3ba21b4fae725
""" special constants used throughout jupyter_lsp\n"""\n\n# the current `entry_point` to use for python-based spec finders\nEP_SPEC_V1 = "jupyter_lsp_spec_v1"\n\n# the current `entry_point`s to use for python-based listeners\nEP_LISTENER_ALL_V1 = "jupyter_lsp_listener_all_v1"\nEP_LISTENER_CLIENT_V1 = "jupyter_lsp_liste...
.venv\Lib\site-packages\jupyter_lsp\constants.py
constants.py
Python
498
0.8
0.153846
0.3
awesome-app
915
2023-10-23T03:23:13.434671
Apache-2.0
false
e84af245e5eb4c3c9499adf27eb8c1ff
""" tornado handler for managing and communicating with language servers\n"""\n\nfrom typing import Optional, Text\n\nfrom jupyter_core.utils import ensure_async\nfrom jupyter_server.base.handlers import APIHandler, JupyterHandler\nfrom jupyter_server.utils import url_path_join as ujoin\nfrom tornado import web\nfrom t...
.venv\Lib\site-packages\jupyter_lsp\handlers.py
handlers.py
Python
4,727
0.95
0.16129
0.025862
awesome-app
643
2024-10-31T04:22:28.068387
GPL-3.0
false
cbadc0c66ceeddead5e14e0418462d40
""" A configurable frontend for stdio-based Language Servers\n"""\n\nimport asyncio\nimport os\nimport sys\nimport traceback\nfrom typing import Dict, Text, Tuple, cast\n\n# See compatibility note on `group` keyword in\n# https://docs.python.org/3/library/importlib.metadata.html#entry-points\nif sys.version_info < (3, ...
.venv\Lib\site-packages\jupyter_lsp\manager.py
manager.py
Python
10,792
0.95
0.156051
0.027559
python-kit
208
2023-10-18T14:06:50.476237
GPL-3.0
false
1fee56625797470c6c7291958f29697d
"""\nDerived from\n\n> https://github.com/rudolfwalter/pygdbmi/blob/0.7.4.2/pygdbmi/gdbcontroller.py\n> MIT License https://github.com/rudolfwalter/pygdbmi/blob/master/LICENSE\n> Copyright (c) 2016 Chad Smith <grassfedcode <at> gmail.com>\n"""\n\nimport os\n\nif os.name == "nt": # pragma: no cover\n import msvcrt\...
.venv\Lib\site-packages\jupyter_lsp\non_blocking.py
non_blocking.py
Python
1,546
0.95
0.086957
0.085714
node-utils
447
2024-11-06T15:47:28.938816
MIT
false
5a108904595635506ca322a0f2e8b6d1
import os\nimport re\nfrom pathlib import Path\nfrom typing import Union\nfrom urllib.parse import unquote, urlparse\n\nRE_PATH_ANCHOR = r"^file://([^/]+|/[A-Z]:)"\n\n\ndef normalized_uri(root_dir):\n """Attempt to make an LSP rootUri from a ContentsManager root_dir\n\n Special care must be taken around windows p...
.venv\Lib\site-packages\jupyter_lsp\paths.py
paths.py
Python
1,405
0.95
0.155556
0
react-lib
116
2023-09-19T14:38:01.896564
GPL-3.0
false
e9ece4d59f6a37405efe2c3824e7ba5a
""" add language server support to the running jupyter notebook application\n"""\n\nimport json\nfrom pathlib import Path\n\nimport traitlets\nfrom tornado import ioloop\n\nfrom .handlers import add_handlers\nfrom .manager import LanguageServerManager\nfrom .paths import normalized_uri\n\n\nasync def initialize(nbapp, ...
.venv\Lib\site-packages\jupyter_lsp\serverextension.py
serverextension.py
Python
2,862
0.95
0.094118
0.030303
awesome-app
791
2025-05-10T16:51:47.759823
Apache-2.0
false
6a8868f8ed5501dc032aea3a1c11f721
""" A session for managing a language server process\n"""\n\nimport asyncio\nimport atexit\nimport os\nimport string\nimport subprocess\nfrom datetime import datetime, timezone\n\nfrom tornado.ioloop import IOLoop\nfrom tornado.queues import Queue\nfrom tornado.websocket import WebSocketHandler\nfrom traitlets import B...
.venv\Lib\site-packages\jupyter_lsp\session.py
session.py
Python
5,908
0.95
0.196721
0.006667
node-utils
24
2025-02-09T18:19:22.254617
GPL-3.0
false
a263b18bc834697c839c21fc267a67a8
""" Language Server stdio-mode readers\n\nParts of this code are derived from:\n\n> https://github.com/palantir/python-jsonrpc-server/blob/0.2.0/pyls_jsonrpc/streams.py#L83 # noqa\n> https://github.com/palantir/python-jsonrpc-server/blob/45ed1931e4b2e5100cc61b3992c16d6f68af2e80/pyls_jsonrpc/streams.py # noqa\n> > MI...
.venv\Lib\site-packages\jupyter_lsp\stdio.py
stdio.py
Python
7,031
0.95
0.17734
0.006135
vue-tools
732
2023-11-17T05:44:12.173553
MIT
false
3d17bd6a584ec2d592d6814bc0c19194
import traitlets\n\n\nclass Schema(traitlets.Any):\n """any... but validated by a jsonschema.Validator"""\n\n _validator = None\n\n def __init__(self, validator, *args, **kwargs):\n super().__init__(*args, **kwargs)\n self._validator = validator\n\n def validate(self, obj, value):\n err...
.venv\Lib\site-packages\jupyter_lsp\trait_types.py
trait_types.py
Python
1,076
0.85
0.282051
0
python-kit
216
2024-09-23T17:05:35.338245
MIT
false
84c47fd2bc9e09835c76038e9a5ab27d
""" API used by spec finders and manager\n"""\n\nimport asyncio\nimport enum\nimport json\nimport pathlib\nimport re\nimport shutil\nimport subprocess\nimport sys\nfrom functools import lru_cache\nfrom typing import (\n TYPE_CHECKING,\n Any,\n Awaitable,\n Callable,\n Dict,\n List,\n Optional,\n ...
.venv\Lib\site-packages\jupyter_lsp\types.py
types.py
Python
9,538
0.95
0.173913
0.031008
python-kit
768
2023-09-01T17:58:14.781813
MIT
false
2a99eb8eb875c27e4220ed2f4b703259
# flake8: noqa: W503\nfrom concurrent.futures import ThreadPoolExecutor\nfrom pathlib import Path\nfrom shutil import rmtree\nfrom typing import List\n\nfrom tornado.concurrent import run_on_executor\nfrom tornado.gen import convert_yielded\n\nfrom .manager import lsp_message_listener\nfrom .paths import file_uri_to_pa...
.venv\Lib\site-packages\jupyter_lsp\virtual_documents_shadow.py
virtual_documents_shadow.py
Python
7,359
0.95
0.251185
0.072289
awesome-app
231
2023-08-23T14:10:38.050265
GPL-3.0
false
76ee6195d023458b36dc9ec8c9d89295
""" single source of truth for jupyter_lsp version\n"""\n\n__version__ = "2.2.5"\n
.venv\Lib\site-packages\jupyter_lsp\_version.py
_version.py
Python
78
0.5
0.25
0
vue-tools
668
2024-01-30T07:03:11.386130
Apache-2.0
false
0da008e970f1c65b7f10da9557977236
# flake8: noqa: F401\nfrom ._version import __version__\nfrom .manager import LanguageServerManager, lsp_message_listener\nfrom .serverextension import load_jupyter_server_extension\nfrom .specs.utils import NodeModuleSpec, ShellSpec\nfrom .types import (\n KeyedLanguageServerSpecs,\n LanguageServerManagerAPI,\n ...
.venv\Lib\site-packages\jupyter_lsp\__init__.py
__init__.py
Python
486
0.95
0.058824
0.076923
vue-tools
202
2023-09-29T15:21:40.817785
Apache-2.0
false
a2baeb8c0951f3a5ae510cf65098eac6
{\n "ServerApp": {\n "jpserver_extensions": {\n "jupyter_lsp": true\n }\n }\n}\n
.venv\Lib\site-packages\jupyter_lsp\etc\jupyter-lsp-jupyter-server.json
jupyter-lsp-jupyter-server.json
JSON
86
0.5
0
0
react-lib
433
2024-08-06T21:42:29.347115
BSD-3-Clause
false
f4a8bb0c7dbee222892ab906f7f4a51f
{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "definitions": {\n "client-config-schema": {\n "description": "a JSON schema to configure the Language Server or extension behavior from the client",\n "title": "Client Configuration Schema",\n "type": "object"\n },\n "current-version...
.venv\Lib\site-packages\jupyter_lsp\schema\schema.json
schema.json
JSON
8,855
0.95
0.007576
0
node-utils
85
2023-11-15T08:20:55.128882
GPL-3.0
false
2e0b390ac63af819f2092d78bde7109a
import json\nimport pathlib\n\nimport jsonschema\n\nHERE = pathlib.Path(__file__).parent\nSCHEMA_FILE = HERE / "schema.json"\nSCHEMA = json.loads(SCHEMA_FILE.read_text(encoding="utf-8"))\nSPEC_VERSION = SCHEMA["definitions"]["current-version"]["enum"][0]\n\n\ndef make_validator(key):\n """make a JSON Schema (Draft 7...
.venv\Lib\site-packages\jupyter_lsp\schema\__init__.py
__init__.py
Python
666
0.95
0.043478
0
react-lib
547
2024-07-23T05:23:27.202011
BSD-3-Clause
false
dd5b02e01cf790eac72d3e64749fafba
\n\n
.venv\Lib\site-packages\jupyter_lsp\schema\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
1,310
0.8
0
0
awesome-app
37
2024-02-05T04:00:58.115652
MIT
false
7eebf3c507ea2fb2019e63df67aaab7d
from ..types import LanguageServerManagerAPI\nfrom .config import load_config_schema\nfrom .utils import NodeModuleSpec\n\n\nclass BashLanguageServer(NodeModuleSpec):\n node_module = key = "bash-language-server"\n script = ["out", "cli.js"]\n fallback_script = ["bin", "main.js"]\n args = ["start"]\n lang...
.venv\Lib\site-packages\jupyter_lsp\specs\bash_language_server.py
bash_language_server.py
Python
1,131
0.95
0.090909
0
python-kit
728
2025-05-16T06:11:17.349605
MIT
false
1568465a70dfb3c5883af076ccffeab7
from .config import load_config_schema\nfrom .utils import NodeModuleSpec\n\n\nclass DockerfileLanguageServerNodeJS(NodeModuleSpec):\n node_module = key = "dockerfile-language-server-nodejs"\n script = ["lib", "server.js"]\n args = ["--stdio"]\n languages = ["dockerfile"]\n spec = dict(\n display_...
.venv\Lib\site-packages\jupyter_lsp\specs\dockerfile_language_server_nodejs.py
dockerfile_language_server_nodejs.py
Python
768
0.95
0.043478
0
vue-tools
20
2024-08-17T13:49:27.533145
Apache-2.0
false
207f0df988fc8e1c05b2fef4f45c37ec
from .utils import NodeModuleSpec\n\n\nclass JavascriptTypescriptLanguageServer(NodeModuleSpec):\n node_module = key = "javascript-typescript-langserver"\n script = ["lib", "language-server-stdio.js"]\n languages = [\n "javascript",\n "jsx",\n "typescript",\n "typescript-jsx",\n ...
.venv\Lib\site-packages\jupyter_lsp\specs\javascript_typescript_langserver.py
javascript_typescript_langserver.py
Python
1,100
0.95
0.027778
0
node-utils
888
2025-02-05T11:07:43.243403
MIT
false
6c792bc84c0174f8fea8e41a6c28aaf8
from .utils import ShellSpec\n\n\nclass JediLanguageServer(ShellSpec):\n key = cmd = "jedi-language-server"\n languages = ["python"]\n spec = dict(\n display_name="jedi-language-server",\n mime_types=["text/python", "text/x-ipython"],\n urls=dict(\n home="https://github.com/papp...
.venv\Lib\site-packages\jupyter_lsp\specs\jedi_language_server.py
jedi_language_server.py
Python
632
0.95
0.052632
0
node-utils
817
2024-03-16T09:12:12.565560
GPL-3.0
false
1b3e3ff9cc8f7ad96ed6e710d0eb114e
from .config import load_config_schema\nfrom .utils import ShellSpec\n\n\nclass JuliaLanguageServer(ShellSpec):\n key = "julia-language-server"\n languages = ["julia"]\n cmd = "julia"\n args = [\n "--project=.",\n "-e",\n "using LanguageServer, LanguageServer.SymbolServer; runserver()",...
.venv\Lib\site-packages\jupyter_lsp\specs\julia_language_server.py
julia_language_server.py
Python
895
0.95
0.071429
0
awesome-app
136
2024-03-21T20:22:29.518393
BSD-3-Clause
false
95b17122ac8a694b91496fb2ef53d59c
from .config import load_config_schema\nfrom .utils import PythonModuleSpec\n\n\nclass PalantirPythonLanguageServer(PythonModuleSpec):\n python_module = key = "pyls"\n languages = ["python"]\n spec = dict(\n display_name="pyls",\n mime_types=["text/python", "text/x-ipython"],\n urls=dict(\...
.venv\Lib\site-packages\jupyter_lsp\specs\pyls.py
pyls.py
Python
1,262
0.95
0.027778
0
react-lib
497
2023-10-23T09:15:31.210481
BSD-3-Clause
false
11d135b9cdca0ed6eac436eb7ea7c377
from .config import load_config_schema\nfrom .utils import NodeModuleSpec\n\n\nclass PyrightLanguageServer(NodeModuleSpec):\n node_module = key = "pyright"\n script = ["langserver.index.js"]\n args = ["--stdio"]\n languages = ["python"]\n spec = dict(\n display_name=key,\n mime_types=["text...
.venv\Lib\site-packages\jupyter_lsp\specs\pyright.py
pyright.py
Python
776
0.95
0.041667
0
react-lib
702
2025-02-28T17:18:54.403393
BSD-3-Clause
false
5dbf34d742fea464d35c43efa2cd735e
from .config import load_config_schema\nfrom .utils import PythonModuleSpec\n\n\nclass PythonLSPServer(PythonModuleSpec):\n python_module = key = "pylsp"\n languages = ["python"]\n spec = dict(\n display_name="python-lsp-server (pylsp)",\n mime_types=["text/python", "text/x-ipython"],\n ur...
.venv\Lib\site-packages\jupyter_lsp\specs\python_lsp_server.py
python_lsp_server.py
Python
1,633
0.95
0.020408
0
node-utils
890
2025-06-20T03:17:20.341407
Apache-2.0
false
c697f27b39df96391447c127f248117f
from .config import load_config_schema\nfrom .utils import ShellSpec\n\nTROUBLESHOOT = """\\nPlease ensure that RScript executable is in the PATH; \\nthis should happen automatically when using Linux, Mac OS or Conda, \\nbut will require manual configuration when using the default R installer on Windows.\n\nFor more de...
.venv\Lib\site-packages\jupyter_lsp\specs\r_languageserver.py
r_languageserver.py
Python
1,518
0.95
0.0625
0
awesome-app
145
2023-08-15T05:58:42.431823
Apache-2.0
false
13e2df0b3d6f220abc046e7f026482e2
from .config import load_config_schema\nfrom .utils import NodeModuleSpec\n\n\nclass SQLLanguageServer(NodeModuleSpec):\n """Supports mysql, postgres and sqlite3"""\n\n node_module = key = "sql-language-server"\n script = ["dist", "bin", "cli.js"]\n languages = [\n "sql",\n ]\n args = ["up", "-...
.venv\Lib\site-packages\jupyter_lsp\specs\sql_language_server.py
sql_language_server.py
Python
973
0.95
0.029412
0
node-utils
229
2024-02-27T23:49:15.472342
BSD-3-Clause
false
aea7404a209addfa045d1608a6f15def
from .config import load_config_schema\nfrom .utils import ShellSpec\n\nTROUBLESHOOT = """\\nPlease ensure that texlab executable is in the PATH; \\nthis should happen automatically when installing texlab from Conda, \\nbut may require manual configuration of PATH environment variable \\nif you compiled texlab from sou...
.venv\Lib\site-packages\jupyter_lsp\specs\texlab.py
texlab.py
Python
984
0.95
0.125
0
python-kit
213
2023-12-25T16:27:04.570887
GPL-3.0
false
dae5009b440abef201fd0314b86f26eb
from .config import load_config_schema\nfrom .utils import NodeModuleSpec\n\n\nclass TypescriptLanguageServer(NodeModuleSpec):\n node_module = key = "typescript-language-server"\n script = ["lib", "cli.mjs"]\n args = ["--stdio"]\n languages = [\n "javascript",\n "jsx",\n "typescript",\n...
.venv\Lib\site-packages\jupyter_lsp\specs\typescript_language_server.py
typescript_language_server.py
Python
1,218
0.95
0.02439
0
node-utils
84
2024-05-24T14:50:24.321702
GPL-3.0
false
d29767b1a3520e24791fd306a65ed2c2
from .utils import NodeModuleSpec\n\n\nclass UnifiedLanguageServer(NodeModuleSpec):\n node_module = key = "unified-language-server"\n script = ["src", "server.js"]\n args = ["--parser=remark-parse", "--stdio"]\n languages = ["markdown", "ipythongfm", "gfm"]\n spec = dict(\n display_name=key,\n ...
.venv\Lib\site-packages\jupyter_lsp\specs\unified_language_server.py
unified_language_server.py
Python
744
0.95
0.047619
0
python-kit
309
2025-05-25T01:27:18.294087
Apache-2.0
false
6b3db74e739a959fe61c29338e3d8aa4
import os\nimport shutil\nimport sys\nfrom pathlib import Path\nfrom subprocess import check_output\nfrom typing import List, Text, Union\n\nfrom ..schema import SPEC_VERSION\nfrom ..types import (\n KeyedLanguageServerSpecs,\n LanguageServerManagerAPI,\n LanguageServerSpec,\n SpecBase,\n Token,\n)\n\n# ...
.venv\Lib\site-packages\jupyter_lsp\specs\utils.py
utils.py
Python
4,737
0.95
0.209877
0.081967
python-kit
735
2023-08-05T05:18:30.736262
Apache-2.0
false
d270cbbc16c992691b0d33fe46cf7a7d
from .utils import NodeModuleSpec\n\n\nclass VSCodeCSSLanguageServer(NodeModuleSpec):\n node_module = key = "vscode-css-languageserver-bin"\n script = ["cssServerMain.js"]\n args = ["--stdio"]\n languages = ["css", "less", "scss"]\n spec = dict(\n display_name=key,\n mime_types=["text/x-scs...
.venv\Lib\site-packages\jupyter_lsp\specs\vscode_css_languageserver.py
vscode_css_languageserver.py
Python
723
0.95
0.047619
0
python-kit
958
2024-06-28T12:12:32.761604
BSD-3-Clause
false
12366d0541408ff5e30bf710e34ca1ec
from .utils import NodeModuleSpec\n\n\nclass VSCodeHTMLLanguageServer(NodeModuleSpec):\n node_module = key = "vscode-html-languageserver-bin"\n script = ["htmlServerMain.js"]\n args = ["--stdio"]\n languages = ["html"]\n spec = dict(\n display_name=key,\n mime_types=["text/html"],\n ...
.venv\Lib\site-packages\jupyter_lsp\specs\vscode_html_languageserver.py
vscode_html_languageserver.py
Python
682
0.95
0.047619
0
react-lib
971
2024-11-15T00:00:51.035101
BSD-3-Clause
false
caf88d9e4c763c88b8463a05bf2c2c9e
from .utils import NodeModuleSpec\n\n\nclass VSCodeJSONLanguageServer(NodeModuleSpec):\n node_module = key = "vscode-json-languageserver-bin"\n script = ["jsonServerMain.js"]\n args = ["--stdio"]\n languages = ["json"]\n spec = dict(\n display_name=key,\n mime_types=["application/json", "ap...
.venv\Lib\site-packages\jupyter_lsp\specs\vscode_json_languageserver.py
vscode_json_languageserver.py
Python
734
0.95
0.047619
0
node-utils
230
2024-09-07T05:47:15.680914
BSD-3-Clause
false
65e980868dee16a50f7073b88808a5fc
from .config import load_config_schema\nfrom .utils import NodeModuleSpec\n\n\nclass YAMLLanguageServer(NodeModuleSpec):\n node_module = key = "yaml-language-server"\n script = ["bin", key]\n args = ["--stdio"]\n languages = ["yaml"]\n spec = dict(\n display_name=key,\n mime_types=["text/x-...
.venv\Lib\site-packages\jupyter_lsp\specs\yaml_language_server.py
yaml_language_server.py
Python
754
0.95
0.043478
0
node-utils
784
2024-01-11T15:51:00.408542
MIT
false
29ea4ebb0bbec4aa719bf4f26b0ff4a3
""" default specs\n"""\n\n# flake8: noqa: F401\n\nfrom .bash_language_server import BashLanguageServer\nfrom .dockerfile_language_server_nodejs import DockerfileLanguageServerNodeJS\nfrom .javascript_typescript_langserver import JavascriptTypescriptLanguageServer\nfrom .jedi_language_server import JediLanguageServer\nf...
.venv\Lib\site-packages\jupyter_lsp\specs\__init__.py
__init__.py
Python
1,540
0.95
0
0.027027
react-lib
759
2024-01-22T01:48:53.884168
MIT
false
9cb2b3f8aa308529404b0d0cbb0c3057
{\n "type": "object",\n "title": "Bash IDE configuration",\n "properties": {\n "bashIde.backgroundAnalysisMaxFiles": {\n "type": "number",\n "default": 500,\n "description": "Maximum number of files to analyze in the background. Set to 0 to disable background analysis.",\n "minimum": 0\n },...
.venv\Lib\site-packages\jupyter_lsp\specs\config\bash-language-server.schema.json
bash-language-server.schema.json
JSON
2,142
0.95
0.104167
0
awesome-app
457
2024-06-04T01:24:48.603050
MIT
false
edff8cb6aef7b46d01c850fa99da926e
{\n "title": "Docker language server confiuguration",\n "type": "object",\n "$comment": "Based on settings of vscode-docker which is distributed under MIT License, Copyright (c) Microsoft Corporation",\n "properties": {\n "docker.defaultRegistryPath": {\n "type": "string",\n "default": "",\n "desc...
.venv\Lib\site-packages\jupyter_lsp\specs\config\dockerfile-language-server-nodejs.schema.json
dockerfile-language-server-nodejs.schema.json
JSON
11,154
0.85
0.065089
0
python-kit
491
2025-05-07T16:58:19.971632
Apache-2.0
false
3e57ca4c3c43bd0a8adf21791b11ff94
{\n "title": "Julia Language Server Configuration",\n "description": "Extracted from https://github.com/julia-vscode/julia-vscode/blob/master/package.json; markdownDescription → description; removed Code-specific options, retained the overlap with https://github.com/julia-vscode/LanguageServer.jl/blob/36d8da744c1cb51...
.venv\Lib\site-packages\jupyter_lsp\specs\config\julia-language-server.schema.json
julia-language-server.schema.json
JSON
4,070
0.95
0.170455
0
react-lib
117
2024-11-10T17:46:39.434689
Apache-2.0
false
b6fa83c340cb034ebe000ce3e4d41cee
{\n "title": "Python Language Server Configuration",\n "type": "object",\n "properties": {\n "pyls.executable": {\n "type": "string",\n "default": "pyls",\n "description": "Language server executable"\n },\n "pyls.configurationSources": {\n "type": "array",\n "default": ["pycodestyl...
.venv\Lib\site-packages\jupyter_lsp\specs\config\pyls.schema.json
pyls.schema.json
JSON
7,581
0.85
0.012195
0
node-utils
279
2025-01-21T22:25:50.853893
BSD-3-Clause
false
e59388a20591e9d43bf87d0eed51c021
{\n "title": "Python Language Server Configuration",\n "type": "object",\n "properties": {\n "pylsp.configurationSources": {\n "type": "array",\n "default": ["pycodestyle"],\n "description": "List of configuration sources to use.",\n "items": {\n "type": "string",\n "enum": ["pyc...
.venv\Lib\site-packages\jupyter_lsp\specs\config\pylsp.schema.json
pylsp.schema.json
JSON
12,070
0.85
0.029333
0
vue-tools
403
2024-09-14T02:19:23.784482
MIT
false
f371c58fc658f28828985cf4fa51ff35
{\n "$schema": "http://json-schema.org/draft-07/schema#",\n "title": "Pyright Language Server Configuration",\n "description": "Pyright Configuration Schema. Distributed under MIT License, Copyright (c) Microsoft Corporation.",\n "allowComments": true,\n "allowTrailingCommas": true,\n "type": "object",\n "proper...
.venv\Lib\site-packages\jupyter_lsp\specs\config\pyright.schema.json
pyright.schema.json
JSON
27,670
0.95
0.197635
0
python-kit
685
2024-11-19T04:59:45.998760
BSD-3-Clause
false
4778498fc238ec81cdea9ecf933727d3
{\n "title": "R Language Server confiuguration",\n "type": "object",\n "properties": {\n "r.lsp.debug": {\n "type": "boolean",\n "default": true,\n "description": "Increase verbosity for debug purpose."\n },\n "r.lsp.log_file": {\n "type": ["string", "null"],\n "default": null,\n ...
.venv\Lib\site-packages\jupyter_lsp\specs\config\r-languageserver.schema.json
r-languageserver.schema.json
JSON
1,299
0.7
0.043478
0
node-utils
773
2024-12-03T00:51:53.724399
GPL-3.0
false
5c63af9c9e0a90a3e0bf9f512917a04e
{\n "title": "SQL configuration",\n "type": "object",\n "properties": {\n "personalConfig.connections": {\n "type": "array",\n "default": [\n {\n "name": "default sqlite3 connection",\n "adapter": "sqlite3",\n "filename": ":memory:",\n "projectPaths": ["."]\n ...
.venv\Lib\site-packages\jupyter_lsp\specs\config\sql-language-server.schema.json
sql-language-server.schema.json
JSON
3,992
0.85
0.064
0
vue-tools
821
2024-09-20T12:06:00.096295
BSD-3-Clause
false
4ae870cc677467790eb977de26ab7f42
{\n "title": "LaTeX configuration",\n "type": "object",\n "properties": {\n "rootDirectory": {\n "type": ["string", "null"],\n "default": null,\n "description": "Path to the root directory."\n },\n "build.executable": {\n "type": "string",\n "default": "latexmk",\n "description...
.venv\Lib\site-packages\jupyter_lsp\specs\config\texlab.schema.json
texlab.schema.json
JSON
2,913
0.7
0.011494
0
node-utils
96
2024-12-21T16:09:33.119018
BSD-3-Clause
false
f3845f6a10ba35043018972c9258a7d4
{\n "title": "TypeScript Language Server Configuration",\n "description": "Based on https://github.com/typescript-language-server/typescript-language-server; TODO: add formatting preferences once formatting is supported.",\n "type": "object",\n "properties": {\n "diagnostics.ignoredCodes": {\n "type": "arra...
.venv\Lib\site-packages\jupyter_lsp\specs\config\typescript-language-server.schema.json
typescript-language-server.schema.json
JSON
782
0.95
0.05
0
node-utils
432
2024-01-19T08:21:44.449705
MIT
false
f71bf6284c7d608f5497e9cdbb5c23ad
{\n "title": "YAML language server configuration",\n "type": "object",\n "properties": {\n "yamlVersion": {\n "type": "string",\n "default": "1.2",\n "description": "Set default YAML spec version (1.2 or 1.1)"\n },\n "yaml.trace.server": {\n "type": "string",\n "enum": ["off", "mess...
.venv\Lib\site-packages\jupyter_lsp\specs\config\yaml-language-server.schema.json
yaml-language-server.schema.json
JSON
3,483
0.85
0.027778
0
react-lib
924
2025-03-07T17:41:39.760938
MIT
false
81971eb71dceba38fb69151fa1187eba
import json\nimport pathlib\n\nCONFIGS = pathlib.Path(__file__).parent\n\n\ndef load_config_schema(key):\n """load a keyed filename"""\n return json.loads(\n (CONFIGS / "{}.schema.json".format(key)).read_text(encoding="utf-8")\n )\n
.venv\Lib\site-packages\jupyter_lsp\specs\config\__init__.py
__init__.py
Python
237
0.85
0.090909
0
node-utils
135
2025-03-25T05:44:05.331968
Apache-2.0
false
fd9fabb7485e9afacca4a8c0d704294f
\n\n
.venv\Lib\site-packages\jupyter_lsp\specs\config\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
713
0.8
0
0
node-utils
778
2023-08-18T12:00:17.071358
BSD-3-Clause
false
39f0f8b5c8a0337939ebb0bc132f8a2c