Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 350cfd2

Browse files
authored
Merge pull request #73 from duffelhq/more-badges
Add PyPI information related badges, support Black
2 parents 88386ad + 89821f3 commit 350cfd2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# duffel-api
2-
3-
![Build Status](https://github.com/duffelhq/duffel-api-python/actions/workflows/main.yaml/badge.svg)
1+
[![PyPI](https://img.shields.io/pypi/v/duffel-api?style=flat-square)](https://pypi.org/project/duffel-api/)
2+
[![Supported Python
3+
versions](https://img.shields.io/pypi/pyversions/duffel-api.svg)](https://pypi.org/project/duffel-api/)
4+
[![Build Status](https://github.com/duffelhq/duffel-api-python/actions/workflows/main.yaml/badge.svg)](https://github.com/duffelhq/duffel-api-python/actions/workflows/main.yaml)
5+
[![Code style:black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
6+
[![Downloads](https://pepy.tech/badge/duffel-api/month)](https://pepy.tech/project/duffel-api/month)
47

8+
# duffel-api
59

610
Python client library for the [Duffel API](https://duffel.com/docs/api).
711

0 commit comments

Comments
 (0)