Metadata-Version: 2.1
Name: ondewo-t2s-client
Version: 4.2.0
Summary: provides endpoints and messages for gRPC communication with the ONDEWO T2S server
Home-page: https://github.com/ondewo/ondewo-t2s-client-python
Author: Ondewo GbmH
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: >=2.7, !=3.0.1
Description-Content-Type: text/markdown
Requires-Dist: google-api-core (==2.8.1)
Requires-Dist: googleapis-common-protos (==1.56.2)
Requires-Dist: grpcio-reflection (==1.46.3)
Requires-Dist: grpcio-tools (==1.46.3)
Requires-Dist: grpcio (==1.46.3)
Requires-Dist: mypy-protobuf (==3.2.0)
Requires-Dist: ondewo-client-utils (==0.1.1)
Requires-Dist: cffi
Requires-Dist: numpy
Requires-Dist: polling (==0.3.2)
Requires-Dist: protobuf (==3.20.1)
Requires-Dist: pytest (==7.1.2)
Requires-Dist: regex (==2022.6.2)

<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>
  <h1 align="center">
      ONDEWO-T2S Client Library
  </h1>
</p>


This library facilitates the interaction between a user and an ONDEWO-T2S server instance. 

It is structured around a series of python files generated from protobuf 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-t2s-api).

Python Installation
-------------------

```bash
git clone git@github.com:ondewo/ondewo-t2s-client-python.git
cd ondewo-t2s-client-python
pip install -e .
```

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

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


