From e11debc20fd4f07c3fd1c56388d2a1d32b45f78e Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sat, 13 Jun 2026 17:58:22 +0300 Subject: [PATCH 1/2] docs: standardize README header and footer Aligns with the modern-python uniform-README standard. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ad22551..84169c6 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,24 @@ -"Modern-DI-Faststream" -== -[![Test Coverage](https://codecov.io/gh/modern-python/modern-di-faststream/branch/main/graph/badge.svg)](https://codecov.io/gh/modern-python/modern-di-faststream) -[![Supported versions](https://img.shields.io/pypi/pyversions/modern-di-faststream.svg)](https://pypi.python.org/pypi/modern-di-faststream) -[![downloads](https://img.shields.io/pypi/dm/modern-di-faststream.svg)](https://pypistats.org/packages/modern-di-faststream) +# modern-di-faststream + +[![PyPI version](https://img.shields.io/pypi/v/modern-di-faststream.svg)](https://pypi.org/project/modern-di-faststream/) +[![Supported Python versions](https://img.shields.io/pypi/pyversions/modern-di-faststream.svg)](https://pypi.org/project/modern-di-faststream/) +[![Downloads](https://img.shields.io/pypi/dm/modern-di-faststream.svg)](https://pypistats.org/packages/modern-di-faststream) +[![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)](https://github.com/modern-python/modern-di-faststream/actions/workflows/ci.yml) +[![CI](https://github.com/modern-python/modern-di-faststream/actions/workflows/ci.yml/badge.svg)](https://github.com/modern-python/modern-di-faststream/actions/workflows/ci.yml) +[![License](https://img.shields.io/github/license/modern-python/modern-di-faststream.svg)](https://github.com/modern-python/modern-di-faststream/blob/main/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/modern-python/modern-di-faststream)](https://github.com/modern-python/modern-di-faststream/stargazers) +[![Context7](https://img.shields.io/badge/Context7-docs-blue)](https://context7.com/modern-python/modern-di-faststream) +[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv) +[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) +[![ty](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ty/main/assets/badge/v0.json)](https://github.com/astral-sh/ty) Integration of [Modern-DI](https://github.com/modern-python/modern-di) to FastStream +## 📦 [PyPI](https://pypi.org/project/modern-di-faststream) + +## 📝 [License](LICENSE) + ## Part of `modern-python` Browse the full list of templates and libraries in -[`modern-python`](https://github.com/modern-python) — see the org profile for the -categorized index. - -## 📚 [Documentation](https://modern-di.modern-python.org) +[`modern-python`](https://github.com/modern-python) — see the org profile for the categorized index. From 52b83f108fefa792f279f7dfdfcd73fe442c5cdb Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Sat, 13 Jun 2026 18:32:11 +0300 Subject: [PATCH 2/2] docs: drop Context7 badge (docs live in the modern-di repo) Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 84169c6..d8bd75e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ [![CI](https://github.com/modern-python/modern-di-faststream/actions/workflows/ci.yml/badge.svg)](https://github.com/modern-python/modern-di-faststream/actions/workflows/ci.yml) [![License](https://img.shields.io/github/license/modern-python/modern-di-faststream.svg)](https://github.com/modern-python/modern-di-faststream/blob/main/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/modern-python/modern-di-faststream)](https://github.com/modern-python/modern-di-faststream/stargazers) -[![Context7](https://img.shields.io/badge/Context7-docs-blue)](https://context7.com/modern-python/modern-di-faststream) [![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![ty](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ty/main/assets/badge/v0.json)](https://github.com/astral-sh/ty)