mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-30 19:24:31 +03:00
Update changelog
This commit is contained in:
parent
36ece67586
commit
d93c4a419b
|
@ -2,11 +2,9 @@ Other examples
|
||||||
==============
|
==============
|
||||||
|
|
||||||
.. meta::
|
.. meta::
|
||||||
:keywords: Python,DI,Dependency injection,IoC,Inversion of Control
|
:keywords: Python,Dependency Injection,Inversion of Control,Container,Example,Application,
|
||||||
:description: Current section of documentation is designed to provide
|
Framework
|
||||||
several example mini applications that are built on the top
|
:description: This sections contains assorted Dependency Injector examples.
|
||||||
of inversion of control principle and powered by
|
|
||||||
"Dependency Injector" framework.
|
|
||||||
|
|
||||||
This sections contains assorted ``Dependency Injector`` examples.
|
This sections contains assorted ``Dependency Injector`` examples.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
Password hashing example
|
Password hashing example
|
||||||
========================
|
========================
|
||||||
|
|
||||||
|
.. meta::
|
||||||
|
:keywords: Python,Dependency Injection,Inversion of Control,Container,Example,Application,
|
||||||
|
Framework,Callable
|
||||||
|
:description: This example demonstrates a usage of the Callable provider.
|
||||||
|
|
||||||
This example demonstrates an injection of the ``Callable`` provider.
|
This example demonstrates an injection of the ``Callable`` provider.
|
||||||
|
|
||||||
The source code is available on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/password-hashing>`_.
|
The source code is available on the `Github <https://github.com/ets-labs/python-dependency-injector/tree/master/examples/miniapps/password-hashing>`_.
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
Use cases example
|
Use cases example
|
||||||
=================
|
=================
|
||||||
|
|
||||||
.. currentmodule:: dependency_injector.providers
|
.. meta::
|
||||||
|
:keywords: Python,Dependency Injection,Inversion of Control,Container,Example,Application,
|
||||||
|
Framework,DependenciesContainer
|
||||||
|
:description: This example demonstrates a usage of the DependenciesContainer provider.
|
||||||
|
|
||||||
This example demonstrates a usage of the ``DependenciesContainer`` provider.
|
This example demonstrates a usage of the ``DependenciesContainer`` provider.
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@ follows `Semantic versioning`_
|
||||||
|
|
||||||
Develop
|
Develop
|
||||||
-------
|
-------
|
||||||
|
- Refactor "use cases" example.
|
||||||
- Refactor "password hashing" example.
|
- Refactor "password hashing" example.
|
||||||
- Fix declarative container mypy stub to ``__init__`` to accept not only providers.
|
- Fix declarative container mypy stub to ``__init__`` to accept not only providers.
|
||||||
- Refactor main module of the "decoupled packages" example.
|
- Refactor main module of the "decoupled packages" example.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user