Convert mac addresses to vendor information/ names !
Project description
Convert mac addresses to vendor information/ names !
Installation
pip install mac2vendors
Usage
mtv --help
usage: mtv [-h] {write,mac} ...
positional arguments:
{write,mac} [command] help
write Write the vendor mapping json destination to the file path
given via --path.Defaults to vendors.json
mac Translates the mac address to a vendor mapping.
optional arguments:
-h, --help show this help message and exit
Raw Usage
Use from code
from mac2vendors.mac2vendors import get_mac_vendor vendor_list = get_mac_vendor(mac_address="00:00:00") print(vendor_list) [['00:00:00', '00:00:00', 'Officially Xerox, but 0:0:0:0:0:0 is more common']]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mac2vendors-1.1.6.tar.gz
(17.2 kB
view details)
File details
Details for the file mac2vendors-1.1.6.tar.gz.
File metadata
- Download URL: mac2vendors-1.1.6.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1aeb4f9f2b1c402042248861fdda09384b8576f97b37e54499d59e5205a3ddd2
|
|
| MD5 |
a91c6d5a4015b8ecbdf38447f4831440
|
|
| BLAKE2b-256 |
0a4b45abc3b3ef65e2024774d06860017c459e622b7e459cfe04568b2a339a08
|