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) decode function coming soon.

Install vinlib

PYPI

You can install vinlib from PyPi:

easy_install vinlib

Done.

Using vinlib

In python code you can:

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

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

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 Distributions

vinlib-0.5dev.zip (3.4 kB view hashes)

Uploaded Source

vinlib-0.5dev.tar.gz (1.7 kB view hashes)

Uploaded Source

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