jupyter-ai-assistant

View on PyPIReverse Dependencies (0)

0.1.0 jupyter_ai_assistant-0.1.0-py3-none-any.whl

Wheel Details

Project: jupyter-ai-assistant
Version: 0.1.0
Filename: jupyter_ai_assistant-0.1.0-py3-none-any.whl
Download: [link]
Size: 4895
MD5: 5d16b90275eb9b034731a7baf12768f1
SHA256: eb4e29a5f2c5c8514238c2b547535b42615d41b522fd4aa4d8cd1dbf5dd9baaa
Uploaded: 2024-12-27 08:05:44 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: jupyter_ai_assistant
Version: 0.1.0
Author-Email: Datalayer <info[at]datalayer.io>
Project-Url: Home, https://github.com/datalayer/jupyter-ai-assistant
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: 676 characters]

WHEEL

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

RECORD

Path Digest Size
jupyter_ai_assistant/__init__.py sha256=5_lvthhfzBe716SdNSn7gOWGy9pjyfILwxndT9Jul-0 110
jupyter_ai_assistant/__version__.py sha256=IWyac1qK8zxt-vN-lcTmpKPugptyt0avZCp4knn9rS0 119
jupyter_ai_assistant/tests/__init__.py sha256=m7TdHTNudP56CSG2jDLp9vkbdnWDgodCbIfe-OZA7yA 118
jupyter_ai_assistant-0.1.0.dist-info/METADATA sha256=AVTEfmPV-Z6Kwd7b6gf2AwHuqnnqMzvVV74A7eqArJU 4008
jupyter_ai_assistant-0.1.0.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
jupyter_ai_assistant-0.1.0.dist-info/entry_points.txt sha256=ocR93JAUhHs-nW5Oi_VqgzsW3Hw5MYw-rBaaKrBMJ0U 175
jupyter_ai_assistant-0.1.0.dist-info/licenses/LICENSE sha256=W_0rWKXq5rcG8a4qp2wkg_MUCpYg4QwjEMWZtVYdmT4 1882
jupyter_ai_assistant-0.1.0.dist-info/RECORD

entry_points.txt

jaa = jupyter_ai_assistant.app:main
jupyter-ai-assistant = jupyter_ai_assistant.app:main
jupyter-ai-assistant-console = jupyter_ai_assistant.consoleapp:main