Skip to content

Commit 28c2a09

Browse files
committed
Add to readme that the library has no dependencies.
1 parent aee0dfe commit 28c2a09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Master workflow](https://github.com/runemalm/py-dependency-injection/actions/workflows/master.yml/badge.svg?branch=master)](https://github.com/runemalm/py-dependency-injection/actions/workflows/master.yml)
44
[![PyPI version](https://badge.fury.io/py/py-dependency-injection.svg)](https://pypi.org/project/py-dependency-injection/)
55
![Downloads](https://pepy.tech/badge/py-dependency-injection)
6+
![No dependencies](https://img.shields.io/badge/dependencies-none-brightgreen)
67

78
# py-dependency-injection
89

@@ -12,6 +13,8 @@ A dependency injection library for Python.
1213

1314
`py-dependency-injection` is inspired by the built-in dependency injection system in **ASP.NET Core**. It provides a lightweight and extensible way to manage dependencies in Python applications. By promoting constructor injection and supporting scoped lifetimes, it encourages clean architecture and makes testable, maintainable code the default.
1415

16+
This library is implemented in **pure Python** and has **no runtime dependencies**.
17+
1518
## Features
1619

1720
- **Scoped Registrations:** Define the lifetime of your dependencies as transient, scoped, or singleton.

0 commit comments

Comments
 (0)