This project is a guide for ongoing automation, using the fabric pattern for better use and organization in the project. Automations must follow this example model used for registering legal processes.
To initiate the project and intall dependencies you must configure your .venv, like this:
Creating venv python -m venv .venv
Activating source .venv/bin/activate (if MACos or Linux) .venv/scripts/activate (if Windows)
Installing dependencies pip install -r requeriments.txt
My linkedin profile https://www.linkedin.com/in/leandermesquita/