Console tool to make a MAC vendor lookups
Project description
A command-line utility to lookup info related to a MAC address or OUI, such as vendor name and address, based on the MAC Address API.
Installation
$ pip install maclookup-cli
User Install
You can also perform a user installation via
$ pip install maclookup-cli --user
For user installs on macOS make sure ~/Library/Python/<ver>/bin is in your $PATH, i.e. edit the PATH= line in ~/.bashrc or ~/.bash_profile, e.g. PATH=$PATH:~/Library/Python/<ver>/bin
Apply the changes with
$ source ~/.bashrc or $ source ~/.bash_profile
In Windows make sure %AppData%\Python\Python<version>\Scripts is in your PATH.
API key
The tool requires an API account, signup here.
The key can either be provided via the -k / --api-key command option or the environment variable
# macOS and Linux
$ export MAC_ADDRESS_IO_API_KEY="your-api-key"
# Windows (CMD)
set MAC_ADDRESS_IO_API_KEY="your-api-key"
# Windows (PowerShell)
$env:MAC_ADDRESS_IO_API_KEY="your-api-key"
Usage
$ maclookup --help
Documentation
The latest documentation is available on GitHub.
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
Built Distribution
Hashes for maclookup_cli-0.1.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5225ad8f21f85580e0d545daf601fa6e4a510e9cbc091357fcd361d0b212549f |
|
MD5 | ba91354ff25c56c62cd100d01f9b13ed |
|
BLAKE2b-256 | c1671bb4442700e8557bee261b01889e13d55dffda33f9cf6ac210dceb20c5fe |