Skip to main content

lookup the ieee's oui table by mac, mac prefix, org name or country

Project description

how to..

… install:

pip3 install pyoui
# master branch should be stable as well
pip3 install git+https://github.com/smthnspcl/pyoui

… use by cli:

pyoui --help

usage: pyoui [-h] [-o OUTFILE] [-d] [-p PREFIX] [-c COMPANY]

optional arguments:
  -h, --help            show this help message and exit
  -o OUTFILE, --outfile OUTFILE
                        oui file which will be downloaded and read.
  -d, --debug           enable debugging
  -p PREFIX, --prefix PREFIX
                        search by mac prefix
  -c COMPANY, --company COMPANY
                        search by company name

… use by code:

from pyoui import OUI

entries = OUI(debug=True).parse()

print("entries:", entries.size())

e = next(entries.by_company("national security"))
print("company", e.company.__dict__, e.prefix)

e = next(entries.by_prefix("00:22:72"))
print("prefix", e.company.__dict__, e.prefix)

e = next(entries.by_mac("BC:23:92:42:42:42"))
print("mac", e.company.__dict__, e.prefix)

e = list(entries.by_country_code("US"))
print("length:", len(e))
print("first item:", e[0].prefix, e[0].company.__dict__)

ae = list(entries.by_country_name("United States"))
print("by country code length:", len(e), " | by name length:", len(ae))
print("lengths should be equal")

other info:

the csv folder was generated by obsolete/dump.py
the folder obsolete is as the name implies, obsolete.
all files in there are py2 and won't be refactored.

the setup.py will only install the pyoui package.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyoui-0.53.tar.gz (3.7 kB view details)

Uploaded Source

Built Distributions

pyoui-0.53-py3.8.egg (4.0 kB view details)

Uploaded Source

pyoui-0.53-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file pyoui-0.53.tar.gz.

File metadata

  • Download URL: pyoui-0.53.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pyoui-0.53.tar.gz
Algorithm Hash digest
SHA256 e1608c653c3772c1e38818753b6b7fb0ef36b0e6f800cc8d1e35bed63e2b1ae1
MD5 65d30ec36dbe47c6a0e280fa1c962da2
BLAKE2b-256 63cff06305cf874fc1d44ea41c9f854b1a883d1bf8ca794f06a84967d318fbb7

See more details on using hashes here.

File details

Details for the file pyoui-0.53-py3.8.egg.

File metadata

  • Download URL: pyoui-0.53-py3.8.egg
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pyoui-0.53-py3.8.egg
Algorithm Hash digest
SHA256 fd04771af652714e524e1d98b4b1f3cbd970415750beb98df032d11a3a9f3120
MD5 fae0b214a1b91fd4b44e086530863ce9
BLAKE2b-256 c3925247745cf39dbb2c5e07e737b55fea6819e9b23cd53832c8dd714670ea5e

See more details on using hashes here.

File details

Details for the file pyoui-0.53-py3-none-any.whl.

File metadata

  • Download URL: pyoui-0.53-py3-none-any.whl
  • Upload date:
  • Size: 5.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for pyoui-0.53-py3-none-any.whl
Algorithm Hash digest
SHA256 b117c028c40cbd571837efc0187d795440694a9dbc4984e512bb204ffa0b1af8
MD5 0bf43593d5d0faf1a5bdcd5adc918851
BLAKE2b-256 393ae8483fba72122ad05232a10283fbdc89e2451b7fd0b2c977643ef05940a9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page