Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return the vPIC version and release date #4

Closed
davidpeckham opened this issue Feb 21, 2024 · 1 comment
Closed

Return the vPIC version and release date #4

davidpeckham opened this issue Feb 21, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@davidpeckham
Copy link
Owner

davidpeckham commented Feb 21, 2024

Return the publication date of the NHTSA vPIC data bundled with this package. See https://vpic.nhtsa.dot.gov/decoder/Home/ReleaseNotes.

@davidpeckham davidpeckham added the enhancement New feature or request label Feb 21, 2024
@davidpeckham davidpeckham changed the title Return vPIC version date Return vPIC publication date Feb 21, 2024
@davidpeckham davidpeckham changed the title Return vPIC publication date Return the vPIC publication date Feb 21, 2024
@davidpeckham
Copy link
Owner Author

davidpeckham commented Feb 25, 2024

For example:

from vin import VIN

VIN.vpic_version()

{
    "version": "3.44",
    "released": "2024-02-17",
    "effective": "2024-02-16T19:41:08+00:00",
    "url": "https://vpic.nhtsa.dot.gov/api/vPICList_lite_2024_02.bak.zip",
}

@davidpeckham davidpeckham changed the title Return the vPIC publication date Return the vPIC version and release date Feb 25, 2024
@davidpeckham davidpeckham self-assigned this Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant