PyRTO
PyRTO is a Python package that allows you to fetch vehicle details and images based on license plate numbers.
Installation
You can install the package using pip:
pip install pyrto
Usage
You can use PyRTO either as a Python package or via command line.
As a Python package:
from pyrto import fetch_vehicle_details, fetch_vehicle_image
license_plate = "MH46CE6708"
# Fetch details
details = fetch_vehicle_details(license_plate)
if details:
print(details)
# Fetch image
image = fetch_vehicle_image(license_plate)
if image:
image.show()
Via command line:
To fetch vehicle details:
pyrto -lp MH46CE6708
To fetch and display the vehicle image:
pyrto -img MH46CE6708
License
This project is licensed under the MIT License.
Release files for pyrto 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyrto-0.1.1.tar.gz | 3.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyrto-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.0 kB
Release files / pyrto-0.1.1.tar.gz
| Download URL | pyrto-0.1.1.tar.gz |
|---|---|
| Size | 3.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5112ffa54d1176caef0bd6bd607a097c9932d4ac1c4a032e12208b1b9dd54e4b
|
|
BLAKE2b-256 checksum How to use checksums |
17257c32e37994ebf6b3d55b0195e9216514d803a74ccdc0818f02a8e7c84d71
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.0
|
Release files / pyrto-0.1.1-py3-none-any.whl
| Download URL | pyrto-0.1.1-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ca9914d88742a03715a070d58996ef4169a61a40f9c0a89ef947aa368c1621fb
|
|
BLAKE2b-256 checksum How to use checksums |
27f1a28a4d15d219c4c5700db33e9ec190f9debb5b28fc243fa8436afe18f93d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.0
|