Metadata-Version: 2.1
Name: chatnio
Version: 0.1.0
Summary: The official Python library for the Chat Nio API 
Home-page: https://github.com/Deeptrain-Community/chatnio-api-python
Author: Deeptrain Community
Author-email: zmh@lightxi.com
License: MIT license
Keywords: chatnio
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: httpx>=0.13.3
Requires-Dist: websockets>=8.1

======================
ChatNio Python Library
======================


The official Python library for the Chat Nio API

* Authors: Deeptrain Team
* Free software: MIT license
* Documentation: https://docs.chatnio.net

Features
========

* Chat
* Conversation
* Quota
* Subscription and Package


Installation
============

Install using `pip`

.. code-block:: bash

    pip install --upgrade chatnio

And then import it

.. code-block:: python

    import chatnio


Usage
=====



=======
History
=======

- 0.1.0 (2023-10-13)
    * First release on PyPI.
