Metadata-Version: 2.2 Name: aiooui Version: 0.1.9 Summary: Async OUI lookups Home-page: https://github.com/bluetooth-devices/aiooui Author: J. Nick Koston Author-email: nick@koston.org Maintainer: Bluetooth Devices Maintainer-email: bluetooth@koston.org License: MIT Requires-Python: >=3.9,<4.0 Description-Content-Type: text/markdown License-File: LICENSE Dynamic: author Dynamic: author-email Dynamic: description Dynamic: description-content-type Dynamic: home-page Dynamic: license Dynamic: maintainer Dynamic: maintainer-email Dynamic: requires-python Dynamic: summary # aiooui
--- **Source Code**: https://github.com/bluetooth-devices/aiooui --- Async OUI lookups ## Installation Install this via pip (or your favourite package manager): `pip install aiooui` ## Usage Start by importing it: ```python import aiooui ``` ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): 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 [Copier](https://copier.readthedocs.io/) and the [browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template) project template.