jupyter-mcp

View on PyPIReverse Dependencies (0)

0.0.1 jupyter_mcp-0.0.1-py3-none-any.whl

Wheel Details

Project: jupyter-mcp
Version: 0.0.1
Filename: jupyter_mcp-0.0.1-py3-none-any.whl
Download: [link]
Size: 11558
MD5: 74127d720d72cf3a814552a11e44d989
SHA256: 26d2b55bd8cbcf4bd4ddba4ca1461d9ae95d631318f17347baf19eeb8486497d
Uploaded: 2025-03-22 08:21:24 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: jupyter_mcp
Version: 0.0.1
License: Datalayer License Do not distribute without prior agreement from Datalayer Inc. (c) Datalayer Inc. license@datalayer.io
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Requires-Dist: datalayer-core (>=1.0.0)
Requires-Dist: jupyter-server (<3,>=2.10)
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-jupyter; extra == "test"
Requires-Dist: pytest-tornasync; extra == "test"
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 444 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.21.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
jupyter_mcp/__init__.py sha256=GfKI-9ZzFnL_4n0CI_ZZpcaMInad3dNjmfrJXveO14c 351
jupyter_mcp/__main__.py sha256=PuTZQIOf-PPkdPJbPngBLhlKN-jeQ2RBLHeRInhc0nM 174
jupyter_mcp/__version__.py sha256=TGYxHP3kifdL9Vu9WXQnpHT4wFYdI1NjJNxwOrRIAEI 87
jupyter_mcp/application.py sha256=15TsbgUoRtNBwXUYAClzdYjwG3QCUSPnsbGeBahIxRA 3173
jupyter_mcp/serverapplication.py sha256=Of-5TPGeRV6qNZZoBwqYe8OKncE_NGOeh2MrphylqFI 2069
jupyter_mcp/handlers/__init__.py sha256=_yuJW_z9tjjPTaj2xjB0EqAz6mdYrkUzlncdlxQM0bU 65
jupyter_mcp/handlers/base.py sha256=zvrQnbyKHpOjG4tIkLbcb-WtYho3NmbHeZQBM7O0IeQ 403
jupyter_mcp/handlers/config/__init__.py sha256=_yuJW_z9tjjPTaj2xjB0EqAz6mdYrkUzlncdlxQM0bU 65
jupyter_mcp/handlers/config/handler.py sha256=6QzzgreKQBQWDpOq-DMwjMUdemUU-gd3fZCyNGZ7glQ 665
jupyter_mcp/handlers/index/__init__.py sha256=_yuJW_z9tjjPTaj2xjB0EqAz6mdYrkUzlncdlxQM0bU 65
jupyter_mcp/handlers/index/handler.py sha256=BvBgPQZf5BcO3Fg_ZNf8_eZysyKI9WP5sJ7BvjS7_Wk 401
jupyter_mcp/handlers/oauth/__init__.py sha256=_yuJW_z9tjjPTaj2xjB0EqAz6mdYrkUzlncdlxQM0bU 65
jupyter_mcp/handlers/oauth/handler.py sha256=rdFp3M8HSuKBOhQaFWKlsJnIwhDtlGyUF0pd_whi3_Q 3563
jupyter_mcp/static/README.md sha256=-sTavjqi5i8V1sN9CnS-iYfknmksGZSDl-PnnAEY6Pk 85
jupyter_mcp/templates/index.html sha256=11qCA2VTIWbtUNjzlndfdlqhIDgyD26bP97R5Gb63nQ 1521
jupyter_mcp/tests/__init__.py sha256=IT38oeWJ1V0ZDDrXBrxgtuajLyQpinBWTGHvuF_IzJ4 106
jupyter_mcp/tests/test_handlers.py sha256=ty3Acn8kr82s6C8xEozCWrYzlQaET7ZdgzeSgtaJ4iA 407
jupyter_mcp-0.0.1.data/data/etc/jupyter/jupyter_notebook_config.d/jupyter_iam.json sha256=wDW-ZBI0QE0Gl2wCr1hOA0sEPO64YxvT6e3MaWMk4Us 88
jupyter_mcp-0.0.1.data/data/etc/jupyter/jupyter_server_config.d/jupyter_iam.json sha256=C0K_msY2IkIR135_luTZSs-tyml3zYRJsruxkxEptU0 86
jupyter_mcp-0.0.1.dist-info/METADATA sha256=RuCAebqvnV5xqDVjSnquHjjeUZsH6Nc90hbWvwbFVUQ 1592
jupyter_mcp-0.0.1.dist-info/WHEEL sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc 87
jupyter_mcp-0.0.1.dist-info/entry_points.txt sha256=YivCfS8yuZkDLzDx9gXpd_-rtNNLT1KsIKUsyXcYAU0 151
jupyter_mcp-0.0.1.dist-info/licenses/LICENSE sha256=6afpKyJybPVi9VHHMZObZ2dC1sSJP5St1eY4Lbk0Nsw 122
jupyter_mcp-0.0.1.dist-info/RECORD

entry_points.txt

ji = jupyter_mcp.application:main
jupyter-mcp = jupyter_mcp.application:main
jupyter-mcp-server = jupyter_mcp.serverapplication:main