Metadata-Version: 2.1
Name: dkredis
Version: 1.0.1
Summary: dkredis - Python interface to Redis
Home-page: https://github.com/datakortet/dkredis
Author: bjorn
Author-email: bp@datakortet.no
License: MIT
Keywords: redis
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
License-File: LICENSE
Requires-Dist: redis==5.0.1



dkredis - Python interface to Redis
===================================

.. image:: https://img.shields.io/pypi/v/dkredis.svg
   :target: https://pypi.python.org/pypi/dkredis
   :alt: Latest PyPI version

.. image:: https://github.com/datakortet/dkredis/actions/workflows/ci-cd.yml/badge.svg
   :target: https://github.com/datakortet/dkredis/actions/workflows/ci-cd.yml
   :alt: CI/CD Pipeline

.. image:: https://readthedocs.org/projects/dkredis/badge/?version=latest
    :target: https://dkredis.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status


.. image:: https://codecov.io/gh/datakortet/dkredis/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/datakortet/dkredis
