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 39 i386 (11)*, ppc64le (14)*, x86_64 (10)* Fedora 39 (0 downloads)
Fedora 40 i386 (7)*, ppc64le (8)*, x86_64 (8)* Fedora 40 (23 downloads)
Fedora 41 i386 (2)*, ppc64le (3)*, x86_64 (2)* Fedora 41 (13 downloads)
Fedora 42 i386 (0)*, ppc64le (0)*, x86_64 (0)* Fedora 42 (0 downloads)
Fedora rawhide i386 (363)*, ppc64le (359)*, x86_64 (362)* Fedora rawhide (146 downloads)

* Total number of downloaded packages.


Quick Enable

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

Other Actions