panel-web-llm

View on PyPIReverse Dependencies (0)

0.0.1 panel_web_llm-0.0.1-py3-none-any.whl

Wheel Details

Project: panel-web-llm
Version: 0.0.1
Filename: panel_web_llm-0.0.1-py3-none-any.whl
Download: [link]
Size: 13783
MD5: e2e43a2258598c254ffea397af63c857
SHA256: e8300d9ab94c904e2ec8cca6e5e8c419341302f8ad28a2dae836463cfe6a175a
Uploaded: 2025-01-21 19:14:23 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: panel-web-llm
Version: 0.0.1
Summary: Extends HoloViz Panel with an interface that wraps a client-side LLM.
Author-Email: Andrew <a.holoviz.dev[at]gmail.com>
Maintainer-Email: Andrew <a.holoviz.dev[at]gmail.com>
Project-Url: Homepage, https://github.com/panel-extensions/panel-web-llm
Project-Url: Source, https://github.com/panel-extensions/panel-web-llm
License: BSD
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: packaging
Requires-Dist: panel (>=1.5.0)
Requires-Dist: mkdocs; extra == "dev"
Requires-Dist: mkdocs-material; extra == "dev"
Requires-Dist: mkdocs-pycafe; extra == "dev"
Requires-Dist: mkdocstrings[python]; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"
Requires-Dist: pytest-rerunfailures; extra == "dev"
Requires-Dist: pytest-xdist; extra == "dev"
Requires-Dist: watchfiles; extra == "dev"
Requires-Dist: mypy; extra == "mypy"
Requires-Dist: types-requests; extra == "mypy"
Requires-Dist: typing-extensions; extra == "mypy"
Provides-Extra: dev
Provides-Extra: mypy
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 4741 characters]

WHEEL

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

RECORD

Path Digest Size
panel_web_llm/__init__.py sha256=DoE2pu5AIyy6niybDEzGOKaJxNEcnAL0aPnL0DIGlUo 676
panel_web_llm/cli.py sha256=YHq9oRCqg_jW06vgs6braQ6g2z9aMe3nYEWrLr0cmoc 2272
panel_web_llm/main.py sha256=FZNTf-tjh6Ok-ePxyi86F9EwtKMrjZ32pZKdK1SAaJc 16723
panel_web_llm/models.py sha256=nYm9qQ3RXzdVqvNDFVaq-mCGNchbuhDd0izyOVZhWls 3967
panel_web_llm/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
panel_web_llm/settings.py sha256=y7yhP5wrUeDoqJvHP2m-xoLSvY1qJU77rO2prmcKOEY 14576
panel_web_llm-0.0.1.dist-info/METADATA sha256=48vg7Gvoxecw6drnt1YnQmzZJE99Pb7WFtzxn3DMc-A 6544
panel_web_llm-0.0.1.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
panel_web_llm-0.0.1.dist-info/entry_points.txt sha256=mWRxOpBGH1F6MyFDyZs6a4fLPHqyRq-H8s4RzubOkLM 87
panel_web_llm-0.0.1.dist-info/licenses/LICENSE.txt sha256=Jqbh7noYJKpAY0CUXf5UeMNtew5vLlLHmRbBrIo6XrE 1515
panel_web_llm-0.0.1.dist-info/RECORD

entry_points.txt

panel-web-llm = panel_web_llm.cli:main
pllm = panel_web_llm.cli:main