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 36 i386 (348)*, ppc64le (348)*, x86_64 (353)* Fedora 36 (0 downloads)
Fedora 37 i386 (270)*, ppc64le (270)*, x86_64 (266)* Fedora 37 (16 downloads)
Fedora 38 i386 (4)*, ppc64le (4)*, x86_64 (4)* Fedora 38 (9 downloads)
Fedora 39 i386 (0)*, ppc64le (0)*, x86_64 (0)* Fedora 39 (2 downloads)
Fedora rawhide i386 (357)*, ppc64le (354)*, x86_64 (355)* Fedora rawhide (119 downloads)

* Total number of packages downloaded in the last seven days.


Quick Enable

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

Other Actions