Metadata-Version: 2.1
Name: pottery
Version: 0.60
Summary: Redis for Humans.
Home-page: https://github.com/brainix/pottery
Author: Rajiv Bakulesh Shah
Author-email: brainix@gmail.com
License: Apache 2.0
Keywords: Redis client persistent storage
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: redis (>=3.0.0)
Requires-Dist: murmurhash3

Redis is awesome, but Redis commands are not always fun.  Pottery is a Pythonic
way to access Redis.  If you know how to use Python dicts, then you already
know how to use Pottery.

