langchain-jupyter

View on PyPIReverse Dependencies (0)

0.1.0 langchain_jupyter-0.1.0-py3-none-any.whl

Wheel Details

Project: langchain-jupyter
Version: 0.1.0
Filename: langchain_jupyter-0.1.0-py3-none-any.whl
Download: [link]
Size: 4835
MD5: bbabfc61ffa8e60eefcb01aad91be2d5
SHA256: 812c080026adf84a8f26d220e9e67275a698d2c986658190ad46df4605abe28c
Uploaded: 2025-02-01 17:20:16 +0000

dist-info

METADATA

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

WHEEL

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

RECORD

Path Digest Size
langchain_jupyter/__init__.py sha256=QddLS2VAdb3EBm0ceb__gyLyk1afT1oLhLugkTu8ZB8 107
langchain_jupyter/__version__.py sha256=TuXg03Fjv6MrUOajl4kPJo7cSRzPoPVcSuuwSjnJrOQ 116
langchain_jupyter/tests/__init__.py sha256=ecX_r6IZdlmZhQYP4ON4W2rszkY52YmuyW6wUh7ys30 115
langchain_jupyter-0.1.0.dist-info/METADATA sha256=csE8v9LuPW164ZOW3L4AxjJIDOI4ery43UcWizHtZeg 3992
langchain_jupyter-0.1.0.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
langchain_jupyter-0.1.0.dist-info/entry_points.txt sha256=RcBoUJztcQlnN5IJcmqZq3C_v9uOyi-hGkGVoNtmeQY 160
langchain_jupyter-0.1.0.dist-info/licenses/LICENSE sha256=W_0rWKXq5rcG8a4qp2wkg_MUCpYg4QwjEMWZtVYdmT4 1882
langchain_jupyter-0.1.0.dist-info/RECORD

entry_points.txt

jaa = langchain_jupyter.app:main
langchain-jupyter = langchain_jupyter.app:main
langchain-jupyter-console = langchain_jupyter.consoleapp:main