Skip to main content

Extracts useful information from Vehicle Identification Number (VIN)

Project description

https://github.com/idlesign/vininfo

LBC Python 2

release lic ci coverage health

Description

Extracts useful information from Vehicle Identification Number (VIN)

  • Can be used as a standalone console application (CLI).

  • One can also use import it as any other package in your Python code.

  • Gives basic and detailed info (is available) about VIN.

  • Allows VIN checksum verification.

Additional info available for many vehicles from:

  • AvtoVAZ

  • Nissan

  • Opel

  • Renault

Requirements

  • Python 2.7, 3.5+

  • click package for CLI

Usage

CLI

click package is required for CLI. You can install vininfo with click using:

$ pip install vininfo[cli]
$ vininfo --help

; Print out VIN info:
$ vininfo show XTAGFK330JY144213

; Basic:
; Country: USSR/CIS
; Manufacturer: AvtoVAZ
; Region: Europe
; Years: 2018, 1988
;
; Details:
; Body: Station Wagon, 5-Door
; Engine: 21179
; Model: Vesta
; Plant: Izhevsk
; Serial: 144213
; Transmission: Manual Renault

; Verify checksum
$ vininfo check 1M8GDM9AXKP042788
; Checksum is valid

Python

from vininfo import Vin

vin = Vin('VF1LM1B0H36666155')

vin.country  # France
vin.manufacturer  # Renault
vin.region  # Europe
vin.wmi  # VF1
vin.vds  # LM1B0H
vin.vis  # 36666155

annotated = vin.annotate()
details = vin.details

vin.verify_checksum()  # False
Vin('1M8GDM9AXKP042788').verify_checksum()  # True

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vininfo-1.2.0.tar.gz (17.1 kB view details)

Uploaded Source

Built Distribution

vininfo-1.2.0-py2.py3-none-any.whl (19.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file vininfo-1.2.0.tar.gz.

File metadata

  • Download URL: vininfo-1.2.0.tar.gz
  • Upload date:
  • Size: 17.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for vininfo-1.2.0.tar.gz
Algorithm Hash digest
SHA256 80ee0d37faf727c68ef270a070e1547bde9e63efdee489fb51ee415b335bb78a
MD5 73f336f4dc1ea5a6fed2bca8bd757f57
BLAKE2b-256 a279e7993114942174abf1ed676a19f518df32d0f0b15fdf25cadcc69444e378

See more details on using hashes here.

File details

Details for the file vininfo-1.2.0-py2.py3-none-any.whl.

File metadata

  • Download URL: vininfo-1.2.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 19.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for vininfo-1.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0a1833b66f81ed6a28f21375dc11bd18b407fc9e03f816be9f7d81332c7614c2
MD5 52a1e390fb5dac56f1f1a521cab39aad
BLAKE2b-256 4465d255cdb8fe51c7e6e5eedf438ca6c62305eee2f41106b735979dc28c3501

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page