Skip to content

Commit 35dd4b7

Browse files
chore: daily sync of plugin metadata and READMEs [automated]
1 parent 8b38d0a commit 35dd4b7

7 files changed

Lines changed: 16 additions & 11 deletions

File tree

plugins/advanced-alchemy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ maintainers:
1515
compatibility:
1616
litestar: '>=2.0.0'
1717
icon: advanced-alchemy.png
18-
stars: 774
19-
monthly_downloads: 420525
18+
stars: 775
19+
monthly_downloads: 423861
2020
latest_version: 1.10.0
2121
updated_at: '2026-05-23T22:30:54'
2222
created_at: '2023-09-17T17:39:42'

plugins/litestar-asyncpg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ compatibility:
1616
litestar: '>=2.0.0'
1717
icon: litestar-asyncpg.svg
1818
stars: 14
19-
monthly_downloads: 927
19+
monthly_downloads: 909
2020
latest_version: 0.5.0
2121
updated_at: '2025-06-24T16:45:09'
2222
created_at: '2023-10-01T23:31:27'

plugins/litestar-email.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ compatibility:
1616
litestar: '>=2.0.0'
1717
icon: _default_icon.svg
1818
stars: 12
19-
monthly_downloads: 4729
19+
monthly_downloads: 4358
2020
latest_version: 0.4.0
2121
updated_at: '2026-05-03T16:59:03'
2222
created_at: '2026-01-04T21:35:28'

plugins/litestar-granian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ compatibility:
1616
litestar: '>=2.0.0'
1717
icon: litestar-granian.png
1818
stars: 42
19-
monthly_downloads: 66391
19+
monthly_downloads: 66596
2020
latest_version: 0.15.0
2121
updated_at: '2026-04-18T23:15:31'
2222
created_at: '2023-10-02T01:42:04'

plugins/litestar-htmx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ compatibility:
1616
litestar: '>=2.0.0'
1717
icon: litestar-htmx.svg
1818
stars: 12
19-
monthly_downloads: 1559312
19+
monthly_downloads: 1569763
2020
latest_version: 0.5.0
2121
updated_at: '2025-06-11T21:19:45'
2222
created_at: '2024-10-20T17:49:03'

readmes/litestar-asyncpg.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
<!-- markdownlint-disable -->
22
<p align="center">
33
<!-- github-banner-start -->
4-
<img src="https://raw.githubusercontent.com/litestar-org/branding/main/assets/Branding%20-%20SVG%20-%20Transparent/asyncPG%20-%20Banner%20-%20Inline%20-%20Light.svg#gh-light-mode-only" alt="Litestar Logo - Light" width="100%" height="auto" />
5-
<img src="https://raw.githubusercontent.com/litestar-org/branding/main/assets/Branding%20-%20SVG%20-%20Transparent/asyncPG%20-%20Banner%20-%20Inline%20-%20Dark.svg#gh-dark-mode-only" alt="Litestar Logo - Dark" width="100%" height="auto" />
4+
<picture>
5+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/litestar-org/branding/main/assets/Branding%20-%20SVG%20-%20Transparent/asyncPG%20-%20Banner%20-%20Inline%20-%20Dark.svg">
6+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/litestar-org/branding/main/assets/Branding%20-%20SVG%20-%20Transparent/asyncPG%20-%20Banner%20-%20Inline%20-%20Light.svg">
7+
<img alt="Litestar AsyncPG Logo" src="https://raw.githubusercontent.com/litestar-org/branding/main/assets/Branding%20-%20SVG%20-%20Transparent/asyncPG%20-%20Banner%20-%20Inline%20-%20Light.svg" width="100%" height="auto" />
8+
</picture>
69
<!-- github-banner-end -->
710
</p>
811
<!-- markdownlint-restore -->

readmes/litestar-htmx.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<!-- markdownlint-disable -->
22
<p align="center">
33
<!-- github-banner-start -->
4-
<img src="https://raw.githubusercontent.com/litestar-org/branding/main/assets/Branding%20-%20SVG%20-%20Transparent/Logo%20-%20Banner%20-%20Inline%20-%20Light.svg#gh-light-mode-only" alt="Litestar Logo - Light" width="100%" height="auto" />
5-
<img src="https://raw.githubusercontent.com/litestar-org/branding/main/assets/Branding%20-%20SVG%20-%20Transparent/Logo%20-%20Banner%20-%20Inline%20-%20Dark.svg#gh-dark-mode-only" alt="Litestar Logo - Dark" width="100%" height="auto" />
4+
<picture>
5+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/litestar-org/branding/main/assets/Branding%20-%20SVG%20-%20Transparent/Logo%20-%20Banner%20-%20Inline%20-%20Dark.svg">
6+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/litestar-org/branding/main/assets/Branding%20-%20SVG%20-%20Transparent/Logo%20-%20Banner%20-%20Inline%20-%20Light.svg">
7+
<img alt="Litestar HTMX Logo" src="https://raw.githubusercontent.com/litestar-org/branding/main/assets/Branding%20-%20SVG%20-%20Transparent/Logo%20-%20Banner%20-%20Inline%20-%20Light.svg" width="100%" height="auto" />
8+
</picture>
69
<!-- github-banner-end -->
710

811
</p>
9-
<div align="center">
1012
<!-- markdownlint-restore -->
1113

1214
# The HTMX Plugin for Litestar

0 commit comments

Comments
 (0)