Metadata-Version: 2.1
Name: govee-local-api
Version: 1.2.1
Summary: Library to comunicate with Govee local API
Home-page: 
Author: "Galorhallen"
Author-email: Galorhallen <andrea.ponte1987@gmail.com>
Project-URL: Homepage, https://github.com/Galorhallen/govee-local-api
Project-URL: Bug Tracker, https://github.com/Galorhallen/govee-local-api/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# Govee Local API

[![Upload Python Package](https://github.com/Galorhallen/govee-local-api/actions/workflows/deploy.yml/badge.svg?event=release)](https://github.com/Galorhallen/govee-local-api/actions/workflows/deploy.yml)

# Requirements

- Python >= 3.9
- Govee Local API enabled. Refer to https://app-h5.govee.com/user-manual/wlan-guide

# Installaction

From your terminal, run

    pip install govee-local-api

or

    python3 -m pip install govee-local-api
