Metadata-Version: 2.0
Name: cachy
Version: 0.1.1
Summary: Cachy provides a simple yet effective caching library.
Home-page: https://github.com/sdispater/cachy
Author: Sébastien Eustace
Author-email: sebastien.eustace@gmail.com
License: MIT
Download-URL: https://github.com/sdispater/cachy/archive/0.1.1.tar.gz
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: memcached
Requires-Dist: python-memcached; extra == 'memcached'
Provides-Extra: memcachedc
Requires-Dist: pylibmc; extra == 'memcachedc'
Provides-Extra: memcachedpy3
Requires-Dist: python3-memcached; extra == 'memcachedpy3'
Provides-Extra: redis
Requires-Dist: redis; 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>`_


