Metadata-Version: 2.3
Name: daybetter-local-api
Version: 1.0.6
Summary: Library to communicate with daybetter local API
License: Apache-2.0
Author: DayBetter
Author-email: moyuliu39@gmail.com
Requires-Python: >=3.11
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Project-URL: Bug Tracker, https://github.com/DayBetter/daybetter-local-api/issues
Project-URL: Repository, https://github.com/DayBetter/daybetter-local-api
Description-Content-Type: text/markdown

# daybetter Local API

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

# Requirements

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

# Installaction

From your terminal, run

    pip install daybetter-local-api

or

    python3 -m pip install daybetter-local-api

