Vehicle Identification Number Library
Project description
.. contents::
:depth: 3
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.
:depth: 3
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
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 Distributions
vinlib-0.6.4dev.zip
(4.2 kB
view details)
vinlib-0.6.4dev.tar.gz
(2.0 kB
view details)
File details
Details for the file vinlib-0.6.4dev.zip
.
File metadata
- Download URL: vinlib-0.6.4dev.zip
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
789fa911b6c72b38b3c7c1365fc774a762f99d108af9191ea37522b14a78bed4
|
|
MD5 |
1497c5a1b438369798dc4fdb3bfe07b8
|
|
BLAKE2b-256 |
9eb5a31027d304710a71ce8e939f3e290779a07fdb54f8a18d386b8478abf29e
|
File details
Details for the file vinlib-0.6.4dev.tar.gz
.
File metadata
- Download URL: vinlib-0.6.4dev.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ca763e04ae8cf476b93ff8e99b7895d5e199b0cd39c554408c41653541896636
|
|
MD5 |
04e7e2526e66addce907f980ae515710
|
|
BLAKE2b-256 |
8a955de9855a0438822538c14a4001fb72f1c1d9b7315214fad12aa06eb43e27
|