docs-chat-bot

View on PyPIReverse Dependencies (0)

0.0.1 docs_chat_bot-0.0.1-py3-none-any.whl

Wheel Details

Project: docs-chat-bot
Version: 0.0.1
Filename: docs_chat_bot-0.0.1-py3-none-any.whl
Download: [link]
Size: 16856
MD5: 42093fa4b1d265d3cdc26747be52cc30
SHA256: 42c98251846010b75442101c0cff4b59458ca9eddca974cef0a4e05f6daf39a9
Uploaded: 2023-04-10 03:20:36 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: docs-chat-bot
Version: 0.0.1
Summary: docs chat bot by leveraging CHATGPT
Author: learnforpractice
Author-Email: learnforpractice[at]gmail.com
Home-Page: https://github.com/learnforpractice/docs-chat-bot
License: MIT
Keywords: mkdocs plugin
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Requires-Dist: mkdocs (>=1.1)
Requires-Dist: pymdown-extensions (>=9.2)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2968 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
docs-chat-bot/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
docs-chat-bot/index.py sha256=qmKF7PHKdlYhIPcYGpN1hNtIzOlvkGy8VnD0_wOHqaU 1242
docs-chat-bot/plugin.py sha256=5J8Aw4CkExjk91LAVMsjefT7Wndo5y-KbOprCwaQPPo 2006
docs-chat-bot/query.py sha256=2Ux7AgmzCxL9jiMO5Yy_1sGptHMfltks-iloAM6tzr8 3240
docs-chat-bot/js/chat-dialog-plugin.css sha256=grKuIUZy5R_HVRfEm8uztNl-Y2tcK4q1mPnSWT9hhTI 837
docs-chat-bot/js/chat-dialog-plugin.js sha256=rKqi7YQ2X3IB_jlzfDhLUoPU-nyfkxEPpdsG3cYnSHE 2243
docs_chat_bot/__init__.py sha256=k7KzEAhJ3Z-86QH4QFJWaOrhGv1mHGLGCVtWDnmcIdo 141
docs_chat_bot/docs_chat_bot_server.py sha256=yvC2FUPHLqxBqaanOSh8i0nsAjpmUSMpDtybb0_9k10 5554
docs_chat_bot/index.py sha256=qmKF7PHKdlYhIPcYGpN1hNtIzOlvkGy8VnD0_wOHqaU 1242
docs_chat_bot/indexing.py sha256=fxuDYtsk_OJ4lPYrKIc7hD_rq4wYlrs_MxOh43hU4S0 2508
docs_chat_bot/log.py sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
docs_chat_bot/plugin.py sha256=PZW2HWBwKx2hjkVd-yo15U7iEHngKgc0H6AFkZ_C35k 2072
docs_chat_bot/query.py sha256=2Ux7AgmzCxL9jiMO5Yy_1sGptHMfltks-iloAM6tzr8 3240
docs_chat_bot/js/chat-dialog-plugin.css sha256=grKuIUZy5R_HVRfEm8uztNl-Y2tcK4q1mPnSWT9hhTI 837
docs_chat_bot/js/chat-dialog-plugin.js sha256=rMvXQCuQZT0KG86jpwX001kq91FW7QtJ8DFcxY-eEQs 2263
docs_chat_bot-0.0.1.dist-info/LICENSE sha256=5yF1EzWjMtyruHi4Ma7H0iQdRKJgcZz626ZdFsoMGlc 1064
docs_chat_bot-0.0.1.dist-info/METADATA sha256=3z99iJapO4h65b5_nsnktEGl-8_0n7SneNNpmlyQ3tY 3782
docs_chat_bot-0.0.1.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
docs_chat_bot-0.0.1.dist-info/entry_points.txt sha256=qR4SQkVQfj_VAkq3NG71JmrrqqlrbWD-zjeGrPsk5WU 191
docs_chat_bot-0.0.1.dist-info/top_level.txt sha256=UbTOVyRBb4U2wSKPOn5IDhcn_K814VN60Xm2PliFtKM 14
docs_chat_bot-0.0.1.dist-info/RECORD

top_level.txt

docs_chat_bot

entry_points.txt

docs_chat_bot_server = docs_chat_bot.docs_chat_bot_server:main
indexing_docs = docs_chat_bot.indexing:indexing_main
chat = docs_chat_bot.plugin:ChatPlugin