Releases: benhovinga/aamva_barcode_library
v0.6-beta
What's Changed
- Chore: Fix PEP8 Errors by @benhovinga in #15
- (chore) Return barcode file as dict by @benhovinga in #17
- Release 0.6-beta by @benhovinga in #18
Full Changelog: v0.5-beta...v0.6-beta
Version 0.5-beta
- Restructured library files
- Rebuilt the entire barcode module
- New entry point is
aamva.barcode.parse_barcode_string("...")
- New entry point is
- Built robust tests for all modules
- Expanded the readme documentation
Version 0.4-alpha
Lots of work over the past few days. I think I can confidently say we can decode the barcode. Now to decode the data returned by the subfiles. Plans for decoding the subfiles based on the AAMVA version is in the works. (I should make that an Issue or project or something)
I am still gathering older versions of the AAMVA standard but it is proving difficult. Some basic Googling allowed me to find versions 1, 9, and 10. The AAMVA website only displays the current version 10 and they don't seem to have an archive of older version. (which is problematic when you come across a card from an older standard and cannot fully read it) I did come across a site that has some historical data about the standard before version 10 but I cannot confirm it's full validity and will use this information only if my continued search comes up empty.
Happy New Years everyone! More great coding to come in 2024
Version 0.3-alpha
Merge pull request #1 from benhovinga/dev v0.3-alpha