Skip to content

Commit 879c043

Browse files
committed
Add pypi release link to README badges
1 parent d7140cf commit 879c043

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A minimal Python wrapper around the [PAGE-XML][page-xml] format for OCR output. Can also import [ALTO-XML][alto-xml].
44

5-
[![pygexml checks, tests and docs][workflows-badge]][workflows] [![API docs online][api-docs-badge]][api-docs]
5+
[![pygexml checks, tests and docs][workflows-badge]][workflows] [![pypi release][pypi-badge]][pypi] [![API docs online][api-docs-badge]][api-docs]
66

77
## Installation
88

@@ -85,9 +85,11 @@ Released under the [MIT License](LICENSE).
8585
[workflows-badge]: https://github.com/SCDH/pygexml/actions/workflows/checks_tests_docs.yml/badge.svg
8686
[hypothesis]: https://hypothesis.readthedocs.io
8787
[dcj]: https://pypi.org/project/dataclasses-json/
88+
[pypi]: https://pypi.org/project/pygexml/
89+
[pypi-badge]: https://img.shields.io/badge/release-pypi.org-blue?logo=pypi&logoColor=lightgrey
8890
[api-docs]: https://scdh.github.io/pygexml
8991
[api-docs-strategies]: https://scdh.github.io/pygexml/pygexml/strategies.html
90-
[api-docs-badge]: https://img.shields.io/badge/API%20docs-online-blue?logo=gitbook&logoColor=lightgrey
92+
[api-docs-badge]: https://img.shields.io/badge/API%20docs-online-lightblue?logo=gitbook&logoColor=lightgrey
9193
[gh-issues]: https://github.com/SCDH/pygexml/issues
9294
[gh-prs]: https://github.com/SCDH/pygexml/pulls
9395
[gh-memowe]: https://github.com/memowe

0 commit comments

Comments
 (0)