Metadata-Version: 2.1
Name: aiounifi
Version: 64
Summary: Python library for communicating with UniFi Network Controller API
Author-email: Robert Svensson <Kane610@users.noreply.github.com>
License: MIT
Project-URL: Source Code, https://github.com/Kane610/aiounifi
Project-URL: Bug Reports, https://github.com/Kane610/aiounifi/issues
Project-URL: Forum, https://community.home-assistant.io/t/unifi-network-integration-official-thread/
Keywords: unifi,homeassistant
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Home Automation
Requires-Python: >=3.11.0
Description-Content-Type: text/markdown
Provides-Extra: requirements
Provides-Extra: requirements_test
Provides-Extra: requirements_dev
License-File: LICENSE

# aiounifi
Asynchronous library to communicate with Unifi Controller

## Acknowledgements
* Paulus Schoutsen (balloob) creator of aiohue which most of this code repository is modeled after.
