pip install -e git+https://github.com/loanzen/parivahan-py.git#egg=parivahan
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
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