Metadata-Version: 2.1
Name: redis-pal
Version: 1.0.0
Summary: Store things in Redis without worrying about types or anything, just do it!
License: GPL-3.0-only
Author: Gabriel Gazola Milan
Author-email: gabriel.gazola@poli.ufrj.br
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: dill (>=0.3.5,<0.4.0)
Requires-Dist: redis (>=4.0,<5.0)
