Skip to content

Releases: NetworkJack2/python-generate_mac

Version 1.3.1

Choose a tag to compare

@NetworkJack2 NetworkJack2 released this 24 Mar 17:47
  • list_vendors() returns a set{} instead of a list[]
  • added encoding="utf8" when opening files to fix edgecase bugs
  • Updated documentation

Version 1.3.0

Choose a tag to compare

@NetworkJack2 NetworkJack2 released this 04 Nov 22:21
  • 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

Choose a tag to compare

@NetworkJack2 NetworkJack2 released this 30 Jun 16:03
  • 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

Choose a tag to compare

@NetworkJack2 NetworkJack2 released this 29 Feb 02:03
  • Added function list_vendors(file) - just returns a list of valid vendor names from file. Python list format

Version 1.0.0

Choose a tag to compare

@NetworkJack2 NetworkJack2 released this 17 Dec 01:34

Initial Release