Search for information about the car by the Russian state number
Project description
Получение информации по госномеру
Использование:
from get_car_info import CarInfo
# Укажите российский автомобильный номер в формате А123АА97
car = CarInfo()
data = car.get_data("Е005КХ05")
# Некоторая информация
print('Номер:', data.number)
print('vin:', data.vin)
print('Марка:', data.marka)
print('Модель:', data.model)
print('Год производства:', data.year)
При указании гос номера необходимо использовать кириллицу!
car.get_data()возвращает Pydantic объект, где описаны характеристики автомобиля
• Вся полученная информация находится в общем доступе. Данные получены с помощью www.vinvision.ru
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
get_car_info-0.2.0.tar.gz
(12.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file get_car_info-0.2.0.tar.gz.
File metadata
- Download URL: get_car_info-0.2.0.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.31
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11564bffc13bf04cbcceda053da1eaa2878c00a4a41658e74754585e0e494d0b
|
|
| MD5 |
95e89e107f4fd976ba7b2973c306900c
|
|
| BLAKE2b-256 |
5f4bdc3217926ae44d9c85fbc3fe225241f28569cadc2a5404dc9753f88ad898
|
File details
Details for the file get_car_info-0.2.0-py3-none-any.whl.
File metadata
- Download URL: get_car_info-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.31
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f98064f2a1b443dd5dcab355763279f8c542a6cf39c89bdf7df07dc0306e3b59
|
|
| MD5 |
eb2657c2c6a8c03e2cf3df74b60e4bf5
|
|
| BLAKE2b-256 |
853a59aee2bbd606fa2833fdbeff4636640945ef9e66a324be9880158a2e9965
|