Metadata-Version: 2.1
Name: kiwi-cache
Version: 0.4.5
Summary: Cache for using Redis with diverse sources.
Home-page: https://github.com/kiwicom/kiwi-cache
Author: Stanislav Komanec
Author-email: platform@kiwi.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Dist: attrs
Requires-Dist: redis
Requires-Dist: simplejson
Requires-Dist: sqlalchemy
Requires-Dist: structlog
Requires-Dist: typing ; python_version < "3"
Requires-Dist: enum34 ; python_version < "3.4"
Requires-Dist: aioredis ; python_version > "3.3"
Requires-Dist: async-timeout ; python_version > "3.3"

Redis cache with pythonic dict-like interface just a method away!


