Metadata-Version: 2.1
Name: netrohomeapi
Version: 0.1.1
Summary: Python wrapper for NetroHome API
Home-page: https://github.com/GeorgeBark/netrohomeapi
Download-URL: https://github.com/GeorgeBark/netrohomeapi/archive/refs/tags/v0.1.1.tar.gz
Author: George Bark
Author-email: georgebark2000@gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: pydantic

# NetroHomeAPI Python Wrapper

This is a Python wrapper for the NetroHome API. It allows you to interact with the NetroHome cloud service to manage your Netro smart watering system.

## Installation

You can install the package from PyPI using `pip`:

`pip install netrohomeapi`


## Usage

```python
from netrohomeapi import NetroHomeAPI

# Initialize the API with your access token
api = NetroHomeAPI("YOUR_ACCESS_TOKEN")




