Metadata-Version: 2.1
Name: wati-api
Version: 0.1.1
Summary: WATI API Client Library
Home-page: UNKNOWN
Author: Kien Nguyen
Author-email: kien@clare.ai
License: UNKNOWN
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

# 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
python setup.py install
```

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
```



