{"library":"mac-vendor-lookup","title":"mac-vendor-lookup","description":"Looks up the vendor (manufacturer) for a given MAC address using the IEEE OUI database. Current version is 0.1.15, compatible with Python >=3.5 and <4. Released as needed, with stable API.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install mac-vendor-lookup"],"cli":{"name":"mac_vendor_lookup","version":"Invalid MAC address: --version contains unexpected character"}},"imports":["from mac_vendor_lookup import MacLookup"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import asyncio\nfrom mac_vendor_lookup import MacLookup\n\nasync def main():\n    mac = MacLookup()\n    await mac.update_vendors()\n    vendor = await mac.lookup('00:11:22:33:44:55')\n    print(vendor)\n\nasyncio.run(main())","lang":"python","description":"Initialize MacLookup, update the OUI database, and look up a MAC address.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}