summaryrefslogtreecommitdiff
path: root/devel/py-rodi/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-rodi/pkg-descr')
-rw-r--r--devel/py-rodi/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/py-rodi/pkg-descr b/devel/py-rodi/pkg-descr
new file mode 100644
index 000000000000..84d3ace3916b
--- /dev/null
+++ b/devel/py-rodi/pkg-descr
@@ -0,0 +1,15 @@
+RODI is a dependency injection library for Python 3, providing a lightweight
+and fast implementation of the dependency injection pattern. It supports
+both synchronous and asynchronous dependency resolution.
+
+Key features:
+* Fast dependency injection container
+* Support for singleton and transient lifetimes
+* Automatic dependency resolution
+* Support for factory functions
+* Decorator-based service registration
+* Type hints support for automatic registration
+* Compatible with async/await patterns
+
+RODI is designed to be simple, fast, and easy to integrate into existing
+Python applications, particularly web frameworks and applications.