Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 281 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 281 Bytes

Rachiopy

This python package provides a interface to the Rachio public API.

Usage

from rachiopy import Rachio

r = Rachio("authtoken")

r.person.info()

For the complete documentation visit read the docs.