Metadata-Version: 2.1
Name: sunrice
Version: 1.0.2
Summary: Garden Lighting Controller
Home-page: https://github.com/hubpav/sunrice
Author: Pavel Hübner
Author-email: pavel.hubner@gmail.com
License: MIT
Keywords: lighting mqtt iot
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: astral (==1.6.1)
Requires-Dist: click (==7.0)
Requires-Dist: paho-mqtt (==1.4.0)
Requires-Dist: schedule (==0.5.0)

# Sunrice - Garden Light Controller

Sunrice is a quick and dirty Python app for controlling my garden lights. It schedules on/off sequence at sunset/dawn, whereas exact times are calculated on daily basis. MQTT messages are sent to the PLC controller as a on/off sequence. Sunrice also reacts to `sunrise/on` and `sunrise/off` MQTT messagess (with no payload) to start the sequence manually.

## Contributing

Please read [**CONTRIBUTING.md**](https://github.com/hubpav/sunrice/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

## Versioning

We use [**SemVer**](https://semver.org/) for versioning. For the versions available, see the [**tags on this repository**](https://github.com/hubpav/sunrice/tags).

## Authors

* [**Pavel Hübner**](https://github.com/hubpav) - Initial work

## License

This project is licensed under the [**MIT License**](https://opensource.org/licenses/MIT/) - see the [**LICENSE**](https://github.com/hubpav/sunrice/blob/master/LICENSE) file for details.


