Skip to content

Commit

Permalink
Move brq to organization
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Sep 13, 2024
1 parent edabff9 commit a52e155
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@
![](https://img.shields.io/pypi/pyversions/brq)
[![codecov](https://codecov.io/gh/Wh1isper/brq/graph/badge.svg?token=84A7BQZIS2)](https://codecov.io/gh/Wh1isper/brq)

> This project is inspired by [arq](https://github.com/samuelcolvin/arq).
> Not intentionally dividing the community, I desperately needed a redis queue based on redis stream for work reasons and just decided to open source it.
>
> You should also consider [arq](https://github.com/samuelcolvin/arq) as more of a library: https://github.com/samuelcolvin/arq/issues/437
# brq

`brq` is a lightweight python library for job queue based on the redis stream, with no central server and self-organized by `Consumer`.

![Architecture.png](./assets/Architecture.png)

## Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion brq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Top-level package for brq."""

__author__ = "wh1isper"
__email__ = "9573586@qq.com"
__email__ = "jizhongsheng957@gmail.com"
__version__ = "0.4.1.dev0"


Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ docs = ["Sphinx", "pydata-sphinx-theme", "sphinx-click", "autodoc_pydantic"]

[[project.authors]]
name = "wh1isper"
email = "9573586@qq.com"
email = "jizhongsheng957@gmail.com"

[project.readme]
file = "README.md"
Expand All @@ -43,7 +43,7 @@ brq = "brq.cli:cli"
text = "BSD 3-Clause License"

[project.urls]
Source = "https://github.com/wh1isper/brq"
Source = "https://github.com/b-scheduler/brq"

[tool.check-manifest]
ignore = [".*"]
Expand Down

0 comments on commit a52e155

Please sign in to comment.