Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 853 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 853 Bytes

estela Queue Adapter

Code style: black version python-version

estela Queue Adapter is a python package that provides a clean support to different queuing platforms for estela.

Installation

You can install the package manually:

$ python setup.py install

However, this package mainly works as a dependency of other estela projects.

Usage

Refer to our official documentation to use the estela Queue Adapter.

Formatting

$ pip install -r requirements.txt
$ black .