Metadata-Version: 1.2
Name: pykvs_lite
Version: 0.1.4
Summary: Simple and convenient Key-value Store Library
Home-page: https://github.com/kujirahand/pykvs_lite
Author: kujirahand
Author-email: web@kujirahand.com
Maintainer: kujirahand
Maintainer-email: web@kujirahand.com
License: MIT
Description: # pykvs_lite
        
        Key-Value Store for Python
        
        ## Features
        
        - Simple and convenient Key-value Store Library
        - Easy to install (Use SQLite for the back end)
        
        ## Installation
        
        ```
        $ python3 -m pip install pykvs_lite
        ```
        
        ## Repository
        
        - [GitHub](https://github.com/kujirahand/pykvs_lite)
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
