Skip to content

Commit 52e5f27

Browse files
lesnik512claude
andauthored
docs: standardize README header and footer; add MIT LICENSE (#29)
* docs: standardize README header and footer; add MIT LICENSE Standardizes the README to the modern-python uniform-README standard and adds the MIT LICENSE file (the repo declared license = MIT in pyproject but shipped no LICENSE file, leaving the README License badge link dead). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * chore: set LICENSE copyright to 2026 Artur Shiriev Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 9469d44 commit 52e5f27

2 files changed

Lines changed: 40 additions & 12 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Artur Shiriev
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
faststream-redis-timers
2-
==
3-
4-
[![Supported versions](https://img.shields.io/pypi/pyversions/faststream-redis-timers.svg)](https://pypi.python.org/pypi/faststream-redis-timers)
5-
[![downloads](https://img.shields.io/pypi/dm/faststream-redis-timers.svg)](https://pypistats.org/packages/faststream-redis-timers)
1+
# faststream-redis-timers
2+
3+
[![PyPI version](https://img.shields.io/pypi/v/faststream-redis-timers.svg)](https://pypi.org/project/faststream-redis-timers/)
4+
[![Supported Python versions](https://img.shields.io/pypi/pyversions/faststream-redis-timers.svg)](https://pypi.org/project/faststream-redis-timers/)
5+
[![Downloads](https://img.shields.io/pypi/dm/faststream-redis-timers.svg)](https://pypistats.org/packages/faststream-redis-timers)
6+
[![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)](https://github.com/modern-python/faststream-redis-timers/actions/workflows/ci.yml)
7+
[![CI](https://github.com/modern-python/faststream-redis-timers/actions/workflows/ci.yml/badge.svg)](https://github.com/modern-python/faststream-redis-timers/actions/workflows/ci.yml)
8+
[![License](https://img.shields.io/github/license/modern-python/faststream-redis-timers.svg)](https://github.com/modern-python/faststream-redis-timers/blob/main/LICENSE)
9+
[![GitHub stars](https://img.shields.io/github/stars/modern-python/faststream-redis-timers)](https://github.com/modern-python/faststream-redis-timers/stargazers)
10+
[![Context7](https://img.shields.io/badge/Context7-docs-blue)](https://context7.com/modern-python/faststream-redis-timers)
11+
[![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)
12+
[![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)
13+
[![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)
614

715
`faststream-redis-timers` is a [FastStream](https://faststream.airt.ai) broker integration for Redis-backed distributed timer scheduling.
816

@@ -163,14 +171,13 @@ broker = TimersBroker(
163171
)
164172
```
165173

166-
## Part of `modern-python`
167-
168-
Browse the full list of templates and libraries in
169-
[`modern-python`](https://github.com/modern-python) — see the org profile for the
170-
categorized index.
171-
172174
## 📚 [Documentation](https://faststream-redis-timers.modern-python.org)
173175

174-
## 📦 [PyPi](https://pypi.org/project/faststream-redis-timers)
176+
## 📦 [PyPI](https://pypi.org/project/faststream-redis-timers)
175177

176178
## 📝 [License](LICENSE)
179+
180+
## Part of `modern-python`
181+
182+
Browse the full list of templates and libraries in
183+
[`modern-python`](https://github.com/modern-python) — see the org profile for the categorized index.

0 commit comments

Comments
 (0)