Metadata-Version: 1.1
Name: Sider
Version: 0.3.0
Summary: A persistent object library based on Redis
Home-page: http://sider.dahlia.kr/
Author: Hong Minhee
Author-email: minhee@dahlia.kr
License: MIT License
Description: Sider
        =====
        
        .. image:: https://badge.fury.io/py/Sider.svg?
           :target: https://pypi.python.org/pypi/Sider
           :alt: Latest PyPI version
        
        .. image:: https://travis-ci.org/dahlia/sider.svg?branch=master
           :target: https://travis-ci.org/dahlia/sider
           :alt: Build Status
        
        .. image:: https://img.shields.io/coveralls/dahlia/sider.svg?
           :target: https://coveralls.io/r/dahlia/sider
           :alt: Coverage Status
        
        Sider is a persistent object library based on Redis.  It is currently
        heavily under development, but you can check the `future roadmap
        <http://sider.dahlia.kr/en/latest/roadmap.html>`_ if you want.
        See more details in the `documentation <http://sider.dahlia.kr/>`_.
        
        You can install it from `PyPI <https://pypi.python.org/pypi/Sider>`_::
        
            $ pip install Sider
        
        Distributed under `MIT license <http://minhee.mit-license.org/>`_.
        See also ``LICENSE`` file.
        
        Written by `Hong Minhee <http://hongminhee.org/>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: Stackless
Classifier: Topic :: Database
