You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: profile/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ Open-source templates and libraries for building production-ready Python applica
5
5
### Project templates
6
6
7
7
-[`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.
9
9
10
10
### Dependency injection
11
11
12
12
-[`modern-di`](https://github.com/modern-python/modern-di) — powerful DI framework with scopes;
13
13
-[`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;
15
15
-[`modern-di-faststream`](https://github.com/modern-python/modern-di-faststream) — `modern-di` integration for FastStream;
16
16
-[`modern-di-typer`](https://github.com/modern-python/modern-di-typer) — `modern-di` integration for Typer;
17
17
-[`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
27
27
28
28
### Utilities
29
29
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;
31
31
-[`eof-fixer`](https://github.com/modern-python/eof-fixer) — automatically fix newlines at the end of files;
32
32
-[`semvertag`](https://github.com/modern-python/semvertag) — auto-tag your GitHub/GitLab repo with semantic version tags from CI.
0 commit comments