Skip to content

Get vehicle registration details from parivahan.gov.in website

License

Notifications You must be signed in to change notification settings

kkgowtham/parivahan-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Get vehicle registration details from parivahan.gov.in website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%