Metadata-Version: 2.1
Name: pyzehndercloud
Version: 0.1
Summary: 
Author: Michaël Arnauts
Author-email: michael.arnauts@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiohttp (>=3.8.1,<3.9.0)
Requires-Dist: msal (>=1.18.0,<1.19.0)
Description-Content-Type: text/markdown

# pyZehnderCloud

`pyzehndercloud` is a Python 3 library to connect to the Zehnder Cloud portal. This project is related to [pycomfoconnect](https://github.com/michaelarnauts/comfoconnect).

## Usage

See `example.py` and `example_authenticate.py` for usage examples. 

You first need to run `example_authenticate.py` to obtain a token, then you can use `example.py` to connect to the portal.
