Skip to content

Latest commit

 

History

History
49 lines (24 loc) · 820 Bytes

README.md

File metadata and controls

49 lines (24 loc) · 820 Bytes

parivahan-py

Get Vehicle Details from Registration Number from parivahan.gov site

how to install

pip install -e git+https://github.com/loanzen/parivahan-py.git#egg=parivahan

how to use

You can call the function for getting the registration details like this

from parivahan import get_parivahan_data

print get_parivahan_data('XX00XX0000')

to get vehicle stolen status

from parivahan import is_vehicle_stolen

print is_vehicle_stolen('XX00XX0000')
  • Free software: MIT license

Credits

This package was created with Cookiecutter_ and the audreyr/cookiecutter-pypackage_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage