Metadata-Version: 2.1
Name: aioraven
Version: 0.3.1
Summary: Asynchronous communication with Rainforest RAVEn devices.
Author-email: Scott K Logan <logans@cottsay.net>
License: Apache License, Version 2.0
Project-URL: Changelog, https://github.com/cottsay/aioraven/blob/main/CHANGELOG.md
Project-URL: GitHub, https://github.com/cottsay/aioraven
Project-URL: Homepage, https://github.com/cottsay/aioraven
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: iso4217
Requires-Dist: pyserial>=2.5
Requires-Dist: pyserial-asyncio
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
