Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 2.93 KB

README.md

File metadata and controls

50 lines (42 loc) · 2.93 KB

Dependency injection in Python

In this repository you can find the code and the presentation of the talk Inyección de dependencias, fácil! from PyConES 2022

Follow @panicoenlaxbox

Examples

Installation

git clone https://github.com/panicoenlaxbox/pycones2022.git
pipenv install --dev
git init
pipenv shell
pre-commit install
pre-commit autoupdate

Useful and related links