Metadata-Version: 2.1
Name: ondewo-nlu-client
Version: 2.2.0
Summary: This library facilitates the interaction between a user and his/her CAI server.
Home-page: https://github.com/ondewo/ondewo-nlu-client-python
Author: Ondewo GmbH
Author-email: info@ondewo.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: dataclasses-json (==0.5.2)
Requires-Dist: google-api-core (==1.13.0)
Requires-Dist: googleapis-common-protos (==1.5.10)
Requires-Dist: grpcio (==1.31.0)
Requires-Dist: grpcio-reflection (==1.31.0)
Requires-Dist: grpcio-tools (==1.31.0)
Requires-Dist: mypy-protobuf (==1.20)
Requires-Dist: ondewo-client-utils (==0.1.0)
Requires-Dist: polling (==0.3.1)
Requires-Dist: pytest (==6.0.1)
Requires-Dist: regex (==2020.7.14)
Requires-Dist: protobuf (==3.18.0)

<p align="center">
    <a href="https://www.ondewo.com">
      <img alt="ONDEWO Logo" src="https://raw.githubusercontent.com/ondewo/ondewo-logos/master/github/ondewo_logo_github_2.png"/>
    </a>
</p>

Ondewo NLU Client Library
======================

This library facilitates the interaction between a user and his/her CAI server. It achieves this by providing a higher-level interface mediator.

This higher-level interface mediator is structured around a series of python files genereted from protobuff files. These protobuf files specify the details of the interface, and can be used to generate code in 10+ high-level languages. They are found in the [apis submodule](./ondewo-nlu-api) along with the older Google protobufs from Dialogueflow that were used at the start.

Python Installation
-------------------
You can install the library by installing it directly from the pypi:
```bash
pip install ondewo-nlu-client
```

Or, you could clone it and install the requirements:
```bash
git clone git@github.com:ondewo/ondewo-nlu-client-python.git
cd ondewo-nlu-client-python
pip install -e .
```

Let's Get Started! (WIP)
------------------
Import your programming interface:
```bash
ls ondewo
```

Get a suitable example:
```bash
ls examples
```


