Metadata-Version: 2.1
Name: cachy
Version: 0.3.0
Summary: Cachy provides a simple yet effective caching library.
Home-page: https://github.com/sdispater/cachy
Author: Sébastien Eustace
Author-email: sebastien@eustace.io
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
License-File: LICENSE
Provides-Extra: memcached
Requires-Dist: python-memcached (<2.0,>=1.59) ; extra == 'memcached'
Provides-Extra: msgpack
Requires-Dist: msgpack-python (<0.6,>=0.5) ; extra == 'msgpack'
Provides-Extra: redis
Requires-Dist: redis (<4.0.0,>=3.3.6) ; extra == 'redis'

Cachy
#####

.. image:: https://travis-ci.org/sdispater/cachy.png
   :alt: Cachy Build status
   :target: https://travis-ci.org/sdispater/cachy

Cachy provides a simple yet effective caching library.

The full documentation is available here: http://cachy.readthedocs.org


Resources
=========

* `Documentation <http://cachy.readthedocs.org>`_
* `Issue Tracker <https://github.com/sdispater/cachy/issues>`_


