aiooui
Async OUI lookups
What it is and what it does
aiooui is a lightweight async library for resolving MAC addresses to manufacturer information via OUI (Organizationally Unique Identifier) lookups. It wraps the standard OUI lookup process in an async interface, making it suitable for applications that need to identify network devices or Bluetooth peripherals without blocking I/O.
The package has no runtime dependencies and installs cleanly on Python 3.9 through 3.13. It is currently in pre-alpha development, meaning the API may change and the feature set is still stabilizing. The project is actively maintained but has limited real-world usage so far.
Use it for:
- Identify Bluetooth device manufacturers in async IoT applications or device discovery systems.
- Resolve MAC addresses to vendor names in network monitoring or device inventory tools.
- Build async network utilities that need to look up hardware manufacturer information without blocking.
- Integrate OUI resolution into async device management or network scanning workflows.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Performs asynchronous lookups of Organizationally Unique Identifiers (OUI) to resolve MAC addresses to manufacturer information.
Yes, if you need async OUI lookups in a Python 3.9+ project. The package is lightweight, dependency-free, and MIT-licensed. However, be aware it is pre-alpha: the API may change and real-world usage is minimal, so evaluate whether the lookup behavior matches your needs before relying on it in production.
Install
aiooui on PyPI
pip
pip install aioouiuv
uv add aioouipoetry
poetry add aioouiInstalling aiooui
Before you install
Low friction installation with no runtime dependencies. Actively maintained with recent commits; however, the project is in pre-alpha status and has minimal adoption.
License in practice
MIT license permits commercial and private use with minimal restrictions; you must include the license text in distributions but face no copyleft obligations.
Quickstart
pip install aiooui
import aiooui
# Async OUI lookup functionality available after import
Requires Python 3.9 or later; async context required to use async functions.
Verify before relying
- Specific OUI lookup API surface and return format not detailed in excerpt
- Data source for OUI mappings and update frequency unknown
- Performance characteristics and typical latency for lookups not documented
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (<4.0,>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 572 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 661,809/month — #5,444 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: aiooui-0.1.9-py3-none-any.whl
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
aiozoneinfoFetches timezone information asynchronously…
permissive · top 15,000 on PyPI
cached-ipaddressCaches IP address object construction and…
permissive · top 15,000 on PyPI
mac-vendor-lookupResolves MAC addresses to vendor names using a…
permissive · top 15,000 on PyPI
macaddressParses, validates, and converts MAC addresses…
permissive · top 15,000 on PyPI
aiodhcpwatcherWatches for DHCP packets on the network using…
permissive · top 15,000 on PyPI
aiousbwatcherWatches for USB devices being plugged in and…
permissive · top 15,000 on PyPI
aiohappyeyeballsImplements Happy Eyeballs (RFC 8305) connection…
permissive · top 100 on PyPI
habluetoothProvides high-availability Bluetooth…
permissive · top 5,000 on PyPI
vininfoExtracts and verifies information from Vehicle…
permissive · top 15,000 on PyPI
unifi-discoveryDiscovers Unifi devices on a network using…
permissive · top 15,000 on PyPI