Metadata-Version: 2.4 Name: unifi-discovery Version: 1.4.0 Summary: Discover Unifi Devices License: Apache-2.0 License-File: LICENSE Author: J. Nick Koston Author-email: nick@koston.org Requires-Python: >=3.11,<4.0 Classifier: Development Status :: 2 - Pre-Alpha Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: Apache Software License Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Classifier: Programming Language :: Python :: 3.14 Classifier: Topic :: Software Development :: Libraries Provides-Extra: docs Requires-Dist: Sphinx (>=5,<8) ; extra == "docs" Requires-Dist: aiohttp (>=3.8.0) Requires-Dist: myst-parser (>=0.17.0) ; extra == "docs" Requires-Dist: pyroute2 (>=0.6.5) Requires-Dist: sphinx-rtd-theme (>=1,<4) ; extra == "docs" Project-URL: Bug Tracker, https://github.com/uilibs/unifi-discovery/issues Project-URL: Changelog, https://unifi-discovery.readthedocs.io/changelog.html Project-URL: Documentation, https://unifi-discovery.readthedocs.io Project-URL: Repository, https://github.com/uilibs/unifi-discovery Description-Content-Type: text/markdown # Unifi Discovery

CI Status Documentation Status Test coverage percentage

Poetry black pre-commit

PyPI Version Supported Python versions License

Discover Unifi Devices ## Installation Install this via pip (or your favourite package manager): `pip install unifi-discovery` ## Example usage aioscanner.py ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Floris Van der krieken

💻 💡
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! ## Credits This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [browniebroke/cookiecutter-pypackage](https://github.com/browniebroke/cookiecutter-pypackage) project template.