Python package providing a dictionary containing MAC address Organizationally Unique Identifiers (OUIs)
Project description
PyOUI_DB
PyOUI_DB is a Python package providing a dictionary containing MAC address Organizationally Unique Identifiers (OUIs) and their corresponding company names. This data is derived from The Wireshark OUI lookup tool, compiled from various sources.
Installation
You can install PyOUI_DB via pip:
pip install pyoui-db
Usage
from pyoui_db import OUI_LIB
# To retrieve the abbreviated company name for a given OUI
oui_abbreviated = OUI_LIB["00:00:08"][0]
# To retrieve the full company name for a given OUI
oui_full = OUI_LIB["00:00:08"][1]
Contributing
Contributions are welcome! If you find any missing OUIs or company names, please consider contributing by adding them to the database in Github
Alternatively, you can collaborate directly with Wireshark by visiting their donate page.
License
This project is licensed under the MIT License
Acknowledgments
- Thanks to the Wireshark manufacturer database for providing the initial data.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyoui_db-1.1.tar.gz
.
File metadata
- Download URL: pyoui_db-1.1.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e6f266ff5c5d58a9d1aad764243aedd3b29160e9f042e0da6dbba8877da8ce1 |
|
MD5 | f9439c0938de32015b8a7021d311d434 |
|
BLAKE2b-256 | 29e7c9ff2f994a5f1c0c2e36b6c3ed5bec149393d8212b64e2b80a442fc349cb |
File details
Details for the file pyoui_db-1.1-py3-none-any.whl
.
File metadata
- Download URL: pyoui_db-1.1-py3-none-any.whl
- Upload date:
- Size: 1.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 115da767735d2ccf0a2bf793382de5d46f0b492e2ee852330a7ee93d550077c0 |
|
MD5 | 62b137e1a893ca17cce35ff3d908d79b |
|
BLAKE2b-256 | 49ee1eddd6b3a239a48df5c66daa3fbd4d616634b1f8ce8166adac229acb1a26 |