Metadata-Version: 2.1
Name: wati_api
Version: 0.2.1
Summary: WATI API Client Library
Home-page: UNKNOWN
Author: Kien Nguyen
Author-email: kien@clare.ai
License: UNKNOWN
Description: # WATI API client library
        
        [![license](https://img.shields.io/badge/license-Apache%20v2.0-blue.svg)](LICENSE) [![PyPI version](https://badge.fury.io/py/wati_api.svg)](https://badge.fury.io/py/wati_api)
        
        ## Installation
        
        Install the client:
        
        ```bash
        # Clone the source code
        git clone https://github.com/ClareAI/wati_python
        pip install -e .
        ```
        
        This package can be found on [PyPI](https://pypi.python.org/pypi/wati_api).
        
        ```bash
        pip install wati_api
        ```
        
        ## Examples
        
        The example can be found [here](./examples/).
        
        - Create a copy of the environment variables example. Then adjust it:
        
        ```bash
        cp .env.example .env
        ```
        
        - Source the .env file:
        
        ```bash
        source .env
        ```
        
        - Run the example:
        
        ```bash
        python examples/main.py
        ```
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6
Description-Content-Type: text/markdown
