Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 8 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,23 @@
# AsyncIO Services Fork

![python versions](https://img.shields.io/pypi/pyversions/mode-streaming.svg)
![implementation](https://img.shields.io/pypi/implementation/mode-streaming)
![version](https://img.shields.io/pypi/v/mode-streaming)
![license](https://img.shields.io/pypi/l/mode-streaming)
![downloads](https://img.shields.io/pypi/dw/mode-streaming)
![python versions](https://img.shields.io/pypi/pyversions/mode-continued.svg)
![implementation](https://img.shields.io/pypi/implementation/mode-continued)
![version](https://img.shields.io/pypi/v/mode-continued)
![license](https://img.shields.io/pypi/l/mode-continued)
![downloads](https://img.shields.io/pypi/dw/mode-continued)


---

**Documentation**: <a href="https://faust-streaming.github.io/mode/" target="_blank">https://faust-streaming.github.io/mode/</a>
**Documentation**: <a href="https://numberly.github.io/mode/" target="_blank">https://numberly.github.io/mode/</a>

**Source Code**: <a href="https://github.com/faust-streaming/mode" target="_blank">https://github.com/faust-streaming/mode</a>
**Source Code**: <a href="https://github.com/numberly/mode" target="_blank">https://github.com/numberly/mode</a>

---

## Why the fork

We have decided to fork the original *Mode* project because there is a critical process of releasing new versions which causes uncertainty in the community. Everybody is welcome to contribute to this *fork*, and you can be added as a maintainer.

We want to:

- Ensure continues release
- Code quality
- Support latest Python versions
- Update the documentation

and more...
This fork is based on [faust-streaming/mode](https://github.com/faust-streaming/mode)

## What is Mode?

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ theme:
- content.tabs.link
- content.code.annotate

repo_name: faust-streaming/mode
repo_url: https://github.com/faust-streaming/mode
repo_name: numberly/mode
repo_url: https://github.com/numberly/mode

nav:
- Mode:
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ build-backend = "setuptools.build_meta"
universal = true

[project]
name = "mode-streaming"
name = "mode-continued"
dynamic = [
"version",
]
description = "AsyncIO Service-based programming"
description = "AsyncIO Service-based programming (fork continued)"
readme = "README.md"
requires-python = ">=3.8"
keywords = ["asyncio", "service", "bootsteps", "graph", "coroutine"]
Expand Down Expand Up @@ -70,9 +70,9 @@ uvloop = [
]

[project.urls]
Homepage = "https://github.com/faust-streaming/mode"
Documentation = "https://faust-streaming.github.io/mode/"
Repository = "https://github.com/faust-streaming/mode"
Homepage = "https://github.com/numberly/mode"
Documentation = "https://numberly.github.io/mode/"
Repository = "https://github.com/numberly/mode"

[tool.pytest.ini_options]
minversion = "6.0"
Expand Down