jupyter-mcp-client

View on PyPIReverse Dependencies (0)

0.1.0 jupyter_mcp_client-0.1.0-py3-none-any.whl

Wheel Details

Project: jupyter-mcp-client
Version: 0.1.0
Filename: jupyter_mcp_client-0.1.0-py3-none-any.whl
Download: [link]
Size: 4811
MD5: 32e0a741c57f271f0c4646b3dd923f30
SHA256: ee6e16f7eac0809525aafd463272610ad2dffca24007bbc38365572b341b88a6
Uploaded: 2025-02-12 12:29:28 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: jupyter_mcp_client
Version: 0.1.0
Author-Email: Datalayer <info[at]datalayer.io>
Project-Url: Home, https://github.com/datalayer/jupyter-mcp-client
License: BSD 3-Clause License Copyright (c) 2024, Datalayer All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- This library reuse part of Jupyter Server code licensed under BSD 3-Clause License Source: https://github.com/jupyter-server/jupyter_server/blame/v2.12.0/jupyter_server/services/kernels/connection/base.py This library reuse part of traitlets code licensed under BSD 3-Clause License Source: https://github.com/ipython/traitlets/blob/v5.14.3/traitlets/log.py
Keywords: Jupyter
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: jupyter-ai-agents
Requires-Dist: mcp[cli]
Requires-Dist: mdformat-gfm (>=0.3.5); extra == "lint"
Requires-Dist: mdformat (>0.7); extra == "lint"
Requires-Dist: ruff; extra == "lint"
Requires-Dist: ipykernel; extra == "test"
Requires-Dist: jupyter-server (<3,>=1.6); extra == "test"
Requires-Dist: pytest (>=7.0); extra == "test"
Requires-Dist: mypy (>=0.990); extra == "typing"
Provides-Extra: lint
Provides-Extra: test
Provides-Extra: typing
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 666 characters]

WHEEL

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

RECORD

Path Digest Size
jupyter_mcp_client/__init__.py sha256=furn2MlapHd0kIdPJ6xZHJcDIZoBIYBZykHEoc_q9VA 108
jupyter_mcp_client/__version__.py sha256=4GJ2UteVf6r4H7Wi9cM9mkk0Ej-cSYidcfeBmD-w0EY 117
jupyter_mcp_client/tests/__init__.py sha256=WoF3ENivVqnNhhVqaO78X8H-g0YrAXZUbJEYF54mvRI 116
jupyter_mcp_client-0.1.0.dist-info/METADATA sha256=slNjR7Yg09kLkTmcAWRjXZGOwqo0baIQWkQ02LOraSs 3811
jupyter_mcp_client-0.1.0.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
jupyter_mcp_client-0.1.0.dist-info/entry_points.txt sha256=zMeWyLVndBj3j940L5gb0qAJBU6e4ITYkZky57Caosc 101
jupyter_mcp_client-0.1.0.dist-info/licenses/LICENSE sha256=W_0rWKXq5rcG8a4qp2wkg_MUCpYg4QwjEMWZtVYdmT4 1882
jupyter_mcp_client-0.1.0.dist-info/RECORD

entry_points.txt

jms = jupyter_mcp_client.app:main
jupyter-mcp-client = jupyter_mcp_client.app:main