Metadata-Version: 2.4
Name: chatbot-connectors
Version: 0.1.0
Summary: A unified Python library for connecting to various chatbot APIs (RASA, MillionBot, Taskyto)
Project-URL: Homepage, https://github.com/Chatbot-TRACER/chatbot-connectors
Project-URL: Documentation, https://github.com/Chatbot-TRACER/chatbot-connectors#readme
Project-URL: Repository, https://github.com/Chatbot-TRACER/chatbot-connectors
Project-URL: Bug Tracker, https://github.com/Chatbot-TRACER/chatbot-connectors/issues
Author-email: Iván Sotillo <ivandelhorno@gmail.com>
License: MIT
License-File: LICENSE
Keywords: api,chatbot,connectors,conversational-ai,millionbot,nlp,rasa,taskyto
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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 :: 3.12
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: requests>=2.25.0
Provides-Extra: dev
Requires-Dist: black>=21.0.0; extra == 'dev'
Requires-Dist: isort>=5.0.0; extra == 'dev'
Requires-Dist: mypy>=0.800; extra == 'dev'
Requires-Dist: pre-commit>=2.0.0; extra == 'dev'
Requires-Dist: pytest-cov>=2.10.0; extra == 'dev'
Requires-Dist: pytest>=6.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# Chatbot Connectors

![Python](https://img.shields.io/badge/python-3.8+-blue.svg)
![PyPI](https://img.shields.io/pypi/v/chatbot-connectors)
![License](https://img.shields.io/badge/license-MIT-green.svg)

A Python library for connecting to various chatbot APIs with a unified interface.
