Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b3420e9

Browse files
committedFeb 29, 2024··
docs: update README
Signed-off-by: JP-Ellis <josh@jpellis.me>
1 parent 419d711 commit b3420e9

File tree

1 file changed

+32
-5
lines changed

1 file changed

+32
-5
lines changed
 

‎README.md

+32-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,35 @@
1-
# pact-python
2-
3-
[![slack](https://slack.pact.io/badge.svg)](https://slack.pact.io)
4-
[![License](https://img.shields.io/github/license/pact-foundation/pact-python.svg?maxAge=2592000)](https://github.com/pact-foundation/pact-python/blob/master/LICENSE)
5-
[![Build and Test](https://github.com/pact-foundation/pact-python/actions/workflows/build_and_test.yml/badge.svg)](https://github.com/pact-foundation/pact-python/actions/workflows/build_and_test.yml)
1+
# Pact Python
2+
3+
<!-- markdownlint-disable no-inline-html -->
4+
<table align="center">
5+
<tr>
6+
<td>Package</td>
7+
<td>
8+
<a href="https://pypi.python.org/pypi/pact-python"><img src="https://img.shields.io/pypi/v/pact-python.svg" alt="Version"></a>
9+
<a href="https://pypi.python.org/pypi/pact-python"><img src="https://img.shields.io/pypi/pyversions/pact-python.svg" alt="Python Versions"></a>
10+
<a href="https://pypi.python.org/pypi/pact-python"><img src="https://img.shields.io/pypi/dm/pact-python.svg" alt="Downloads"></a>
11+
</td>
12+
</tr>
13+
<tr>
14+
<td>CI/CD</td>
15+
<td>
16+
<a href="https://github.com/pact-foundation/pact-python/actions/workflows/test.yml"><img src="https://img.shields.io/github/actions/workflow/status/pact-foundation/pact-python/test.yml?label=test" alt="CI - Test"></a>
17+
<a href="https://github.com/pact-foundation/pact-python/actions/workflows/build.yml"><img src="https://img.shields.io/github/actions/workflow/status/pact-foundation/pact-python/build.yml?label=build" alt="CI - Build"></a>
18+
<a href="https://github.com/pact-foundation/pact-python/actions/workflows/docs.yml"><img src="https://img.shields.io/github/actions/workflow/status/pact-foundation/pact-python/docs.yml?label=docs" alt="CI - Docs"></a>
19+
</td>
20+
</tr>
21+
<tr>
22+
<td>Meta</td>
23+
<td>
24+
<a href="https://github.com/pypa/hatch"><img src="https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg" alt="Hatch project"></a>
25+
<a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="linting - Ruff"></a>
26+
<a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="code style - Ruff"></a>
27+
<a href="https://github.com/python/mypy"><img src="https://img.shields.io/badge/types-Mypy-blue.svg" alt="types - Mypy"></a>
28+
<a href="https://pypi.python.org/pypi/ruff"><img src="https://img.shields.io/pypi/l/pact-python.svg" alt="License"></a>
29+
</td>
30+
</tr>
31+
</table>
32+
<!-- markdownlint-enable no-inline-html -->
633

734
Python version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project. Currently supports version 2 of the [Pact specification].
835

0 commit comments

Comments
 (0)
Please sign in to comment.