Pre-release
This release is a pre-release and may not be stable for production use.
.. 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.
Release files for vinlib 0.6.4dev
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distributions (sdists)
| File | Size | Uploaded | |
|---|---|---|---|
| vinlib-0.6.4dev.zip | 4.2 kB | Details | |
| vinlib-0.6.4dev.tar.gz | 2.0 kB | Details |
Release files / vinlib-0.6.4dev.zip
| Download URL | vinlib-0.6.4dev.zip |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
789fa911b6c72b38b3c7c1365fc774a762f99d108af9191ea37522b14a78bed4
|
|
BLAKE2b-256 checksum How to use checksums |
9eb5a31027d304710a71ce8e939f3e290779a07fdb54f8a18d386b8478abf29e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / vinlib-0.6.4dev.tar.gz
| Download URL | vinlib-0.6.4dev.tar.gz |
|---|---|
| Size | 2.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ca763e04ae8cf476b93ff8e99b7895d5e199b0cd39c554408c41653541896636
|
|
BLAKE2b-256 checksum How to use checksums |
8a955de9855a0438822538c14a4001fb72f1c1d9b7315214fad12aa06eb43e27
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |