[PR #971] [CLOSED] Add Dependency Injector #876

Closed
opened 2025-11-06 13:04:28 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/971
Author: @rmk135
Created: 11/3/2017
Status: Closed

Base: masterHead: master


📝 Commits (3)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Dependency Injector - Dependency injection microframework for Python.

Dependency Injector key features are:

  • Easy, smart, pythonic style.
  • Obvious, clear structure.
  • Extensibility and flexibility.
  • High performance.
  • Memory efficiency.
  • Thread safety.
  • Documentation.
  • Semantic versioning.

Other resources:

What's the difference between this Python project and similar ones?

  1. No decorators like @inject that enforce polluting of application code.
  2. No monkey-patching, just clean overriding.
  3. Implemented using Cython.
  4. Extensive documentation with diagrams and ready-to-copy-paste examples.
  5. Well-tested and supported.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/971 **Author:** [@rmk135](https://github.com/rmk135) **Created:** 11/3/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`7ca520e`](https://github.com/vinta/awesome-python/commit/7ca520e7eb0433968b693a568192e3d71ea54dac) Add Dependency Injector - [`ac31044`](https://github.com/vinta/awesome-python/commit/ac310446547be4786c38230ae01152dc49b64de6) Merge branch 'master' into master - [`1d226f7`](https://github.com/vinta/awesome-python/commit/1d226f7976c3472dccf07891315bcdefc88f5d4f) Update README.md ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? [Dependency Injector](https://github.com/ets-labs/python-dependency-injector) - Dependency injection microframework for Python. Dependency Injector key features are: + Easy, smart, pythonic style. + Obvious, clear structure. + Extensibility and flexibility. + High performance. + Memory efficiency. + Thread safety. + Documentation. + Semantic versioning. Other resources: - Documentation - http://python-dependency-injector.ets-labs.org/ - PyPi - https://pypi.python.org/pypi/dependency_injector ## What's the difference between this Python project and similar ones? 1. No decorators like ``@inject`` that enforce polluting of application code. 2. No monkey-patching, just clean overriding. 3. Implemented using Cython. 4. Extensive documentation with diagrams and ready-to-copy-paste examples. 5. Well-tested and supported. -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:04:28 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#876