Metadata-Version: 2.4
Name: my-PV
Version: 0.0.1.dev7
Summary: Library to interface with my-PV devices.
Project-URL: Homepage, https://my-pv.com/
Project-URL: Repository, https://github.com/my-PV/py-mypv
Project-URL: Issues, https://github.com/my-PV/py-mypv/issues
Author-email: my-PV GmbH <info@my-pv.com>, Rogier van Staveren <rogier@batoid.com>
License: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.14
Requires-Dist: aiohttp>=3.13.5
Description-Content-Type: text/markdown

# Python library for my-PV devices

## About my-PV

my-PV produces functional and innovative solutions for housing technology powered by solar electricity.

## Installation

```bash
pip install my-pv
```

## Copyright

```Text
   Copyright 2026 my-PV GmbH

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
```