From a3a9ae1a262178f38ae80bd9ee4cb351893fff6b Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 27 Jun 2020 15:15:34 +0200 Subject: [PATCH] Add download badge --- README.rst | 4 ++++ docs/index.rst | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.rst b/README.rst index a9dca76e..2541797e 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,10 @@ Jedi - an awesome autocompletion, static analysis and refactoring library for Py :target: https://coveralls.io/r/davidhalter/jedi :alt: Coverage status +.. image:: https://pepy.tech/badge/jedi + :target: https://pepy.tech/project/jedi + :alt: PyPI Downloads + Jedi is a static analysis tool for Python that is typically used in IDEs/editors plugins. Jedi has a focus on autocompletion and goto diff --git a/docs/index.rst b/docs/index.rst index 2a1adac0..9bd1f046 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,6 +30,10 @@ Jedi - an awesome autocompletion, static analysis and refactoring library for Py :target: https://coveralls.io/r/davidhalter/jedi :alt: Coverage status +.. image:: https://pepy.tech/badge/jedi + :target: https://pepy.tech/project/jedi + :alt: PyPI Downloads + `Github Repository `_ .. automodule:: jedi