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 |
---|---|---|
![]() |
i386 (15)*, ppc64le (13)*, x86_64 (14)* | Fedora 40 (0 downloads) |
![]() |
i386 (10)*, ppc64le (6)*, x86_64 (3)* | Fedora 41 (25 downloads) |
![]() |
i386 (12)*, ppc64le (4)*, x86_64 (12)* | Fedora 42 (13 downloads) |
![]() |
i386 (366)*, ppc64le (363)*, x86_64 (371)* | Fedora rawhide (159 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable victoroliveira/python3-macvendor
More info about enabling Copr repositories