FasteΒΆ

Faste is a cache library to allow many different cache algorithms in Python, with the functionality of a regular dict. Anything you can do to a dict, you can do to these caches.

$ pip install faste