From c3b946362cf7a1f825a35f74e5f1f5f88810a40e Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Thu, 20 Apr 2017 14:59:31 +0300 Subject: [PATCH] readme additions --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0ef888a..e04a774 100644 --- a/README.rst +++ b/README.rst @@ -42,8 +42,9 @@ Install ``cachier`` with: Features ======== -* Tested on Linux and OS X systems. Does not support Windows. +* Pure Python. * Compatible with Python 2.7+ and Python 3.5+. +* Tested on Linux and OS X systems. Does not support Windows. * A simple interface. * Defining "shelf life" for cached values. * Local caching using pickle files.