di icon indicating copy to clipboard operation
di copied to clipboard

Pythonic dependency injection

Results 15 di issues
Sort by recently updated
recently updated
newest added

`di` does auto wiring for dependencies which is super convenient to avoid boilerplate. But let's say you have something like: ```python class DBConnection: def __init__(self, host: str) -> None: ......

Bumps [pygments](https://github.com/pygments/pygments) from 2.12.0 to 2.15.0. Release notes Sourced from pygments's releases. 2.15.0 Added lexers: Carbon (#2362, #2365, #2366, #2367, #2368, #2369, #2370) Dax (#2335, #2345) MediaWiki Wikitext (#2373, #827)...

dependencies

A little mention without total README sections refactoring. That is what we are talking about #99

Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 9.5 to 10.0. Release notes Sourced from pymdown-extensions's releases. 10.0 Break: Snippets: snippets will restrict snippets to ensure they are under the base_path preventing snippets relative to...

dependencies

@adriangb Came across this comment of yours from a while back: https://github.com/tiangolo/fastapi/issues/4035#issuecomment-941293227 The problem I want to solve is passing command line parameters to a dependency injection. In this spirit...