Metadata-Version: 2.1
Name: aionova
Version: 0.0.6
Summary: A simple asyncio based library for communicating with Anova Precision Cookers
Home-page: https://github.com/kmdm/aionova
Author: Kenny Millington
Author-email: kenny@kennynet.co.uk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# aionova

A simple asyncio Python library to interact with the Anova Precision Cooker. 

## Getting your cooker_id/cooker_secret

See the advice given here: 

https://github.com/bmedicke/anova.py/issues/1#issuecomment-446835744

## Credits

  * Based on @bmedicke's library https://github.com/bmedicke/anova.py

