Skip to content

Commit e994dbf

Browse files
committed
Add badges to readme
1 parent 14ca716 commit e994dbf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Python Loading SDK
22

3+
[![PyPI Version][pypi-image]][pypi-url]
4+
[![][versions-image]][versions-url]
5+
[![Build Status][build-image]][build-url]
6+
7+
[pypi-image]: https://img.shields.io/pypi/v/python-loading-sdk
8+
[pypi-url]: https://pypi.org/project/python-loading-sdk/
9+
[versions-image]: https://img.shields.io/pypi/pyversions/python-loading-sdk
10+
[versions-url]: https://pypi.org/project/python-loading-sdk/
11+
[build-image]: https://github.com/hnrkcode/python-loading-sdk/actions/workflows/build.yaml/badge.svg
12+
[build-url]: https://github.com/hnrkcode/python-loading-sdk/actions/workflows/build.yaml
13+
314
## How to install
415

516
```

0 commit comments

Comments
 (0)