Skip to content

Releases: clpo13/vinnie

Version 0.1.0-alpha

30 Apr 19:14
v0.1.0-alpha
ca1032c
Compare
Choose a tag to compare
Version 0.1.0-alpha Pre-release
Pre-release

Initial alpha release of Vinnie. This release is incomplete and intended for testing VIN parsing, particularly for getting model years.

What works:

  • Detecting if a VIN is valid by calculating its check digit
  • Parsing a VIN into its constituent parts:
    • world manufacturer identifier
    • vehicle attributes
    • check digit
    • vehicle identifier section
  • Converting the model year code to a 4-digit year

What doesn't work:

  • Converting attributes other than the model year to a human-readable format