jupyter-agentic

View on PyPIReverse Dependencies (0)

0.1.0 jupyter_agentic-0.1.0-py3-none-any.whl

Wheel Details

Project: jupyter-agentic
Version: 0.1.0
Filename: jupyter_agentic-0.1.0-py3-none-any.whl
Download: [link]
Size: 4792
MD5: 4def1724a77e96ec9dd5d85444b54722
SHA256: 306a0ab2421670734b519eb72d1e6df5d0107220e523e9ba9e765db22e4361e5
Uploaded: 2025-01-26 09:45:49 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: jupyter_agentic
Version: 0.1.0
Author-Email: Datalayer <info[at]datalayer.io>
Project-Url: Home, https://github.com/datalayer/jupyter-agentic
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-kernel-client
Requires-Dist: jupyter-nbmodel-client
Requires-Dist: langchain
Requires-Dist: langchain-openai
Requires-Dist: python-dotenv
Requires-Dist: jupyter-server-ydoc; extra == "example"
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: example
Provides-Extra: lint
Provides-Extra: test
Provides-Extra: typing
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 651 characters]

WHEEL

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

RECORD

Path Digest Size
jupyter_agentic/__init__.py sha256=sTWXzfzOxZDHLsZp-ig8H596sFJNkVuSa5NQva2aIe8 105
jupyter_agentic/__version__.py sha256=TSBIJ5dFBzySQvXe_KchZRVS4XWwcVmUZdhaeYCDwx4 114
jupyter_agentic/tests/__init__.py sha256=4k6Qa0UJc0vhG0rfnVXNaM53upxbF_YalyxkIpErWts 113
jupyter_agentic-0.1.0.dist-info/METADATA sha256=zrq82YxjBjXl8I5zJjNzQ67ZIFAPmYaKQ9_u82aumzE 3973
jupyter_agentic-0.1.0.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
jupyter_agentic-0.1.0.dist-info/entry_points.txt sha256=yPrGZnT-vWdRn1cN3KdIBdLnDFiYCi59IoCAk_EKTDs 150
jupyter_agentic-0.1.0.dist-info/licenses/LICENSE sha256=W_0rWKXq5rcG8a4qp2wkg_MUCpYg4QwjEMWZtVYdmT4 1882
jupyter_agentic-0.1.0.dist-info/RECORD

entry_points.txt

jaa = jupyter_agentic.app:main
jupyter-agentic = jupyter_agentic.app:main
jupyter-agentic-console = jupyter_agentic.consoleapp:main