{ "info": { "author": "Igor `idle sign` Starikov", "author_email": "idlesign@yandex.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "vininfo\n=======\nhttps://github.com/idlesign/vininfo\n\n.. image:: https://idlesign.github.io/lbc/py2-lbc.svg\n :target: https://idlesign.github.io/lbc/\n :alt: LBC Python 2\n\n----\n\n|release| |lic| |ci| |coverage| |health|\n\n.. |release| image:: https://img.shields.io/pypi/v/vininfo.svg\n :target: https://pypi.python.org/pypi/vininfo\n\n.. |lic| image:: https://img.shields.io/pypi/l/vininfo.svg\n :target: https://pypi.python.org/pypi/vininfo\n\n.. |ci| image:: https://img.shields.io/travis/idlesign/vininfo/master.svg\n :target: https://travis-ci.org/idlesign/vininfo\n\n.. |coverage| image:: https://img.shields.io/coveralls/idlesign/vininfo/master.svg\n :target: https://coveralls.io/r/idlesign/vininfo\n\n.. |health| image:: https://landscape.io/github/idlesign/vininfo/master/landscape.svg?style=flat\n :target: https://landscape.io/github/idlesign/vininfo/master\n\n\nDescription\n-----------\n\n*Extracts useful information from Vehicle Identification Number (VIN)*\n\n* Can be used as a standalone console application (CLI).\n* One can also use import it as any other package in your Python code.\n* Gives basic and detailed info (is available) about VIN.\n* Allows VIN checksum verification.\n\nAdditional info available for many vehicles from:\n\n* AvtoVAZ\n* Nissan\n* Opel\n* Renault\n\n\nRequirements\n------------\n\n* Python 2.7, 3.5+\n* `click` package for CLI\n\n\nUsage\n-----\n\nCLI\n~~~\n\n`click` package is required for CLI. You can install `vininfo` with `click` using::\n\n $ pip install vininfo[cli]\n\n\n.. code-block:: bash\n\n $ vininfo --help\n\n ; Print out VIN info:\n $ vininfo show XTAGFK330JY144213\n\n ; Basic:\n ; Country: USSR/CIS\n ; Manufacturer: AvtoVAZ\n ; Region: Europe\n ; Years: 2018, 1988\n ;\n ; Details:\n ; Body: Station Wagon, 5-Door\n ; Engine: 21179\n ; Model: Vesta\n ; Plant: Izhevsk\n ; Serial: 144213\n ; Transmission: Manual Renault\n\n ; Verify checksum\n $ vininfo check 1M8GDM9AXKP042788\n ; Checksum is valid\n\n\nPython\n~~~~~~\n\n.. code-block:: python\n\n from vininfo import Vin\n\n vin = Vin('VF1LM1B0H36666155')\n\n vin.country # France\n vin.manufacturer # Renault\n vin.region # Europe\n vin.wmi # VF1\n vin.vds # LM1B0H\n vin.vis # 36666155\n\n annotated = vin.annotate()\n details = vin.details\n\n vin.verify_checksum() # False\n Vin('1M8GDM9AXKP042788').verify_checksum() # True\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/idlesign/vininfo", "keywords": "", "license": "BSD 3-Clause License", "maintainer": "", "maintainer_email": "", "name": "vininfo", "package_url": "https://pypi.org/project/vininfo/", "platform": "", "project_url": "https://pypi.org/project/vininfo/", "project_urls": { "Homepage": "https://github.com/idlesign/vininfo" }, "release_url": "https://pypi.org/project/vininfo/1.3.0/", "requires_dist": null, "requires_python": "", "summary": "Extracts useful information from Vehicle Identification Number (VIN)", "version": "1.3.0" }, "last_serial": 5140150, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "89288029947efdc27487f0cf05521a33", "sha256": "067b44f9ca149c092230d69b3b9efd5cbe281615f284b57e42735d11bf6457da" }, "downloads": -1, "filename": "vininfo-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "89288029947efdc27487f0cf05521a33", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14111, "upload_time": "2018-07-26T13:40:01", "url": "https://files.pythonhosted.org/packages/d9/fc/c0e22e5cf184472ee72d4dd8ba6afe3a3b0999b28f5ac1379cf04cc64413/vininfo-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e21a5d5bfbc51232476e39141b18fcf5", "sha256": "a120f9cabcaa26bf52b1653b9b89b125a30b619be363f7985ee36fb1ea074f23" }, "downloads": -1, "filename": "vininfo-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e21a5d5bfbc51232476e39141b18fcf5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17999, "upload_time": "2018-07-26T13:39:59", "url": "https://files.pythonhosted.org/packages/70/46/bc5cbf17551f2049f9f95cdf1393b7644a4398e29ad5815050572d5a52df/vininfo-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "e102bd81108fc3c8c15d439609c637e5", "sha256": "ad254fe9a66cb11a3455da5cdaf10c7802ca3d7dff1f722c5c8accb0c453e5b3" }, "downloads": -1, "filename": "vininfo-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e102bd81108fc3c8c15d439609c637e5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15831, "upload_time": "2018-07-27T13:43:34", "url": "https://files.pythonhosted.org/packages/e3/91/e195c4c60821c86167d5627156c949d7f9d0276b8219574a5188b80cee3f/vininfo-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "81d43f428e82256b5bb258c9826331d4", "sha256": "67d4b44fe52821414a8a0fb6c4f982f3306541bebc7571650bd88e71282af454" }, "downloads": -1, "filename": "vininfo-0.2.0.tar.gz", "has_sig": false, "md5_digest": "81d43f428e82256b5bb258c9826331d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19136, "upload_time": "2018-07-27T13:43:32", "url": "https://files.pythonhosted.org/packages/22/ac/7d3ba528863cf384d25271a10ec63aba703e802678cb326835150e56ece8/vininfo-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "3edecd6fab37be33351ac02d651d8c82", "sha256": "24262cb92fd411aecaf89f6711289c4d615b3c49ff38e28b6198add92cfad042" }, "downloads": -1, "filename": "vininfo-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3edecd6fab37be33351ac02d651d8c82", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18403, "upload_time": "2018-08-01T13:37:15", "url": "https://files.pythonhosted.org/packages/95/85/3459445cf71c0f7f33f2226a35647dbd670c02b33510db906ae2c313161b/vininfo-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9a02f3aafdc8b683964fd4fdf2341341", "sha256": "4ee00aaba0c536ac7a30443b8c5e7931390227ff54e1080d329f748a0035e5ec" }, "downloads": -1, "filename": "vininfo-0.3.0.tar.gz", "has_sig": false, "md5_digest": "9a02f3aafdc8b683964fd4fdf2341341", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21389, "upload_time": "2018-08-01T13:37:13", "url": "https://files.pythonhosted.org/packages/6f/a6/4f79e9bb53dec726ff55f576b3b788177d838abf85c32d2c9a5837cf407e/vininfo-0.3.0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "810738928d212993dd8d17e2dd262edf", "sha256": "3de12cfdd3ed0c4407573b79a6656d759029557052580f65959a0583fa3f3764" }, "downloads": -1, "filename": "vininfo-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "810738928d212993dd8d17e2dd262edf", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18598, "upload_time": "2019-01-18T11:45:04", "url": "https://files.pythonhosted.org/packages/a3/5f/272dd8cb7522114e2fbd145963c03086d7ee966a5f72edfe8fe628eb70d6/vininfo-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c526fc544bd9105b24f5823ec43cd95a", "sha256": "24c5b521eb1d458dcb87e9ed617d6d8a59dba486b2d517ff0d14d5b3898c506e" }, "downloads": -1, "filename": "vininfo-1.0.0.tar.gz", "has_sig": false, "md5_digest": "c526fc544bd9105b24f5823ec43cd95a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16458, "upload_time": "2019-01-18T11:45:02", "url": "https://files.pythonhosted.org/packages/f8/db/bd098d0fe0a11642aed0bd448add85a4bab7c4efcadedb49105c61c4ed56/vininfo-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "539f66b8f3e2ab5e3256e420b756d6de", "sha256": "c68ae8fb20c72ea3c78854be7b4d9bc0a84f74261778e573b339da06e064eab5" }, "downloads": -1, "filename": "vininfo-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "539f66b8f3e2ab5e3256e420b756d6de", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18643, "upload_time": "2019-04-02T12:31:37", "url": "https://files.pythonhosted.org/packages/45/3b/9146ad93fb5eafeb649a6638a1e7163e7169efc92e43ca7d0b971d5e8498/vininfo-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2924172ca5e8d252f3103734657c2fa7", "sha256": "0138077d4f9b04a1c9ae845f6fb47e80db75c625e7e0b9bd10be8542cd558230" }, "downloads": -1, "filename": "vininfo-1.1.0.tar.gz", "has_sig": false, "md5_digest": "2924172ca5e8d252f3103734657c2fa7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16576, "upload_time": "2019-04-02T12:31:35", "url": "https://files.pythonhosted.org/packages/49/84/b707ed973677f0e97f2d9431908c70984dd31a16a1f39ebab9338e96595b/vininfo-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "52a1e390fb5dac56f1f1a521cab39aad", "sha256": "0a1833b66f81ed6a28f21375dc11bd18b407fc9e03f816be9f7d81332c7614c2" }, "downloads": -1, "filename": "vininfo-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "52a1e390fb5dac56f1f1a521cab39aad", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 19136, "upload_time": "2019-04-03T13:39:03", "url": "https://files.pythonhosted.org/packages/44/65/d255cdb8fe51c7e6e5eedf438ca6c62305eee2f41106b735979dc28c3501/vininfo-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "73f336f4dc1ea5a6fed2bca8bd757f57", "sha256": "80ee0d37faf727c68ef270a070e1547bde9e63efdee489fb51ee415b335bb78a" }, "downloads": -1, "filename": "vininfo-1.2.0.tar.gz", "has_sig": false, "md5_digest": "73f336f4dc1ea5a6fed2bca8bd757f57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17142, "upload_time": "2019-04-03T13:39:02", "url": "https://files.pythonhosted.org/packages/a2/79/e7993114942174abf1ed676a19f518df32d0f0b15fdf25cadcc69444e378/vininfo-1.2.0.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "acaba0290067d7aa0fb3ed96153ece7a", "sha256": "60c84e120d0d43d0f1037949de88a4a36ff478fe4653776928168363e068e5ee" }, "downloads": -1, "filename": "vininfo-1.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "acaba0290067d7aa0fb3ed96153ece7a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 20406, "upload_time": "2019-04-14T08:08:26", "url": "https://files.pythonhosted.org/packages/f0/a3/8b2da149ffdf5ce7ec324c5d3c22bced7641388c10c95886a6417fe71021/vininfo-1.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5137e2495fd38af3d7deea66c0114ab7", "sha256": "da81e5592234bcd9c8e5615df34f2bc2e5dc0b6d93483dc7d761b7a06dd35c17" }, "downloads": -1, "filename": "vininfo-1.3.0.tar.gz", "has_sig": false, "md5_digest": "5137e2495fd38af3d7deea66c0114ab7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18495, "upload_time": "2019-04-14T08:08:23", "url": "https://files.pythonhosted.org/packages/47/45/1c5eb7d48e7f110288289262368c6b1a390e46b2c1956f951d8ab78773a3/vininfo-1.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "acaba0290067d7aa0fb3ed96153ece7a", "sha256": "60c84e120d0d43d0f1037949de88a4a36ff478fe4653776928168363e068e5ee" }, "downloads": -1, "filename": "vininfo-1.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "acaba0290067d7aa0fb3ed96153ece7a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 20406, "upload_time": "2019-04-14T08:08:26", "url": "https://files.pythonhosted.org/packages/f0/a3/8b2da149ffdf5ce7ec324c5d3c22bced7641388c10c95886a6417fe71021/vininfo-1.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5137e2495fd38af3d7deea66c0114ab7", "sha256": "da81e5592234bcd9c8e5615df34f2bc2e5dc0b6d93483dc7d761b7a06dd35c17" }, "downloads": -1, "filename": "vininfo-1.3.0.tar.gz", "has_sig": false, "md5_digest": "5137e2495fd38af3d7deea66c0114ab7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18495, "upload_time": "2019-04-14T08:08:23", "url": "https://files.pythonhosted.org/packages/47/45/1c5eb7d48e7f110288289262368c6b1a390e46b2c1956f951d8ab78773a3/vininfo-1.3.0.tar.gz" } ] }