mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-22 21:46:17 +03:00
Add meta keywords and description
This commit is contained in:
parent
a5320bc281
commit
9b8a023aaf
|
@ -1,6 +1,14 @@
|
|||
Factory provider
|
||||
----------------
|
||||
|
||||
.. meta::
|
||||
:keywords: Python,DI,Dependency injection,IoC,Inversion of Control,Factory,Abstract Factory,
|
||||
Pattern,Example,Aggregate
|
||||
:description: Factory provider helps to implement dependency injection in Python. This page
|
||||
demonstrates how to use Factory provider, inject the dependencies, and assemble
|
||||
object graphs passing the injections deep inside. It also provides the examples
|
||||
of the Abstract Factory pattern & provider and Factories Aggregation pattern.
|
||||
|
||||
.. currentmodule:: dependency_injector.providers
|
||||
|
||||
:py:class:`Factory` provider creates new objects.
|
||||
|
|
Loading…
Reference in New Issue
Block a user