From 275581f399373fdc0cf71cda93b0441cedc05237 Mon Sep 17 00:00:00 2001 From: elmotec Date: Wed, 13 Feb 2019 20:49:30 -0500 Subject: [PATCH] Update README.rst Reference pandas in the description. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6c43d33..7f2f760 100644 --- a/README.rst +++ b/README.rst @@ -21,8 +21,8 @@ Code Metrics Mine your SCM for insight on your software. A work of love inspired by `Adam Tornhill`_'s books. -Code metrics is a simple Python module that leverage your source control -management (SCM) tool to generate insight on your code base. +Code metrics is a simple Python module that leverage pandas and your source control management (SCM) tool togenerate +insight on your code base. - pandas_: for data munching. - lizard_: for code complexity calculation.