Metadata-Version: 2.1
Name: aiopeplink
Version: 0.0.2
Summary: An asynchronous library to communicate with Peplink routers
Author-email: Mitchell Carlson <mitchell.carlson.pro@gmail.com>
Project-URL: Homepage, https://github.com/IAmTheMitchell/aiopeplink
Project-URL: Issues, https://github.com/IAmTheMitchell/aiopeplink/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp

# aiopeplink
An asynchronous library to communicate with Peplink routers.

## Acknowledgements
* Kane610, creator of aiounifi, which most of this code repository is modeled after.
