Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ catalog below.
the resolve path itself stays synchronous, and resources that need to `await` are
constructed in the framework lifespan
([recipe](https://modern-di.modern-python.org/recipes/async-lifespan/)).

[`that-depends`](https://github.com/modern-python/that-depends) is the async-first
sibling and stays maintained; it ships a migration guide to `modern-di`.

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ extra_css:
- stylesheets/extra.css

markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.emoji:
Expand Down
9 changes: 3 additions & 6 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ Open-source templates and libraries for building production-ready Python applica

### Dependency injection

**Which one?** Start new projects on [`modern-di`](https://github.com/modern-python/modern-di)
— a minimal core plus the integrations below. Async apps are first-class: the
resolve path itself stays synchronous, and resources that need to `await` are built
in the framework lifespan. [`that-depends`](https://github.com/modern-python/that-depends)
is the async-first sibling and stays maintained; it ships a migration guide to
`modern-di`.
**Which one?** Start new projects on [`modern-di`](https://github.com/modern-python/modern-di) — a minimal core plus the integrations below. Async apps are first-class: the resolve path itself stays synchronous, and resources that need to `await` are built in the framework lifespan.

[`that-depends`](https://github.com/modern-python/that-depends) is the async-first sibling and stays maintained; it ships a migration guide to `modern-di`.

| Project | What it is | Stars | Downloads |
|---|---|---|---|
Expand Down