Metadata-Version: 2.1 Name: RachioPy Version: 1.1.0 Summary: A Python module for the Rachio API. Home-page: https://github.com/rfverbruggen/rachiopy Download-URL: https://github.com/rfverbruggen/rachiopy/archive/1.1.0.tar.gz Author: Robbert Verbruggen Author-email: rfverbruggen@icloud.com License: MIT Project-URL: Bug Reports, https://github.com/rfverbruggen/rachiopy/issues Platform: Cross Platform Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 Classifier: Topic :: Software Development Description-Content-Type: text/markdown License-File: LICENSE.txt Requires-Dist: requests # Rachiopy [](#contributors-) This python package provides a interface to the Rachio public API. ## Usage ```python from rachiopy import Rachio r = Rachio("authtoken") r.person.info() ``` For the complete documentation visit [read the docs](https://rachiopy.readthedocs.io/en/latest/). ## Contributors
Brian Rogers 💻 📖 ⚠️ |