Skip to content

Commit

Permalink
Merge pull request #7 from tigattack/docs/badges_and_urls
Browse files Browse the repository at this point in the history
Add project URLs and readme badges
  • Loading branch information
tigattack authored Aug 25, 2024
2 parents b7893ac + 44d2560 commit d5f6025
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# DVLA Vehicle Enquiry Service Python SDK

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/tigattack/dvla-ves-api-py/test.yml?branch=main&style=for-the-badge&logo=github&label=test)
![PyPI - Python Versions](https://img.shields.io/pypi/pyversions/dvla-vehicle-enquiry-service?style=for-the-badge&logo=python&link=https%3A%2F%2Fpypi.org%2Fproject%2Fdvla-vehicle-enquiry-service)
![PyPI - Version](https://img.shields.io/pypi/v/dvla-vehicle-enquiry-service?style=for-the-badge&logo=python&link=https%3A%2F%2Fpypi.org%2Fproject%2Fdvla-vehicle-enquiry-service)

`dvla_vehicle_enquiry_service` is a Python SDK that provides a simple interface for interacting with the DVLA (Driver and Vehicle Licensing Agency) Vehicle Enquiry Service API. It allows retrieval of detailed vehicle information based on the registration number, including tax status, MOT status, and more.

## Installation
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[project]
requires-python = ">=3.8"

[project.urls]
Repository = "https://github.com/tigattack/dvla-vehicle-enquiry-service"
Issues = "https://github.com/tigattack/dvla-vehicle-enquiry-service/issues"

[tool.poetry]
name = "dvla_vehicle_enquiry_service"
version = "0.1.1"
Expand Down

0 comments on commit d5f6025

Please sign in to comment.