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
"""Tornado handlers for security logging."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom tornado import web\n\nfrom jupyter_server.auth.decorator import authorized\n\nfrom ...base.handlers import APIHandler\nfrom . import csp_report_uri\n\nAUTH_RESOURCE...
.venv\Lib\site-packages\jupyter_server\services\security\handlers.py
handlers.py
Python
1,022
0.95
0.153846
0.074074
python-kit
808
2024-03-21T21:45:37.614866
BSD-3-Clause
false
398582ffc3b402c0d3b7641f477acb56
# URI for the CSP Report. Included here to prevent a cyclic dependency.\n# csp_report_uri is needed both by the BaseHandler (for setting the report-uri)\n# and by the CSPReportHandler (which depends on the BaseHandler).\ncsp_report_uri = r"/api/security/csp-report"\n
.venv\Lib\site-packages\jupyter_server\services\security\__init__.py
__init__.py
Python
263
0.8
0.5
0.75
react-lib
406
2024-07-04T23:21:51.594776
MIT
false
06f95d4fe9d23ddf365f783d2d264595
\n\n
.venv\Lib\site-packages\jupyter_server\services\security\__pycache__\handlers.cpython-313.pyc
handlers.cpython-313.pyc
Other
1,802
0.7
0.095238
0
python-kit
71
2024-04-02T21:13:13.376494
MIT
false
6f92613cae7973e2ccee553b83cce956
\n\n
.venv\Lib\site-packages\jupyter_server\services\security\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
257
0.7
0
0
node-utils
515
2025-06-21T07:03:44.691249
BSD-3-Clause
false
3702e586954dacd17fd6cc48331d63ad
"""Tornado handlers for the sessions web service.\n\nPreliminary documentation at https://github.com/ipython/ipython/wiki/IPEP-16%3A-Notebook-multi-directory-dashboard-and-URL-mapping#sessions-api\n"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nimport async...
.venv\Lib\site-packages\jupyter_server\services\sessions\handlers.py
handlers.py
Python
8,432
0.95
0.151786
0.096257
node-utils
972
2024-06-29T06:27:48.496124
BSD-3-Clause
false
391f53d10c2aafe7c5c4ef0cb66731cc
"""A base class session manager."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nimport os\nimport pathlib\nimport uuid\nfrom typing import Any, NewType, Optional, Union, cast\n\nKernelName = NewType("KernelName", str)\nModelName = NewType("ModelName", str)\n...
.venv\Lib\site-packages\jupyter_server\services\sessions\sessionmanager.py
sessionmanager.py
Python
20,193
0.95
0.199623
0.065646
vue-tools
543
2024-05-14T19:02:58.621744
Apache-2.0
false
22277b96771eb3dd10dd424f753cc3f3
\n\n
.venv\Lib\site-packages\jupyter_server\services\sessions\__pycache__\handlers.cpython-313.pyc
handlers.cpython-313.pyc
Other
10,097
0.8
0.030612
0
python-kit
110
2024-11-20T08:03:05.556707
MIT
false
8a794ccc7d85bd664a9c2e10d7658add
\n\n
.venv\Lib\site-packages\jupyter_server\services\sessions\__pycache__\sessionmanager.cpython-313.pyc
sessionmanager.cpython-313.pyc
Other
24,280
0.95
0.099206
0.008584
python-kit
750
2024-04-21T16:10:17.033185
MIT
false
ae82dcaf177e591a3b814f3bb507a760
\n\n
.venv\Lib\site-packages\jupyter_server\services\sessions\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
207
0.7
0
0
python-kit
927
2025-01-11T02:39:32.187720
Apache-2.0
false
a628493326ae49188371656d983a3a19
\n\n
.venv\Lib\site-packages\jupyter_server\services\__pycache__\shutdown.cpython-313.pyc
shutdown.cpython-313.pyc
Other
1,532
0.8
0
0
node-utils
230
2025-05-12T22:06:29.219477
BSD-3-Clause
false
53d84575bbdebf9366138744cb7e7f23
\n\n
.venv\Lib\site-packages\jupyter_server\services\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
198
0.7
0
0
python-kit
718
2023-09-29T17:24:14.945220
GPL-3.0
false
1ad3f95eb41537d2b735a68788a9e673
null
.venv\Lib\site-packages\jupyter_server\static\favicon.ico
favicon.ico
Other
32,038
0.8
0
0
vue-tools
542
2025-05-24T09:33:22.436072
MIT
false
d6f38ed4962e190075e8525410b2afc3
null
.venv\Lib\site-packages\jupyter_server\static\favicons\favicon-busy-1.ico
favicon-busy-1.ico
Other
1,150
0.7
0
0
react-lib
944
2025-02-14T09:28:56.839918
BSD-3-Clause
false
7da8cb53db9617988d7aa4b68d4134c4
null
.venv\Lib\site-packages\jupyter_server\static\favicons\favicon-busy-2.ico
favicon-busy-2.ico
Other
1,150
0.7
0.1
0
python-kit
102
2024-06-15T00:35:16.404410
Apache-2.0
false
7a2d6055c460b3ed92c90c221d252640
null
.venv\Lib\site-packages\jupyter_server\static\favicons\favicon-busy-3.ico
favicon-busy-3.ico
Other
1,150
0.7
0
0
python-kit
913
2025-05-23T16:07:11.987879
MIT
false
446f12bbebc84abe1ca413fc8c003c3e
null
.venv\Lib\site-packages\jupyter_server\static\favicons\favicon-file.ico
favicon-file.ico
Other
1,150
0.7
0.1
0
vue-tools
689
2025-06-25T03:35:56.424146
GPL-3.0
false
e107db695f76ed943509b6db829c25cb
null
.venv\Lib\site-packages\jupyter_server\static\favicons\favicon-notebook.ico
favicon-notebook.ico
Other
1,150
0.7
0.1
0
react-lib
762
2023-08-04T15:27:54.380287
MIT
false
cbd41311d315cbb96bf64610a4c68f05
null
.venv\Lib\site-packages\jupyter_server\static\favicons\favicon-terminal.ico
favicon-terminal.ico
Other
1,150
0.7
0.1
0
awesome-app
913
2024-09-02T12:01:34.591356
BSD-3-Clause
false
28ccd870a1fbdaef7ee61f0709f9a344
null
.venv\Lib\site-packages\jupyter_server\static\favicons\favicon.ico
favicon.ico
Other
32,038
0.8
0
0
python-kit
274
2024-07-12T12:27:04.004210
MIT
false
d6f38ed4962e190075e8525410b2afc3
PNG\n\n
.venv\Lib\site-packages\jupyter_server\static\logo\logo.png
logo.png
Other
5,922
0.8
0
0.023256
awesome-app
887
2025-06-09T00:15:00.190498
Apache-2.0
false
6bc7ffbb40233ab8c8e2a1b31d38831d
/*!\n * Bootstrap v3.4.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgb...
.venv\Lib\site-packages\jupyter_server\static\style\bootstrap-theme.min.css
bootstrap-theme.min.css
Other
23,411
0.8
0
1
awesome-app
711
2023-09-23T00:11:49.046005
Apache-2.0
false
2010fa9fb07541adc78a1ec0a8a4fbbf
{"version":3,"sources":["bootstrap-theme.css","dist/css/bootstrap-theme.css","less/theme.less","less/mixins/vendor-prefixes.less","less/mixins/gradients.less","less/mixins/reset-filter.less"],"names":[],"mappings":"AAAA;;;;ACUA,YCWA,aDbA,UAFA,aACA,aAEA,aCkBE,YAAA,EAAA,KAAA,EAAA,eC2CA,mBAAA,MAAA,EAAA,IAAA,EAAA,qBAAA,CAA...
.venv\Lib\site-packages\jupyter_server\static\style\bootstrap-theme.min.css.map
bootstrap-theme.min.css.map
Other
75,600
0.75
0.1
0
react-lib
801
2025-02-16T23:56:23.303601
Apache-2.0
false
51806092cc05e7bc9346ad6fc7c04026
#jupyter_server {\n padding-left: 0px;\n padding-top: 1px;\n padding-bottom: 1px;\n}\n\n#jupyter_server img {\n height: 28px;\n}\n\n#jupyter-main-app {\n padding-top: 50px;\n text-align: center;\n}\n\nbody {\n font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;\n font-size: 13px;\n line-height: 1.4285...
.venv\Lib\site-packages\jupyter_server\static\style\index.css
index.css
Other
1,414
0.8
0
0.038462
python-kit
46
2024-07-12T02:46:34.354607
BSD-3-Clause
false
47966ec1b8075d0e97b8cd661321d5c7
{% extends "error.html" %}\n{% block error_detail %}\n<p>{% trans %}You are requesting a page that does not exist!{% endtrans %}</p>\n{% endblock %}\n
.venv\Lib\site-packages\jupyter_server\templates\404.html
404.html
HTML
146
0.7
0
0
node-utils
977
2024-08-20T07:24:33.101426
Apache-2.0
false
85b49afc489bddf723299f1dbffdebd8
{# This template is not served, but written as a file to open in the browser,\n passing the token without putting it in a command-line argument. #}\n<!DOCTYPE html>\n<html lang="en">\n<head>\n <meta charset="UTF-8">\n <meta http-equiv="refresh" content="1;url={{ open_url }}" />\n <title>Opening Jupyter Appli...
.venv\Lib\site-packages\jupyter_server\templates\browser-open.html
browser-open.html
HTML
507
0.8
0
0
python-kit
372
2024-05-16T02:44:05.953276
Apache-2.0
false
3383505b2df6ef68481a28c37e70586d
{% extends "page.html" %}\n\n{% block stylesheet %}\n{{super()}}\n<style type="text/css">\n /* disable initial hide */\n div#header,\n div#site {\n display: block;\n }\n</style>\n{% endblock %}\n{% block site %}\n\n<div class="error">\n {% block h1_error %}\n <h1>{{status_code}} : {{status_mess...
.venv\Lib\site-packages\jupyter_server\templates\error.html
error.html
HTML
653
0.8
0.125
0.035714
awesome-app
69
2024-12-24T03:32:59.034047
BSD-3-Clause
false
9455c7d101ff7dd33a26551c2aafd0aa
{% extends "page.html" %}\n\n\n{% block stylesheet %}\n{% endblock %}\n\n{% block site %}\n\n<div id="jupyter-main-app" class="container">\n {% if login_available %}\n {# login_available means password-login is allowed. Show the form. #}\n <div class="row">\n <div class="navbar col-sm-8">\n <...
.venv\Lib\site-packages\jupyter_server\templates\login.html
login.html
HTML
4,468
0.95
0.273504
0
react-lib
28
2024-03-01T14:53:04.804197
BSD-3-Clause
false
ca50c9d7f4721ccdd2a18ab816ee3b56
{% extends "page.html" %}\n\n{# This template is rendered in response to an authenticated request, so the\nuser is technically logged in. But when the user sees it, the cookie is\ncleared by the Javascript, so we should render this as if the user was logged\nout, without e.g. authentication tokens.\n#}\n{% set logged_i...
.venv\Lib\site-packages\jupyter_server\templates\logout.html
logout.html
HTML
823
0.8
0.176471
0.04
node-utils
411
2023-12-13T21:27:17.063298
BSD-3-Clause
false
a3551816bee3089da73aa242f933ba00
{% extends "page.html" %}\n\n{% block site %}\n <div id=jupyter-main-app>\n <h1>A Jupyter Server is running.</h1>\n </div>\n{% endblock site %}\n
.venv\Lib\site-packages\jupyter_server\templates\main.html
main.html
HTML
147
0.7
0
0
awesome-app
428
2025-05-14T21:00:23.807150
Apache-2.0
false
017dbb94d3fa1fe6a79f5f85449db31d
<!DOCTYPE HTML>\n<html>\n\n<head>\n\n <meta charset="utf-8">\n\n <title>{% block title %}Jupyter Server{% endblock %}</title>\n {% block favicon %}<link id="favicon" rel="shortcut icon" type="image/x-icon" href="{{ static_url("favicon.ico") }}">\n {% endblock %}\n <link rel="stylesheet" href="{{static_ur...
.venv\Lib\site-packages\jupyter_server\templates\page.html
page.html
HTML
2,834
0.95
0.108696
0.013514
python-kit
752
2024-10-14T20:23:09.189953
MIT
false
126f5a16aaa26bdf2b3aac16796ae38e
<!DOCTYPE HTML>\n<html>\n\n<head>\n <meta charset="utf-8">\n <title>{{page_title}}</title>\n <meta name="viewport" content="width=device-width, initial-scale=1.0">\n</head>\n\n<body>\n <style type="text/css">\n html,\n body,\n #container {\n height: 100%;\n }\n\n body,\n #container {\n o...
.venv\Lib\site-packages\jupyter_server\templates\view.html
view.html
HTML
558
0.8
0
0.1
node-utils
617
2024-03-08T13:43:33.457458
Apache-2.0
false
1da30cd851c405bfe6265b8a10abdd4b
"""Terminal API handlers."""\n\nfrom jupyter_server_terminals.api_handlers import (\n TerminalAPIHandler,\n TerminalHandler,\n TerminalRootHandler,\n)\n
.venv\Lib\site-packages\jupyter_server\terminal\api_handlers.py
api_handlers.py
Python
154
0.85
0
0
react-lib
608
2025-06-24T18:49:33.505608
BSD-3-Clause
false
d3cf869286086d6aef1d9bd04507b40b
"""Tornado handlers for the terminal emulator."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom jupyter_server_terminals.handlers import TermSocket\n
.venv\Lib\site-packages\jupyter_server\terminal\handlers.py
handlers.py
Python
210
0.95
0.166667
0.5
node-utils
468
2023-07-26T20:08:07.336544
MIT
false
0db13e209bae59019cc6c68882dd85e1
"""A MultiTerminalManager for use in the notebook webserver\n- raises HTTPErrors\n- creates REST API models\n"""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\n\nfrom jupyter_server_terminals.terminalmanager import TerminalManager\n
.venv\Lib\site-packages\jupyter_server\terminal\terminalmanager.py
terminalmanager.py
Python
282
0.95
0.111111
0.285714
vue-tools
504
2024-03-20T01:21:26.692030
BSD-3-Clause
false
0541d58ed58cdbef8027b5dc67d48549
"""Terminals support."""\n\nimport warnings\n\n# Shims\nfrom jupyter_server_terminals import api_handlers\nfrom jupyter_server_terminals.handlers import TermSocket\nfrom jupyter_server_terminals.terminalmanager import TerminalManager\n\nwarnings.warn(\n "Terminals support has moved to `jupyter_server_terminals`",\n ...
.venv\Lib\site-packages\jupyter_server\terminal\__init__.py
__init__.py
Python
465
0.95
0.111111
0.076923
awesome-app
981
2024-01-11T17:26:58.128283
GPL-3.0
false
4c882d2a498de9738bdc2d4d73abccb5
\n\n
.venv\Lib\site-packages\jupyter_server\terminal\__pycache__\api_handlers.cpython-313.pyc
api_handlers.cpython-313.pyc
Other
388
0.7
0
0
awesome-app
577
2025-01-16T09:25:43.227200
BSD-3-Clause
false
0c0141650f1f0e5e71156426c9cd2253
\n\n
.venv\Lib\site-packages\jupyter_server\terminal\__pycache__\handlers.cpython-313.pyc
handlers.cpython-313.pyc
Other
332
0.7
0.2
0
vue-tools
41
2024-04-05T23:03:12.445885
GPL-3.0
false
cc111298dfe2f53917bc69f99bd36c06
\n\n
.venv\Lib\site-packages\jupyter_server\terminal\__pycache__\terminalmanager.cpython-313.pyc
terminalmanager.cpython-313.pyc
Other
414
0.7
0.2
0
node-utils
197
2023-08-18T04:10:27.582568
GPL-3.0
false
f123573d7e13c8174bbf1692491efa70
\n\n
.venv\Lib\site-packages\jupyter_server\terminal\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
821
0.7
0.111111
0
awesome-app
298
2025-05-22T05:58:36.783828
GPL-3.0
false
123e56aa5dcaf3a76d495b3aca83fa99
"""Tornado handlers for viewing HTML files."""\n\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom jupyter_core.utils import ensure_async\nfrom tornado import web\n\nfrom jupyter_server.auth.decorator import authorized\n\nfrom ..base.handlers import JupyterHand...
.venv\Lib\site-packages\jupyter_server\view\handlers.py
handlers.py
Python
1,092
0.95
0.111111
0.08
awesome-app
999
2024-08-13T23:05:58.074260
Apache-2.0
false
8ee9dc489b4e86281064521dedb994e2
"""Tornado handlers for viewing HTML files."""\n
.venv\Lib\site-packages\jupyter_server\view\__init__.py
__init__.py
Python
47
0.5
1
0
python-kit
161
2024-02-09T22:45:05.052069
BSD-3-Clause
false
5f580c2fc0e2b3fa5671fd6ba7c310ac
\n\n
.venv\Lib\site-packages\jupyter_server\view\__pycache__\handlers.cpython-313.pyc
handlers.cpython-313.pyc
Other
1,953
0.8
0.034483
0
awesome-app
259
2024-06-29T15:43:17.652921
GPL-3.0
false
3a200d19c5175ad7b10136c4a89e0034
\n\n
.venv\Lib\site-packages\jupyter_server\view\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
249
0.7
0.5
0
node-utils
406
2023-07-15T09:56:28.844918
MIT
false
f6d788adcba7be49d154f4f1a5862fab
\n\n
.venv\Lib\site-packages\jupyter_server\__pycache__\config_manager.cpython-313.pyc
config_manager.cpython-313.pyc
Other
6,662
0.8
0.109091
0
vue-tools
639
2025-04-17T23:34:54.508325
BSD-3-Clause
false
148d61d5806930a6ddc2fa1b2b8f2db7
\n\n
.venv\Lib\site-packages\jupyter_server\__pycache__\log.cpython-313.pyc
log.cpython-313.pyc
Other
3,869
0.95
0.065574
0
node-utils
626
2024-11-04T20:12:08.284864
MIT
false
198c21e658c3858a2978dae5264befa4
\n\n
.venv\Lib\site-packages\jupyter_server\__pycache__\pytest_plugin.cpython-313.pyc
pytest_plugin.cpython-313.pyc
Other
2,506
0.8
0
0
vue-tools
167
2025-01-05T21:25:57.325692
BSD-3-Clause
true
cb92ea45b1dc31b20613986493e40328
\n\n
.venv\Lib\site-packages\jupyter_server\__pycache__\traittypes.cpython-313.pyc
traittypes.cpython-313.pyc
Other
12,031
0.95
0.186992
0
python-kit
467
2024-06-02T02:38:06.043169
BSD-3-Clause
false
99206ed7325993a53bfbbb947d4eabcb
\n\n
.venv\Lib\site-packages\jupyter_server\__pycache__\transutils.cpython-313.pyc
transutils.cpython-313.pyc
Other
1,216
0.85
0
0
awesome-app
602
2024-08-24T03:46:22.114798
Apache-2.0
false
d0863c2c0909bc0fd7eb68136cd0fdf0
\n\n
.venv\Lib\site-packages\jupyter_server\__pycache__\utils.cpython-313.pyc
utils.cpython-313.pyc
Other
18,464
0.95
0.079681
0.00905
react-lib
907
2024-08-16T17:59:04.112809
Apache-2.0
false
03cdb4895d989fe48110a06fe76b6671
\n\n
.venv\Lib\site-packages\jupyter_server\__pycache__\_sysinfo.cpython-313.pyc
_sysinfo.cpython-313.pyc
Other
3,120
0.8
0.075472
0.065217
react-lib
979
2024-10-26T05:00:20.951073
Apache-2.0
false
95720c40e8f1f36d63d74eb38c778152
\n\n
.venv\Lib\site-packages\jupyter_server\__pycache__\_tz.cpython-313.pyc
_tz.cpython-313.pyc
Other
1,913
0.8
0.105263
0
react-lib
56
2024-07-21T20:48:29.515079
GPL-3.0
false
5f2f1d97c22482f55544475560d6c3bf
\n\n
.venv\Lib\site-packages\jupyter_server\__pycache__\_version.cpython-313.pyc
_version.cpython-313.pyc
Other
826
0.7
0
0
python-kit
909
2023-11-17T11:46:58.436133
MIT
false
fb340a82bbeb926b196023700f17a80b
\n\n
.venv\Lib\site-packages\jupyter_server\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
1,186
0.8
0
0
vue-tools
734
2025-03-16T07:36:48.443803
Apache-2.0
false
1b45b04a1d8a8cbdc97c0c58344c4347
\n\n
.venv\Lib\site-packages\jupyter_server\__pycache__\__main__.cpython-313.pyc
__main__.cpython-313.pyc
Other
417
0.7
0.25
0
python-kit
778
2025-05-02T19:25:36.231169
Apache-2.0
false
48a80a0fb5416d2e5e0a1f843e851d33
[console_scripts]\njupyter-server = jupyter_server.serverapp:main\n
.venv\Lib\site-packages\jupyter_server-2.16.0.dist-info\entry_points.txt
entry_points.txt
Other
65
0.5
0
0
awesome-app
830
2023-09-28T20:00:17.767931
MIT
false
28d8dec48dbeecf1321eb845f9952756
pip\n
.venv\Lib\site-packages\jupyter_server-2.16.0.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
react-lib
840
2024-06-06T03:09:40.694911
BSD-3-Clause
false
365c9bfeb7d89244f2ce01c1de44cb85
Metadata-Version: 2.4\nName: jupyter_server\nVersion: 2.16.0\nSummary: The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.\nProject-URL: Homepage, https://jupyter-server.readthedocs.io\nProject-URL: Documentation, https://jupyter-server.readthedocs.io\nProject-URL: Funding, https://jup...
.venv\Lib\site-packages\jupyter_server-2.16.0.dist-info\METADATA
METADATA
Other
8,477
0.95
0.021978
0.082759
node-utils
546
2024-08-22T16:36:23.482933
MIT
false
118e4fa2bf638020e16a6b1798af3add
../../Scripts/jupyter-server.exe,sha256=CFZzdMIGRqPVcxV494rQxXrxCBaeculYe-sCen3g-pM,108425\njupyter_server-2.16.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\njupyter_server-2.16.0.dist-info/METADATA,sha256=BbwbGyo6DcFppqvimZzUP6cYx4DGkMFxSHqI6LwMIpQ,8477\njupyter_server-2.16.0.dist-info/RE...
.venv\Lib\site-packages\jupyter_server-2.16.0.dist-info\RECORD
RECORD
Other
18,252
0.85
0
0
vue-tools
372
2023-07-18T12:04:48.979517
MIT
false
af83fec5208d8b83bc76ce96dc349fbd
Wheel-Version: 1.0\nGenerator: hatchling 1.27.0\nRoot-Is-Purelib: true\nTag: py3-none-any\n
.venv\Lib\site-packages\jupyter_server-2.16.0.dist-info\WHEEL
WHEEL
Other
87
0.5
0
0
vue-tools
292
2024-08-28T19:29:33.189821
Apache-2.0
false
e2fcb0ad9ea59332c808928b4b439e7a
BSD 3-Clause License\n\n- Copyright (c) 2001-2015, IPython Development Team\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...
.venv\Lib\site-packages\jupyter_server-2.16.0.dist-info\licenses\LICENSE
LICENSE
Other
1,588
0.7
0
0
react-lib
446
2024-08-28T11:44:52.875553
Apache-2.0
false
083556a9912a35360dae8281fb57e886
"""API handlers for terminals."""\nfrom __future__ import annotations\n\nimport json\nfrom pathlib import Path\nfrom typing import Any\n\nfrom jupyter_server.auth.decorator import authorized\nfrom jupyter_server.base.handlers import APIHandler\nfrom tornado import web\n\nfrom .base import TerminalsMixin\n\nAUTH_RESOURC...
.venv\Lib\site-packages\jupyter_server_terminals\api_handlers.py
api_handlers.py
Python
2,846
0.95
0.164835
0.042857
node-utils
586
2024-10-10T03:34:19.133143
BSD-3-Clause
false
cb6f4912a5cc6e79b1bb6da4b9b22c2b
"""A terminals extension app."""\nfrom __future__ import annotations\n\nimport os\nimport shlex\nimport sys\nimport typing as t\nfrom shutil import which\n\nfrom jupyter_core.utils import ensure_async\nfrom jupyter_server.extension.application import ExtensionApp\nfrom jupyter_server.transutils import trans\nfrom trait...
.venv\Lib\site-packages\jupyter_server_terminals\app.py
app.py
Python
5,240
0.95
0.164063
0.127273
python-kit
394
2023-11-29T11:46:57.936539
GPL-3.0
false
f58ac09edb8da78ecd5ba8f55c550697
"""Base classes."""\nfrom __future__ import annotations\n\nfrom typing import TYPE_CHECKING\n\nfrom jupyter_server.extension.handler import ExtensionHandlerMixin\n\nif TYPE_CHECKING:\n from jupyter_server_terminals.terminalmanager import TerminalManager\n\n\nclass TerminalsMixin(ExtensionHandlerMixin):\n """An ex...
.venv\Lib\site-packages\jupyter_server_terminals\base.py
base.py
Python
485
0.95
0.235294
0
react-lib
976
2025-01-16T11:38:04.621002
Apache-2.0
false
26556df2d1b52319cd2755b262e93310
"""Tornado handlers for the terminal emulator."""\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport typing as t\n\nfrom jupyter_core.utils import ensure_async\nfrom jupyter_server._tz import utcnow\nfrom jupyter_server.au...
.venv\Lib\site-packages\jupyter_server_terminals\handlers.py
handlers.py
Python
2,887
0.95
0.189189
0.086207
vue-tools
231
2024-01-05T18:19:11.805515
BSD-3-Clause
false
310a109391ce9bedac066223149c5bb0
openapi: 3.0.1\ninfo:\n title: Jupyter Server Terminals API\n description: Terminals API\n contact:\n name: Jupyter Project\n url: https://jupyter.org\n version: "1"\nservers:\n - url: /\npaths:\n /api/terminals:\n get:\n tags:\n - terminals\n summary: Get available terminals\n resp...
.venv\Lib\site-packages\jupyter_server_terminals\rest-api.yml
rest-api.yml
YAML
3,045
0.95
0.008403
0
node-utils
734
2025-03-25T09:53:06.985923
GPL-3.0
false
60903c4017aa3c436d1d5684e8a9a213
"""A MultiTerminalManager for use in the notebook webserver\n- raises HTTPErrors\n- creates REST API models\n"""\n# Copyright (c) Jupyter Development Team.\n# Distributed under the terms of the Modified BSD License.\nfrom __future__ import annotations\n\nimport typing as t\nfrom datetime import timedelta\n\nfrom jupyte...
.venv\Lib\site-packages\jupyter_server_terminals\terminalmanager.py
terminalmanager.py
Python
6,892
0.95
0.203488
0.108844
node-utils
699
2024-06-28T01:41:57.340136
MIT
false
4570e687f657d59a8814e7ce372f7a54
"""Version info for jupyter_server_terminals."""\n__version__ = "0.5.3"\n
.venv\Lib\site-packages\jupyter_server_terminals\_version.py
_version.py
Python
71
0.5
0.5
0
vue-tools
965
2023-10-14T11:12:28.293776
BSD-3-Clause
false
1bffce836391044847210ee60f991b03
from typing import Any, Dict, List\n\nfrom ._version import __version__ # noqa:F401\n\ntry:\n from jupyter_server._version import version_info\nexcept ModuleNotFoundError:\n msg = "Jupyter Server must be installed to use this extension."\n raise ModuleNotFoundError(msg) from None\n\nif int(version_info[0]) < ...
.venv\Lib\site-packages\jupyter_server_terminals\__init__.py
__init__.py
Python
699
0.95
0.125
0
vue-tools
795
2023-11-30T18:21:16.599084
GPL-3.0
false
72ac1481435d4610826aefc92a63296e
\n\n
.venv\Lib\site-packages\jupyter_server_terminals\__pycache__\api_handlers.cpython-313.pyc
api_handlers.cpython-313.pyc
Other
4,638
0.8
0.064516
0
vue-tools
359
2025-04-17T10:04:02.060304
GPL-3.0
false
1a3783b2e126995e41e60c88ca0a4d2e
\n\n
.venv\Lib\site-packages\jupyter_server_terminals\__pycache__\app.cpython-313.pyc
app.cpython-313.pyc
Other
6,119
0.95
0.017241
0
node-utils
548
2024-05-13T00:38:07.351154
GPL-3.0
false
fc0b04c395c429be4ccaec938fd3799f
\n\n
.venv\Lib\site-packages\jupyter_server_terminals\__pycache__\base.cpython-313.pyc
base.cpython-313.pyc
Other
1,031
0.7
0.125
0
react-lib
930
2023-10-01T03:16:49.671627
MIT
false
fb5584cfef52ba6c22fdc5d436d58634
\n\n
.venv\Lib\site-packages\jupyter_server_terminals\__pycache__\handlers.cpython-313.pyc
handlers.cpython-313.pyc
Other
4,217
0.8
0.025641
0
python-kit
324
2024-03-08T10:12:52.272138
BSD-3-Clause
false
eb90cc976a01a37f51f69264ea9fab26
\n\n
.venv\Lib\site-packages\jupyter_server_terminals\__pycache__\terminalmanager.cpython-313.pyc
terminalmanager.cpython-313.pyc
Other
8,306
0.8
0.130435
0
vue-tools
77
2025-01-11T21:52:24.354419
MIT
false
a035d3a4e7f5fe3f11c0327a1e7cd4c4
\n\n
.venv\Lib\site-packages\jupyter_server_terminals\__pycache__\_version.cpython-313.pyc
_version.cpython-313.pyc
Other
285
0.7
0.333333
0
awesome-app
196
2023-08-03T01:07:11.491240
BSD-3-Clause
false
9c37d91e4bb9db61d777935109872371
\n\n
.venv\Lib\site-packages\jupyter_server_terminals\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
1,039
0.85
0
0
vue-tools
398
2024-07-02T17:12:24.063782
GPL-3.0
false
6391e097aacca32d53148dd1588be2ff
pip\n
.venv\Lib\site-packages\jupyter_server_terminals-0.5.3.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
vue-tools
462
2024-02-10T02:16:43.351763
GPL-3.0
false
365c9bfeb7d89244f2ce01c1de44cb85
Metadata-Version: 2.1\nName: jupyter_server_terminals\nVersion: 0.5.3\nSummary: A Jupyter Server Extension Providing Terminals.\nProject-URL: Homepage, https://jupyter.org\nAuthor-email: Jupyter Development Team <jupyter@googlegroups.com>\nLicense: BSD 3-Clause License\n \n - Copyright (c) 2021-, Jupyter ...
.venv\Lib\site-packages\jupyter_server_terminals-0.5.3.dist-info\METADATA
METADATA
Other
5,643
0.95
0.00813
0.081633
python-kit
60
2024-04-22T02:41:34.634139
Apache-2.0
false
936aa824ff6a71a605a9651c98a68b4a
../../etc/jupyter/jupyter_server_config.d/jupyter_server_terminals.json,sha256=y8WPAYC5-QiOb71QCYYqLOLfa6IqQvEoO9xkcpPCJXM,99\njupyter_server_terminals-0.5.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\njupyter_server_terminals-0.5.3.dist-info/METADATA,sha256=xiU6R5410zH4B9QFs-wGiCRrCu-IYkZ...
.venv\Lib\site-packages\jupyter_server_terminals-0.5.3.dist-info\RECORD
RECORD
Other
1,903
0.7
0
0
node-utils
650
2024-01-06T14:54:48.760321
Apache-2.0
false
02d3d02d89a82fd5939e94148f4c68d9
Wheel-Version: 1.0\nGenerator: hatchling 1.21.1\nRoot-Is-Purelib: true\nTag: py3-none-any\n
.venv\Lib\site-packages\jupyter_server_terminals-0.5.3.dist-info\WHEEL
WHEEL
Other
87
0.5
0
0
python-kit
555
2024-08-21T07:19:13.950236
GPL-3.0
false
a2e74b4e3aea204ad48eb8854874f5a5
BSD 3-Clause License\n\n- Copyright (c) 2021-, Jupyter Development Team\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\nAll rights reserved.\n\n1. Redistributions of source code must retain the above copyright notice, ...
.venv\Lib\site-packages\jupyter_server_terminals-0.5.3.dist-info\licenses\LICENSE
LICENSE
Other
1,536
0.7
0
0
awesome-app
890
2024-06-08T23:17:32.290744
BSD-3-Clause
false
ee82bc15ab23966cc24cc4e361736bda
# --------------------------------------------------------------------------------------\n# Copyright (c) 2023-2024, Nucleic Development Team.\n#\n# Distributed under the terms of the Modified BSD License.\n#\n# The full license is in the file LICENSE, distributed with this software.\n# --------------------------------...
.venv\Lib\site-packages\kiwisolver\exceptions.py
exceptions.py
Python
1,293
0.95
0.215686
0.21875
python-kit
225
2024-05-16T22:09:44.333689
BSD-3-Clause
false
ffc09e4b2d9c8943cb50f0679a62d8b1
# --------------------------------------------------------------------------------------\n# Copyright (c) 2021-2024, Nucleic Development Team.\n#\n# Distributed under the terms of the Modified BSD License.\n#\n# The full license is in the file LICENSE, distributed with this software.\n# --------------------------------...
.venv\Lib\site-packages\kiwisolver\_cext.pyi
_cext.pyi
Other
8,887
0.95
0.447368
0.042056
node-utils
40
2025-03-31T16:43:08.586582
Apache-2.0
false
f8417c481b69984398a3f2333ad13466
# --------------------------------------------------------------------------------------\n# Copyright (c) 2013-2024, Nucleic Development Team.\n#\n# Distributed under the terms of the Modified BSD License.\n#\n# The full license is in the file LICENSE, distributed with this software.\n# --------------------------------...
.venv\Lib\site-packages\kiwisolver\__init__.py
__init__.py
Python
1,055
0.95
0
0.170732
react-lib
379
2024-11-09T17:44:31.757785
Apache-2.0
false
e9c67c729824000e7a6723d014658e56
\n\n
.venv\Lib\site-packages\kiwisolver\__pycache__\exceptions.cpython-313.pyc
exceptions.cpython-313.pyc
Other
2,124
0.7
0
0
vue-tools
812
2025-05-17T06:28:58.093784
Apache-2.0
false
98b32d34cbd2a7806cf97ae38bb33d0b
\n\n
.venv\Lib\site-packages\kiwisolver\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
692
0.7
0
0
awesome-app
571
2024-08-18T09:22:27.859137
GPL-3.0
false
261a880f034c29c5ac987f71ea982e9d
pip\n
.venv\Lib\site-packages\kiwisolver-1.4.8.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
react-lib
457
2023-07-12T00:04:25.581874
Apache-2.0
false
365c9bfeb7d89244f2ce01c1de44cb85
=========================\n The Kiwi licensing terms\n=========================\nKiwi is licensed under the terms of the Modified BSD License (also known as\nNew or Revised BSD), as follows:\n\nCopyright (c) 2013-2024, Nucleic Development Team\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms...
.venv\Lib\site-packages\kiwisolver-1.4.8.dist-info\LICENSE
LICENSE
Other
3,360
0.95
0
0.140351
node-utils
904
2024-05-07T18:51:26.023782
Apache-2.0
false
5f7ce5ba663b186ce35b78df96a2eb0a
Metadata-Version: 2.1\nName: kiwisolver\nVersion: 1.4.8\nSummary: A fast implementation of the Cassowary constraint solver\nAuthor-email: The Nucleic Development Team <sccolbert@gmail.com>\nMaintainer-email: "Matthieu C. Dartiailh" <m.dartiailh@gmail.com>\nLicense: =========================\n The Kiwi licensing...
.venv\Lib\site-packages\kiwisolver-1.4.8.dist-info\METADATA
METADATA
Other
6,305
0.95
0.008475
0.080808
node-utils
111
2025-01-26T12:48:32.648145
MIT
false
6dce97b7a242b04fa224d3c0aef8e8a8
kiwisolver-1.4.8.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4\nkiwisolver-1.4.8.dist-info/LICENSE,sha256=l7KjyNuTXcceia3N4Yn2Bw6piRrHm2fx3qz1w2N8tHU,3360\nkiwisolver-1.4.8.dist-info/METADATA,sha256=BMg0eK9jdzPzjHGck4I8QIucgsznFTo6fTerUU0N-ng,6305\nkiwisolver-1.4.8.dist-info/RECORD,,\nkiwisol...
.venv\Lib\site-packages\kiwisolver-1.4.8.dist-info\RECORD
RECORD
Other
1,012
0.7
0
0
python-kit
886
2024-03-05T12:40:34.151355
Apache-2.0
false
0bad3cfb4a58dc787b1302e9782ea9ef
kiwisolver\n
.venv\Lib\site-packages\kiwisolver-1.4.8.dist-info\top_level.txt
top_level.txt
Other
11
0.5
0
0
node-utils
172
2024-02-04T08:10:13.681753
BSD-3-Clause
false
6f8fcbba0eb5033b81efc6c97afe5830
Wheel-Version: 1.0\nGenerator: setuptools (75.6.0)\nRoot-Is-Purelib: false\nTag: cp313-cp313-win_amd64\n\n
.venv\Lib\site-packages\kiwisolver-1.4.8.dist-info\WHEEL
WHEEL
Other
101
0.7
0
0
react-lib
579
2024-02-15T22:36:43.336523
GPL-3.0
false
dab00762fc75dabfa7aec8f519ca11b1
def _escape_inner(s: str, /) -> str:\n return (\n s.replace("&", "&amp;")\n .replace(">", "&gt;")\n .replace("<", "&lt;")\n .replace("'", "&#39;")\n .replace('"', "&#34;")\n )\n
.venv\Lib\site-packages\markupsafe\_native.py
_native.py
Python
218
0.95
0.125
0
python-kit
899
2025-07-02T18:57:49.476196
Apache-2.0
false
700c99d9727fa1a61fbccaac4f0eeb04
#include <Python.h>\n\n#define GET_DELTA(inp, inp_end, delta) \\n while (inp < inp_end) { \\n switch (*inp++) { \\n case '"': \\n case '\'': \\n case '&': \\n delta += 4; \\n break; \\n case '<': \\n case '>': \\n delta += 3; \\n break; \\n } \\n }\n\n#define DO_ESCAPE(inp, inp_end, outp) \\n { \\n Py_s...
.venv\Lib\site-packages\markupsafe\_speedups.c
_speedups.c
C
4,353
0.95
0.068627
0.161111
python-kit
724
2025-07-01T00:25:18.841333
Apache-2.0
false
29db02c1e9aa195a48d54f06884e6af8
MZ
.venv\Lib\site-packages\markupsafe\_speedups.cp313-win_amd64.pyd
_speedups.cp313-win_amd64.pyd
Other
13,312
0.8
0
0.01087
react-lib
176
2025-06-28T19:58:19.660300
GPL-3.0
false
20706012478a45bf682a86971d0d665c
def _escape_inner(s: str, /) -> str: ...\n
.venv\Lib\site-packages\markupsafe\_speedups.pyi
_speedups.pyi
Other
42
0.65
1
0
awesome-app
504
2024-01-09T05:07:53.343962
Apache-2.0
false
409ce8e53d0314236bd3ff08d6e96b80
from __future__ import annotations\n\nimport collections.abc as cabc\nimport string\nimport typing as t\n\ntry:\n from ._speedups import _escape_inner\nexcept ImportError:\n from ._native import _escape_inner\n\nif t.TYPE_CHECKING:\n import typing_extensions as te\n\n\nclass _HasHTML(t.Protocol):\n def __ht...
.venv\Lib\site-packages\markupsafe\__init__.py
__init__.py
Python
13,609
0.95
0.243038
0.05137
vue-tools
537
2024-01-13T03:12:40.461351
GPL-3.0
false
48ef6717dce9a4e48149440503fa5cf6
\n\n
.venv\Lib\site-packages\markupsafe\__pycache__\_native.cpython-313.pyc
_native.cpython-313.pyc
Other
614
0.8
0
0
react-lib
998
2023-11-12T14:39:37.904177
MIT
false
e2a9a1d6df5e488cc8383d34472c042b
\n\n
.venv\Lib\site-packages\markupsafe\__pycache__\__init__.cpython-313.pyc
__init__.cpython-313.pyc
Other
21,255
0.95
0.056769
0
node-utils
657
2025-05-22T14:48:19.745522
Apache-2.0
false
24b1cef0de13f83c5c3b5ecf1bd842da
pip\n
.venv\Lib\site-packages\MarkupSafe-3.0.2.dist-info\INSTALLER
INSTALLER
Other
4
0.5
0
0
vue-tools
446
2024-12-12T23:04:01.216775
GPL-3.0
false
365c9bfeb7d89244f2ce01c1de44cb85
Copyright 2010 Pallets\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redis...
.venv\Lib\site-packages\MarkupSafe-3.0.2.dist-info\LICENSE.txt
LICENSE.txt
Other
1,503
0.7
0
0
awesome-app
960
2025-03-08T05:50:53.786175
MIT
false
ffeffa59c90c9c4a033c7574f8f3fb75