Metadata-Version: 2.0
Name: coralillo
Version: 0.7.1
Summary: An Object-Redis Mapping
Home-page: https://getfleety.github.io/coralillo/
Author: Abraham Toriz Cruz
Author-email: categulario@gmail.com
License: MIT
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: test
Provides-Extra: dev
Requires-Dist: redis
Requires-Dist: bcrypt
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test

Coralillo
=========


.. image:: https://travis-ci.org/getfleety/coralillo.svg?branch=master
   :target: https://travis-ci.org/getfleety/coralillo
   :alt: Build Status


A redis ORM. This project is in active development, if you think it is useful contact me so we can talk about its usage, features and future of the project.

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


