Metadata-Version: 2.1
Name: pydiscovergy
Version: 2.0.5
Summary: Async Python 3 library for interacting with Discovergy smart meters API
Home-page: https://github.com/jpbede/pydiscovergy
License: MIT
Keywords: discovergy,smart meter,smart home
Author: Jan-Philipp Benecke
Author-email: jan-philipp@bnck.me
Requires-Python: >=3.9,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: authlib (>=0.15)
Requires-Dist: dataclasses-json (>=0.6.0,<0.7.0)
Requires-Dist: httpx (>=0.24)
Requires-Dist: marshmallow (>=3.19.0,<4.0.0)
Requires-Dist: pytz (>=2023.3,<2024.0)
Project-URL: Repository, https://github.com/jpbede/pydiscovergy
Description-Content-Type: text/markdown

# pydiscovergy
[![CI](https://github.com/jpbede/pydiscovergy/actions/workflows/ci.yml/badge.svg)](https://github.com/jpbede/pydiscovergy/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/jpbede/pydiscovergy/branch/dev/graph/badge.svg?token=JXB451BOSE)](https://codecov.io/gh/jpbede/pydiscovergy)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/b093280986f7453391f132a46d834154)](https://www.codacy.com/gh/jpbede/pydiscovergy/dashboard)

Async Python 3 library for interacting with Discovergy smart meters API

Install
=======

`pip install pydiscovergy`
