Skip to content

Commit 0a7363a

Browse files
committed
Added pypi badge
1 parent bc4afbc commit 0a7363a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
[![Tests][badge-tests]][link-tests]
66
[![Documentation][badge-docs]][link-docs]
77
[![Codecov][badge-codecov]][link-codecov]
8+
[![Documentation][badge-pypi]][link-pypi]
89

910
[badge-tests]: https://img.shields.io/github/actions/workflow/status/scverse/spatialdata-plot/test_and_deploy.yaml?branch=main
1011
[link-tests]: https://github.com/scverse/spatialdata-plot/actions/workflows/test.yml
1112
[badge-docs]: https://img.shields.io/readthedocs/spatialdata-plot
1213
[badge-codecov]: https://codecov.io/gh/scverse/spatialdata-plot/branch/main/graph/badge.svg?token=C45F3ATSVI
1314
[link-codecov]: https://app.codecov.io/gh/scverse/spatialdata-plot
15+
[badge-pypi]: https://badge.fury.io/py/spatialdata_plot.svg
16+
[link-pypi]: https://pypi.org/project/spatialdata-plot/
1417

1518
The `spatialdata-plot` package extends `spatialdata` with a declarative plotting API that enables to quickly visualize `spatialdata` objects and their respective elements (i.e. `images`, `labels`, `points` and `shapes`).
1619

0 commit comments

Comments
 (0)