Installation

RedBeat can be installed from PyPI using pip.

Requirements

  • Python 3.9+
  • Celery 5.0+
  • redis-py 3.2+

Installing with Pip

To install RedBeat, run the following command in your terminal:

pip install celery-redbeat

This will install RedBeat along with its required dependencies.

Dependencies

RedBeat relies on the following core packages, which are automatically installed:

  • celery>=5.0: The distributed task queue framework.
  • redis>=3.2: The Python client for Redis.
  • python-dateutil: Provides powerful extensions to the standard datetime module.
  • tenacity: A general-purpose retrying library, used for robust connections to Redis.