Skip to content

Releases: GIJack/python-generate_mac

Version 1.3.1

24 Mar 17:47
Compare
Choose a tag to compare
  • 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

04 Nov 22:21
Compare
Choose a tag to compare
  • 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

30 Jun 16:03
Compare
Choose a tag to compare
  • 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

29 Feb 02:03
Compare
Choose a tag to compare
  • Added function list_vendors(file) - just returns a list of valid vendor names from file. Python list format

Version 1.0.0

17 Dec 01:34
Compare
Choose a tag to compare

Initial Release