We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6eda45 commit 7500480Copy full SHA for 7500480
README.rst
@@ -1,5 +1,8 @@
1
-expiringdict
2
-------------
+Expiring Dict
+-------------
3
+
4
+.. image:: https://travis-ci.org/mailgun/expiringdict.svg?branch=master
5
+ :target: https://travis-ci.org/mailgun/expiringdict
6
7
expiringdict is a Python caching library. The core of the library is ExpiringDict class which
8
is an ordered dictionary with auto-expiring values for caching purposes. Expiration happens on
0 commit comments