Skip to content

Commit d962230

Browse files
committed
docs: add version badges to README
1 parent 170f001 commit d962230

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
---
77

8+
[![PyPI - Version][pypi-version-badge]][pypi-link]
9+
[![GHCR - Version][ghcr-version-badge]][ghcr-link]
10+
[![GHCR - Size][ghcr-size-badge]][ghcr-link]
11+
812
STAC Auth Proxy is a proxy API that mediates between the client and your internally accessible STAC API to provide flexible authentication, authorization, and content-filtering mechanisms.
913

1014
> [!IMPORTANT]
@@ -21,3 +25,9 @@ STAC Auth Proxy is a proxy API that mediates between the client and your interna
2125
- **🧩 Authentication Extension:** Add the [Authentication Extension](https://github.com/stac-extensions/authentication) to API responses to expose auth-related metadata
2226
- **📘 OpenAPI Augmentation:** Enhance the [OpenAPI spec](https://swagger.io/specification/) with security details to keep auto-generated docs and UIs (e.g., [Swagger UI](https://swagger.io/tools/swagger-ui/)) accurate
2327
- **🗜️ Response Compression:** Optimize response sizes using [`starlette-cramjam`](https://github.com/developmentseed/starlette-cramjam/)
28+
29+
[pypi-version-badge]: https://badge.fury.io/py/stac-auth-proxy.svg
30+
[pypi-link]: https://pypi.org/project/stac-auth-proxy/
31+
[ghcr-version-badge]: https://ghcr-badge.egpl.dev/developmentseed/stac-auth-proxy/latest_tag?color=%2344cc11&ignore=latest&label=image+version&trim=
32+
[ghcr-size-badge]: https://ghcr-badge.egpl.dev/developmentseed/stac-auth-proxy/size?color=%2344cc11&tag=latest&label=image+size&trim=
33+
[ghcr-link]: https://github.com/developmentseed/stac-auth-proxy/pkgs/container/stac-auth-proxy

0 commit comments

Comments
 (0)