victoroliveira/python3-macvendor

Project ID: 22731

Description

Python3-macvendor is a library/cli application written in Python 3, that determines a vendor of determined MAC address.

Installation Instructions

First, enable this repo using the script shown on the right (Section Quick Enable) -->
Then run the command bellow to install the software:
# dnf install python3-macvendor

Examples:
CLI
$ macvendor aa:bb:cc:dd:ee:ff
Blablabla Vendor

Library
>>> import macvendor
>>> macvendor.get_vendor('aa:bb:cc:dd:ee:ff')
'Blablabla Vendor'

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
Fedora 40 i386 (19)*, ppc64le (15)*, x86_64 (16)* Fedora 40 (0 downloads)
Fedora 41 i386 (16)*, ppc64le (8)*, x86_64 (5)* Fedora 41 (34 downloads)
Fedora 42 i386 (16)*, ppc64le (8)*, x86_64 (18)* Fedora 42 (20 downloads)
Fedora 43 i386 (4)*, ppc64le (4)*, x86_64 (4)* Fedora 43 (12 downloads)
Fedora rawhide i386 (368)*, ppc64le (365)*, x86_64 (373)* Fedora rawhide (166 downloads)

* Total number of downloaded packages.


Quick Enable

#> dnf copr enable victoroliveira/python3-macvendor
More info about enabling Copr repositories

Other Actions