Metadata-Version: 2.4 Name: pydroplet Version: 2.3.4 Summary: Package to connect to a Droplet device. Author-email: Sarah Seidman License-Expression: MIT Project-URL: Homepage, https://github.com/Hydrific/pydroplet Project-URL: Issues, https://github.com/Hydrific/pydroplet/issues Classifier: Programming Language :: Python :: 3 Classifier: Operating System :: OS Independent Requires-Python: >=3.10 Description-Content-Type: text/markdown License-File: LICENSE Requires-Dist: aiohttp Dynamic: license-file # pydroplet This is a package to interface with the [Droplet](https://shop.hydrificwater.com/pages/buy-droplet) device. ## Getting Started Install the package from [PyPI](https://pypi.org/project/pydroplet/). ``` pip install pydroplet ``` See the `examples` directory to get started.