From 3b99d96171283bde7b75ed753b9c36bb6356380d Mon Sep 17 00:00:00 2001 From: Jacob Bandes-Storch Date: Mon, 20 May 2024 21:24:34 -0700 Subject: [PATCH] Add PyPI badge to README (#107) [![foxglove-client on PyPI](https://img.shields.io/pypi/v/foxglove-client?label=pypi%20%7C%20foxglove-client)](https://pypi.org/project/foxglove-client/) I opted to manually insert the package name (rather than the default ![](https://img.shields.io/pypi/v/foxglove-client)) as a quick reference to help people understand they need to `pip install foxglove-client` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 58333ab..16b7b68 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Python Client Library for Foxglove +[![foxglove-client on PyPI](https://img.shields.io/pypi/v/foxglove-client?label=pypi%20%7C%20foxglove-client)](https://pypi.org/project/foxglove-client/) + This library provides a convenient python client for [Foxglove](https://foxglove.dev/). In order to use the client you will first have to create an API token for your organization on your organization's [settings page](https://app.foxglove.dev/~/settings).