mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 18:07:44 +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
 |