Skip to content

Commit 477bcf6

Browse files
lesnik512claude
andauthored
docs: reconcile profile blurbs (db-retry specifics, Litestar casing) (#10)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 24acebf commit 477bcf6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

profile/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Open-source templates and libraries for building production-ready Python applica
55
### Project templates
66

77
- [`fastapi-sqlalchemy-template`](https://github.com/modern-python/fastapi-sqlalchemy-template) — dockerized web application with DI on FastAPI, SQLAlchemy 2, PostgreSQL;
8-
- [`litestar-sqlalchemy-template`](https://github.com/modern-python/litestar-sqlalchemy-template) — dockerized web application on LiteStar, SQLAlchemy 2, PostgreSQL.
8+
- [`litestar-sqlalchemy-template`](https://github.com/modern-python/litestar-sqlalchemy-template) — dockerized web application on Litestar, SQLAlchemy 2, PostgreSQL.
99

1010
### Dependency injection
1111

1212
- [`modern-di`](https://github.com/modern-python/modern-di) — powerful DI framework with scopes;
1313
- [`modern-di-fastapi`](https://github.com/modern-python/modern-di-fastapi)`modern-di` integration for FastAPI;
14-
- [`modern-di-litestar`](https://github.com/modern-python/modern-di-litestar)`modern-di` integration for LiteStar;
14+
- [`modern-di-litestar`](https://github.com/modern-python/modern-di-litestar)`modern-di` integration for Litestar;
1515
- [`modern-di-faststream`](https://github.com/modern-python/modern-di-faststream)`modern-di` integration for FastStream;
1616
- [`modern-di-typer`](https://github.com/modern-python/modern-di-typer)`modern-di` integration for Typer;
1717
- [`modern-di-pytest`](https://github.com/modern-python/modern-di-pytest)`modern-di` integration for pytest;
@@ -27,7 +27,7 @@ Open-source templates and libraries for building production-ready Python applica
2727

2828
### Utilities
2929

30-
- [`db-retry`](https://github.com/modern-python/db-retry) — retry helpers for database operations;
30+
- [`db-retry`](https://github.com/modern-python/db-retry) — retry helpers for PostgreSQL / SQLAlchemy database operations;
3131
- [`eof-fixer`](https://github.com/modern-python/eof-fixer) — automatically fix newlines at the end of files;
3232
- [`semvertag`](https://github.com/modern-python/semvertag) — auto-tag your GitHub/GitLab repo with semantic version tags from CI.
3333

0 commit comments

Comments
 (0)