awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesFramework Bridging

Injects managed dependencies into external framework functions using specific markers.

Distinct from Dependency Injection Frameworks: Focuses on bridging different DI ecosystems via markers rather than general DI library implementation.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Framework Bridging. Refine with filters or upvote what's useful.

Awesome Framework Bridging GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ets-labs/python-dependency-injectorets-labs 的头像

    ets-labs/python-dependency-injector

    4,805在 GitHub 上查看↗

    This is a dependency injection framework and inversion of control container for Python. It decouples object creation from business logic by managing how services and their dependencies are assembled, delivered, and linked within an application. The framework is distinguished by its ability to perform automated component wiring, using import hooks and decorators to inject dependencies into functions and classes across different modules. It supports non-blocking flows through an asynchronous dependency resolver and manages the initialization and shutdown sequences of shared external resources a

    Injects managed dependencies into functions using external dependency injection markers to bridge different framework ecosystems.

    Pythonaiohttpasynciodependency-injection
    在 GitHub 上查看↗4,805
  • autofac/autofacautofac 的头像

    autofac/Autofac

    4,649在 GitHub 上查看↗

    Autofac is a dependency injection framework and inversion of control container for .NET. It functions as a component registration engine that decouples class implementations from their dependencies by injecting required services via constructors or properties. The project includes an assembly scanning library to automatically discover and register components within compiled binaries based on specific type criteria. It provides a service lifetime manager to control object memory duration using singletons, instance-per-dependency, or isolated request scopes. The framework covers a broad range

    Provides a capability to bridge service containers with external plugin architectures to share dependencies across frameworks.

    C#autofacc-sharpdependency-injection
    在 GitHub 上查看↗4,649
  1. Home
  2. Software Engineering & Architecture
  3. Dependency Injection Frameworks
  4. Framework Bridging