Metadata-Version: 2.1
Name: redismap
Version: 0.1.0
Summary: A Redis wrapper that lets Redis be used as a python mapping
Home-page: https://github.com/enpaul/redismap/
License: MIT
Keywords: key-value,redis,mapping
Author: Ethan Paul
Author-email: 24588726+enpaul@users.noreply.github.com
Requires-Python: >=3.6.1,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: redis (>=3.5.3,<4.0.0)
Project-URL: Repository, https://github.com/enpaul/redismap/
Description-Content-Type: text/markdown

# redismap

Wrapper for Redis that allows a connection to a Redis server to be used as a Python mapping

