Metadata-Version: 2.1
Name: sqlsprinkler-python-GT3CH1
Version: 0.0.3
Summary: A python library to control a SQLSprinkler system
Home-page: https://github.com/GT3CH1/sqlsprinkler_python
Author: Gavin Pease
Author-email: gavinpease@gmail.com
Project-URL: Bug Tracker, https://github.com/GT3CH1/sqlsprinkler_python/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# sqlsprinkler_python
A python library for contrlling a sqlsprinkler system.


TODO:
- [ ] Create a zone class
- [ ] Create a system class
- [ ] Add controlling individual zones (setting on and off)
- [ ] Add manipulating individual zones (add,update,delete)
- [ ] Add controlling the entire system (system on or system off)
