Metadata-Version: 1.1
Name: toyredis
Version: 0.0.1
Summary: A Redis client
Home-page: https://github.com/nakagami/toyredis/
Author: Hajime Nakagami
Author-email: nakagami@gmail.com
License: MIT
Description: ==========
        toyredis
        ==========
        
        Toy redis client
        
        Requirement
        ------------
        
        - Python 3.5+ https://www.python.org
        - MicroPython https://micropython.org
        
        Install
        ----------
        
        ::
        
           $ python3 -m pip install toyredis
        
        
Keywords: Redis
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Database
