Releases: GIJack/python-generate_mac
Releases · GIJack/python-generate_mac
Version 1.3.1
Version 1.3.0
- added get_vid_bytes()
- vid_file_vendor() has a third parameter, a description search
- re-write of vid_file_vendor() for consistency, sanity and readability
- fixed logic with is_mac_address()
- improved exceptions with error handling for consistency
Version 1.2.0
- added is_mac_adddress() function to check if a string is a valid ethernet
- corrected 'none' to None type, and some other cleanups
Version 1.1.0
- Added function list_vendors(file) - just returns a list of valid vendor names from file. Python list format
Version 1.0.0
Initial Release