Metadata-Version: 1.1
Name: wpx-redis-orm
Version: 0.0.2
Summary: this is a package for redis orm
Home-page: https://pypi.python.org/pypi
Author: wupengxin
Author-email: 15645060726@163.com
License: MIT
Description: #redis-orm
        一个使用redis的key-value的ORM模型的数据操作，使用redis-py作为底层连接。
        # 2016-5-14 17:43:04 
        目前已经实现的功能：
        1.创建记录
        2.根据id进行查找
        3.根据多个条件进行与关系查找
        待实现:
        多个条件进行或查找
        删除记录
        优化查找功能
Keywords: redis-orm
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
