Metadata-Version: 1.0
Name: ucache
Version: 0.1.3
Summary: lightweight and efficient caching library
Home-page: http://github.com/coleifer/ucache/
Author: Charles Leifer
Author-email: coleifer@gmail.com
License: UNKNOWN
Description: ![](http://media.charlesleifer.com/blog/photos/ucache-logo-0.png)
        
        ucache is a lightweight and efficient caching library for python.
        
        * [Kyoto Tycoon](https://fallabs.com/kyototycoon/) via [kt](https://github.com/coleifer/kt)
        * [Redis](https://redis.io) via [redis-py](https://github.com/andymccurdy/redis-py)
        * [Sqlite](https://www.sqlite.org/) via [peewee](https://github.com/coleifer/peewee)
        * [Kyoto Cabinet](https://fallabs.com/kyotocabinet/) via [kyotocabinet-python bindings](https://fallabs.com/kyotocabinet/pythondoc/)
        * [DBM](https://en.wikipedia.org/wiki/DBM_(computing)) via [dbm module from standard library](https://docs.python.org/3/library/dbm.html)
        * Simple in-memory cache using Python dictionary.
        
        Features:
        
        * Pickle serialization by default, msgpack also supported
        * Optional (transparent) compression using `zlib`
        * Efficient bulk-operations.
        * Preload context manager for efficient pre-loading of cached data
        
Platform: UNKNOWN
