Metadata-Version: 2.1
Name: klat-connector
Version: 0.8.0
Summary: The Klat Chat API
Home-page: https://github.com/neongeckocom/klat-connector
Author: Neongecko
Author-email: developers@neon.ai
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE.md

# Klat API

The `Klat Connector` provides programmatic access to a Klat server.


## SocketIO Klat v1 API
The `api.sio_klat_api` module provides a connector that is compatible with a
Klat 1.0 SocketIO server. By default, this connector will initiate a connection
upon initialization and be ready for use.
> This connector is also compatible with the `MachKlatServer` available in this
> package.

## MQ Klat v2 API
The `api.mq_klat_api` module provides a connector compatible with a Pyklatchat
server via MQ. This connector will not complete a connection until the `run` 
method is called.
