From 22839311d1dab4b6d5f48f86e26433be3d7fcf56 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 13 Jun 2022 12:02:28 +0800 Subject: [PATCH] README: Add repology shield --- README => README.md | 2 ++ 1 file changed, 2 insertions(+) rename README => README.md (85%) diff --git a/README b/README.md similarity index 85% rename from README rename to README.md index 3862064..2805f5d 100644 --- a/README +++ b/README.md @@ -1,3 +1,5 @@ +[![Repology](https://img.shields.io/repology/repositories/pystring)](https://repology.org/project/pystring/versions) + Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string. Implemented in C++, it does not require or make use of a python interpreter. It provides