From 084473a3406848f489e1eba89aca0de49b0564d5 Mon Sep 17 00:00:00 2001 From: mkinney Date: Thu, 20 Jan 2022 10:10:42 -0800 Subject: [PATCH] Update README.md add pypi downloads --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28ce8aa..e70f105 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/meshtastic/Meshtastic-python) ![Unit Tests](https://github.com/meshtastic/Meshtastic-python/actions/workflows/ci.yml/badge.svg) [![codecov](https://codecov.io/gh/meshtastic/Meshtastic-python/branch/master/graph/badge.svg?token=TIWPJL73KV)](https://codecov.io/gh/meshtastic/Meshtastic-python) +![PyPI - Downloads](https://img.shields.io/pypi/dm/meshtastic) A python client for using [Meshtastic](https://www.meshtastic.org) devices. This small library (and example application) provides an easy API for sending and receiving messages over mesh radios. It also provides access to any of the operations/data available in the device user interface or the Android application. Events are delivered using a publish-subscribe model, and you can subscribe to only the message types you are interested in.