Python module for decoding VIN metadata from NHTSA API
Project description
vin_decoder_nhtsa
Python library which uses the NHTSA Vehicle API to perform lookups. Attributes are dynamically populated based on API query results returned. This, theoretically, keeps this library low maintenance and requires zero updates for handling of new VIN's.
Usage
>>> from vin_decoder_nhtsa.decoder import Vin
>>>
>>> vin = Vin('WBAGF8324WD*82')
>>> print(vin.Make)
BMW
>>> print(vin.Model)
740i
>>> print(vin.ModelYear)
1998
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file vin_decoder_nhtsa-0.0.2.tar.gz
.
File metadata
- Download URL: vin_decoder_nhtsa-0.0.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05a9b582fc8aed452b5903237f55103e817ca177c62ab59a22fcbc1eee90fdf4 |
|
MD5 | 465ad42ed8886654d5a9c421bfceb847 |
|
BLAKE2b-256 | b4aa3fb0a425d225d08c8470da57507493edc13de9963ddea507b96bd5de9d5c |
File details
Details for the file vin_decoder_nhtsa-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: vin_decoder_nhtsa-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f4670f6f2731dd1923dbab09cbedc49be018f726af1132aa240abbf4064c927 |
|
MD5 | e8b5ca241375fbe4db4836e37fe59ee4 |
|
BLAKE2b-256 | 3919db034b61fe1e406f82aa9f42507a4aed28d23c90b42208339020c2a8cf72 |