Metadata-Version: 2.0
Name: coralillo
Version: 0.6.14
Summary: An Object-Redis Mapping
Home-page: https://getfleety.github.io/coralillo/
Author: Abraham Toriz Cruz
Author-email: categulario@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
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
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
-------

Runing the test suite:

.. code-block:: bash

   $ python setup.py test

Or you can run individual tests using builtin unittest API:

.. code-block:: bash

   $ python coralillo/tests/test_all.py [-f] [TestCaseClass[.test_function]]

Deploy
------

Make a tag with the corresponding release number, then:

.. code-block:: bash

   $ make clean
   $ make release


