Metadata-Version: 1.1
Name: dbaccess
Version: v1.1.1
Summary: database and cache access wrapper
Home-page: https://github.com/airhuman/py_dbaccess.git
Author: Michael
Author-email: liyong19861014@gmail.com
License: UNKNOWN
Description: dbaccess python implementation
        
        
        deps:
        1. py_zkclient
        $ git clone https://github.com/airhuman/py_zkclient
        $ cd py_zkclient
        $ python setup.py install
        
        2. redis-py
        $ git clone https://github.com/andymccurdy/redis-py
        $ cd reids-py
        $ python setup.py install
        
        install:
        $ python setup.py install
        
        tips:
        1. virtualenv may be a good tool for you
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
