Simple wrapper to the vPic API.
Project description
# Python-vPic
A simple wrapper around the vPic API.
## To install:
pip install python-vpic
## To use:
```
from vpic import vpic
# Single VIN lookup
vehicle = vpic.lookup_vin('5FYD4FS147B031975')
print('Make:', vehicle.make)
print('Model:', vehicle.model)
print('Year:', vehicle.model_year)
# Bulk VIN lookup
vehicles = vpic.lookup_vins(
[{'vin': '5FYD4FS147B031975', 'year': 2006}, {'vin': '4V4WDBPFSCN735320'}]
)
# ...
```
A simple wrapper around the vPic API.
## To install:
pip install python-vpic
## To use:
```
from vpic import vpic
# Single VIN lookup
vehicle = vpic.lookup_vin('5FYD4FS147B031975')
print('Make:', vehicle.make)
print('Model:', vehicle.model)
print('Year:', vehicle.model_year)
# Bulk VIN lookup
vehicles = vpic.lookup_vins(
[{'vin': '5FYD4FS147B031975', 'year': 2006}, {'vin': '4V4WDBPFSCN735320'}]
)
# ...
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python-vpic-0.1.5.tar.gz
(1.9 kB
view details)
File details
Details for the file python-vpic-0.1.5.tar.gz.
File metadata
- Download URL: python-vpic-0.1.5.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c51fc411601e6667269c46839108b194ebcb8a61b20405de5d4abc991cc21416
|
|
| MD5 |
057a480c37a7f81083329476cf66d41d
|
|
| BLAKE2b-256 |
a0d6d5a8c98456b28853cd4a59c1350863aedd16486f3ddebf01f71e1f6cfebb
|