Metadata-Version: 2.1
Name: coralillo
Version: 2.0.0
Summary: An Object-Redis Mapping
Home-page: https://getfleety.github.io/coralillo/
Author: Abraham Toriz Cruz
Author-email: categulario@gmail.com
License: MIT
Description: Coralillo
        =========
        
        
        .. image:: https://travis-ci.org/getfleety/coralillo.svg?branch=master
           :target: https://travis-ci.org/getfleety/coralillo
           :alt: Build Status
        
        
        A redis ORM.
        
        Notes
        -----
        
        Version 1.0 depends on redis >= 3.0.
        
        Installation
        ------------
        
        .. code-block:: bash
        
           $ pip install coralillo
        
        Testing
        -------
        
        Since this project uses pytest is as easy as:
        
        .. code-block:: bash
        
           $ pytest
        
        Deploy
        ------
        
        Make a tag with the corresponding release number, then:
        
        .. code-block:: bash
        
           $ make clean
           $ make release
        
Keywords: redis database mapper
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Provides-Extra: dev
Provides-Extra: test
