skillfed

aiooui

Async OUI lookups

aiooui v0.1.9 661.8K downloads/30d#5,444 on PyPI1
Permissive license MIT Active released

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 aiooui

uv

uv add aiooui

poetry

poetry add aiooui

Installing 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

Development Status :: 2 - Pre-AlphaIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.9Topic :: Software Development :: Libraries

Tags

async OUI lookupMAC address manufacturer lookupOUI resolution asyncbluetooth device identificationMAC to manufacturer asyncnetwork device identificationasynchronous OUI resolver
async-networkingdevice-identification

More Libraries packages