Metadata-Version: 2.1
Name: surepy
Version: 0.4.0b2
Summary: Library to interact with the flaps & doors from Sure Petcare.
Home-page: https://github.com/benleb/surepy
License: MIT
Keywords: cat,surepetcare,home-assistant
Author: Ben Lebherz
Author-email: git@benleb.de
Requires-Python: >=3.8.0,<4.0.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: aiohttp[speedups] (>=3.6.3,<4.0.0)
Requires-Dist: async-timeout (>=3.0.1,<4.0.0)
Requires-Dist: colorama (>=0.4.4,<0.5.0)
Requires-Dist: halo (>=0.0.30,<0.0.31)
Requires-Dist: requests (>=2.24.0,<3.0.0)
Requires-Dist: rich (>=8.0.0,<9.0.0)
Project-URL: Documentation, https://github.com/benleb/surepy
Project-URL: Repository, https://github.com/benleb/surepy
Description-Content-Type: text/markdown

# surepy

Library & cli tool to interact with the flaps & feeders from Sure Petcare

News: *development on hold until december, sorry*

## cli (alpha)

currently implemented in master (just use it after you have read and understood the code, thanks 🐾):

```bash
  surepy cli 🐾

  https://github.com/benleb/surepy

Options:
  --version      show surepy version
  -h, --help     Show this message and exit.

Commands:
  devices       get devices
  locking       lock control
  notification  get notifications
  pets          get pets
  report        get pet/household report
  token         get a token
```

## library

todo: **documentation**

