Skip to content

Commit

Permalink
Merge pull request #6 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 6c6e158 + 8e8fe11 commit 5a7a9dd
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 @@
# DVSA MOT History Python SDK

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

`dvsa_mot_history` is a Python SDK that provides a simple interface for interacting with the DVSA MOT History API, allowing retrieval of MOT history, test results, and bulk downloads for vehicles registered with DVSA, DVA Northern Ireland, or the Commercial Vehicle Service.

## Features
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/dvsa-mot-history-api-py"
Issues = "https://github.com/tigattack/dvsa-mot-history-api-py/issues"

[tool.poetry]
name = "dvsa_mot_history"
version = "0.1.2"
Expand Down

0 comments on commit 5a7a9dd

Please sign in to comment.