Metadata-Version: 2.0
Name: fluster
Version: 0.0.3
Summary: Redis Cluster with Some Features
Home-page: https://github.com/Parsely/redis-fluster
Author: Keith Bourgoin
Author-email: hello@parsely.com
License: Apache License 2.0
Keywords: redis cluster
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: hiredis
Requires-Dist: mmh3
Requires-Dist: redis
Provides-Extra: all
Requires-Dist: hiredis; extra == 'all'
Requires-Dist: mmh3; extra == 'all'
Requires-Dist: mock; extra == 'all'
Requires-Dist: pytest; extra == 'all'
Requires-Dist: redis; extra == 'all'
Requires-Dist: testinstances; extra == 'all'
Provides-Extra: docs
Requires-Dist: mock; extra == 'docs'
Requires-Dist: pytest; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: testinstances; extra == 'docs'
Provides-Extra: lint
Requires-Dist: pep8; extra == 'lint'
Requires-Dist: pyflakes; extra == 'lint'
Provides-Extra: test
Requires-Dist: mock; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: testinstances; extra == 'test'

UNKNOWN


