Metadata-Version: 1.0
Name: distcache
Version: 0.1.1
Summary: Distcache is a python open-source distributed in-memory cache and database.
Home-page: UNKNOWN
Author: wasim akram khan
Author-email: UNKNOWN
License: MIT License 
Description: Distcache is a open-source distributed in-memory cache and database.
        Operations are mostly asynchronous to achieve high performance.
        It is implemented purely in python without any external dependency 
        which should make it easier to install and get started with.
        One of design goal of this project is ease of use and less cognitive load to users of
        similar caching/database systems like Redis, Memcached. The APIs are similar to memcached. 
        
        Since there are no external dependencies, the installation should be pretty straight forward.
        This allows you to get started and running real quick.
        
Keywords: open-source,cache,distributed-cache,in-memory,database
Platform: UNKNOWN
