ai-chatter

View on PyPIReverse Dependencies (0)

0.0.1a1 ai_chatter-0.0.1a1-py3-none-any.whl

Wheel Details

Project: ai-chatter
Version: 0.0.1a1
Filename: ai_chatter-0.0.1a1-py3-none-any.whl
Download: [link]
Size: 28690
MD5: abfc20b90397702fe989371e4ebfd3f4
SHA256: aec83310653371ca9a3115beb302b29427bd57bbac9b39612b12f978a8e306d5
Uploaded: 2023-09-25 02:07:40 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ai-chatter
Version: 0.0.1a1
Author-Email: Fynn Freyer <fynn.freyer[at]googlemail.com>
Project-Url: Documentation, https://github.com/FynnFreyer/ai-chatter#readme
Project-Url: Issues, https://github.com/FynnFreyer/ai-chatter/issues
Project-Url: Source, https://github.com/FynnFreyer/ai-chatter
Keywords: ai,chatbot,chatgpt
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: openai
Requires-Dist: platformdirs
Requires-Dist: pydantic-settings
Requires-Dist: sqlalchemy
Requires-Dist: hatch; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: bs4; extra == "web"
Requires-Dist: markdownify; extra == "web"
Requires-Dist: requests-html; extra == "web"
Provides-Extra: dev
Provides-Extra: web
Description-Content-Type: text/markdown
License-Expression: AGPL-3.0-or-later
License-File: LICENSE.txt
[Description omitted; length: 1543 characters]

WHEEL

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

RECORD

Path Digest Size
ai_chatter/__about__.py sha256=jC4wcPj6towhkW7QDcBWUFiZQkUubWWBOvxW0eKe7jg 261
ai_chatter/__init__.py sha256=slIyp75s4b-s5nT5yxxduv-dth8rwPGv2vTA_i0w-MQ 127
ai_chatter/enums.py sha256=R8xnp2T-6SNQtnB5XcFy7yv-EwxhhDb4VMtN4u7Ge_8 1360
ai_chatter/scripts.py sha256=HVBFWlVr4siV6J38GrNXxSp8sbAmi1RwhacEV6V5sTI 1098
ai_chatter/apps/__init__.py sha256=I0ijrrETKuhPTr3zsUYHO480D5g6sJkbaplWvzGgRMk 244
ai_chatter/apps/base.py sha256=eizjKIqKvOaHtiFxIrsyJjNLGw6RvEHmtrZvVpWbAko 2780
ai_chatter/apps/chat.py sha256=jzDyVQxVLNz8h_4qKeEU0LbRV8FglnH3VY8yDT7G7lE 521
ai_chatter/apps/howto.py sha256=zBk_y7aTHI_2QXaI6jc_vR29ZUtW8qku7yrbytKhmto 2229
ai_chatter/apps/web.py sha256=8_4kCdU3wpEWaJwixYPhGSWY3ph9QaP75Ad0TNkgLR0 2191
ai_chatter/communication/__init__.py sha256=-sthj-SNBUcDKgDgPLM6hg0oVqXXeQeQ1rVWHHr--Iw 225
ai_chatter/communication/base.py sha256=TrH4SZo1frjRi7H8h9oMJd_vUrccxPOVGM6rVRJDi50 597
ai_chatter/communication/cli.py sha256=BeiaMu8kKib6TejiMPpxiS5uh4sPkO3Gd23Qfe8AEos 601
ai_chatter/db/__init__.py sha256=sIBiF_VolpOcCsd-yKLQvJ25PwKfIGsfLsb4ri_iCBw 204
ai_chatter/db/base.py sha256=V7vmufMk86nSJjyxz7v1MGdFJAP2NUcSEzT5O-CYn1M 2258
ai_chatter/db/chat.py sha256=qhS5cGOZD_2uPM1jKNbT8F1KjtC1Sb7aiAYCPeLQZGU 8124
ai_chatter/utils/__init__.py sha256=slIyp75s4b-s5nT5yxxduv-dth8rwPGv2vTA_i0w-MQ 127
ai_chatter/utils/config.py sha256=nAhtRQD0uQUw86tPv2TmD9ZZvvfyY9uM8O2WlyiDpFs 5952
ai_chatter-0.0.1a1.dist-info/METADATA sha256=vcL4-zKWJWQKa2P6ZA4cGlrlhMR3OkeIe2VAypRsroE 2990
ai_chatter-0.0.1a1.dist-info/WHEEL sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA 87
ai_chatter-0.0.1a1.dist-info/entry_points.txt sha256=YYyAuPNewC-ZoG9vOWmez_L5EUQKPprZFMk3gTPpL3g 85
ai_chatter-0.0.1a1.dist-info/licenses/LICENSE.txt sha256=svX3_SoK7W27eVEfCCoO-RgF2-SOdTa4vwIsX9CIu2U 34416
ai_chatter-0.0.1a1.dist-info/RECORD

entry_points.txt

chatter = ai_chatter.scripts:main
howto = ai_chatter.scripts:howto