From ee0209008feba79dae4876c468574793a7ba5114 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 11 Mar 2021 20:02:49 +0200 Subject: [PATCH] Some informational shields. Useful information. I will admit I'm bragging a bit with the download counter. I didn't believe it would have so many downloads (I'm really excited). --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index 1ed12cf..e7e25a7 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,18 @@ Template :target: https://git.shore.co.il/nimrod/template/-/commits/master :alt: pipeline status +.. image:: https://img.shields.io/pypi/v/template.svg + :target: https://pypi.org/project/template/ + :alt: Latest version on PyPI + +.. image:: https://img.shields.io/pypi/l/template.svg + :target: http://www.gnu.org/licenses/agpl-3.0.en.html + :alt: Project license + +.. image:: https://img.shields.io/pypi/dd/template.svg + :target: https://pypistats.org/packages/template + :alt: PyPI Stats + A CLI tool for generating files from `Jinja2 <http://jinja.pocoo.org/>`_ templates and environment variables. -- GitLab