Metadata-Version: 2.1
Name: CRedisDict
Version: 0.2.3
Summary: Dictionnary with complex data stored in a Redis database
Home-page: https://github.com/brsynth/CRedisDict
Author: Joan Hérisson
Author-email: joan.herisson@univ-evry.fr
License: UNKNOWN
Description: # CRedisDict
        
        Data structure to implement a dictionary whose keys and values can complex data (dict, list...) and are stored in a Redis database. The dictionary is initiated by copying each single (key,value) rather than using `hmset`. It takes more time at initialisation but it is faster each time a key is accessed.
        
        ## Prerequisites
        
        * Python 3 with the following modules:
            * redis
        
        
        ## Authors
        
        * **Joan Hérisson**
        
        
        ## Licence
        CRedisDict is released under the MIT licence. See the LICENCE file for details.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
