From b228e7e13a093518b79842ef7b1d0ac5779607fa Mon Sep 17 00:00:00 2001 From: Clovis Kyndt Date: Mon, 13 Oct 2025 10:37:24 +0200 Subject: [PATCH] feat(pypi): package name for this fork --- README.md | 25 ++++++++----------------- mkdocs.yml | 4 ++-- pyproject.toml | 10 +++++----- 3 files changed, 15 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 8f05c5f..60e844c 100644 --- a/README.md +++ b/README.md @@ -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**: https://faust-streaming.github.io/mode/ +**Documentation**: https://numberly.github.io/mode/ -**Source Code**: https://github.com/faust-streaming/mode +**Source Code**: https://github.com/numberly/mode --- ## 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? diff --git a/mkdocs.yml b/mkdocs.yml index 84d2b1f..77e9ad9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: diff --git a/pyproject.toml b/pyproject.toml index d193c06..87013e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] @@ -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"