mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-23 10:03:56 +03:00
13 lines
267 B
ReStructuredText
13 lines
267 B
ReStructuredText
Dependency injection and password hashing in Python
|
|
===================================================
|
|
|
|
Small example that demonstrates using of dependency injection for user
|
|
password hashing.
|
|
|
|
|
|
instructions for running:
|
|
|
|
.. code-block:: bash
|
|
|
|
python example.py
|