Metadata-Version: 2.4
Name: dj-chatbot
Version: 0.0.1
Summary: A Django package for adding AI-powered chatbot widgets to your project.
Project-URL: Bug Tracker, https://github.com/donMichaelL/dj-chatbot/issues
Project-URL: Changelog, https://github.com/donMichaelL/dj-chatbot/blob/main/CHANGELOG.md
Project-URL: Repository, https://github.com/donMichaelL/dj-chatbot
Author-email: Michael Loukeris <michael.loukeris@gmail.com>
Maintainer-email: Michael Loukeris <michael.loukeris@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: agents,ai,chatbot,django,langchain,llm,python
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.12
Requires-Dist: django>=4.2
Requires-Dist: langchain>=0.3
Description-Content-Type: text/markdown

<div align="center">

# DJ Chatbot

[![Python](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
[![Django](https://img.shields.io/badge/django-4.2+-green.svg)](https://www.djangoproject.com/)
[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://github.com/astral-sh/ruff)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)


*A Django package for adding AI-powered chatbot widgets to your project.*

<!-- TODO: Replace with actual GIF gifcap.dev -->
<!-- ![DJ Chatbot Demo](docs/demo.gif) -->

</div>
