Metadata-Version: 2.1
Name: cachy
Version: 0.2.0a2
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
Keywords: cache
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: memcached
Provides-Extra: msgpack
Provides-Extra: redis
Requires-Dist: msgpack-python (>=0.5.0.0,<0.6.0.0); extra == "msgpack"
Requires-Dist: python-memcached (>=1.59.0.0,<2.0.0.0); extra == "memcached"
Requires-Dist: redis (>=2.10.0.0,<3.0.0.0); extra == "redis"
