Metadata-Version: 2.1
Name: asphalt-redis
Version: 4.0.0
Summary: Redis integration component for the Asphalt framework
Home-page: https://github.com/asphalt-framework/asphalt-redis
Author-email: Alex Grönholm <alex.gronholm@nextday.fi>
License: Apache License 2.0
Project-URL: Homepage, https://github.com/asphalt-framework/asphalt-redis
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Database
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: asphalt (~=4.7)
Requires-Dist: redis (>=4.2.0)
Requires-Dist: typeguard (~=2.0)
Provides-Extra: doc
Requires-Dist: Sphinx (>=1.5) ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Requires-Dist: sphinx-autodoc-typehints (>=1.0.5) ; extra == 'doc'
Requires-Dist: sphinxcontrib-asyncio (>=0.2.0) ; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-asyncio ; extra == 'test'

.. image:: https://github.com/asphalt-framework/asphalt-redis/actions/workflows/test.yml/badge.svg
  :target: https://github.com/asphalt-framework/asphalt-redis/actions/workflows/test.yml
  :alt: Build Status
.. image:: https://coveralls.io/repos/github/asphalt-framework/asphalt-redis/badge.svg?branch=master
  :target: https://coveralls.io/github/asphalt-framework/asphalt-redis?branch=master
  :alt: Code Coverage

This Asphalt framework component provides connectivity to Redis_ database servers.

It is a wrapper for the redis-py_ library.

.. _Redis: http://redis.io/
.. _redis-py: https://github.com/redis/redis-py

Project links
-------------

* `Documentation <http://asphalt-redis.readthedocs.org/en/latest/>`_
* `Help and support <https://github.com/asphalt-framework/asphalt/wiki/Help-and-support>`_
* `Source code <https://github.com/asphalt-framework/asphalt-redis>`_
* `Issue tracker <https://github.com/asphalt-framework/asphalt-redis/issues>`_


