Skip to main content

Vehicle Identification Number Library

Project description

vinlib

vinlib is a Vehicle Identification Number Package that allows you to verify and decode parts of the vin number.

Currently it can:

  1. vinlib.check_vin will return whether the entered vin number is authentic/correct.

  2. Vin(‘somevinhere’) will return object that has vehicle year and vin check true/false flag.

Install vinlib

PYPI

You can install vinlib from PyPi:

easy_install vinlib
#or
pip install vinlib

Done.

Using vinlib

In python code you can check if the vin is valid:

import vinlib
myvinnumber='1hasomenumberhere'
print vinlib.check_vin(myvinnumber)

This will return true or false depending if the vin number is correct or not.

In python code you can decode vin’s year:

import vinlib
print vinlib.Vin('1ZVIHaveAVinNumber17').year

Additional Examples:

import vinlib
#get year from a vin
print vinlib.Vin('1ZVIHaveAVinNumber17').year
#check if vin is valid.
print vinlib.Vin('1ZVIHaveAVinNumber17').check

Enjoy,

vinlib team.

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

vinlib-0.7.14dev.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file vinlib-0.7.14dev.tar.gz.

File metadata

  • Download URL: vinlib-0.7.14dev.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for vinlib-0.7.14dev.tar.gz
Algorithm Hash digest
SHA256 42473199bb0a802e8e47b0e6fc462f77b8c07151c9b1363fccde7060c3b47113
MD5 38ae5d5ca0ab0621590339ca5d7eab0e
BLAKE2b-256 5def801c0f63c4fc012a2ed366d55e27e43b796494248324326d7219368a87cd

See more details on using hashes here.

Supported by

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