- Status page: https://pyitau.betteruptime.com/
- PyPI: https://pypi.org/project/pyitau
- Github: https://github.com/lucasrcezimbra/pyitau
- Documentation: https://pyitau.readthedocs.io/
git@github.com:lucasrcezimbra/healthchecks.git
cd healthchecks
python -m venv .venv
pip install -r requirements-dev.txt
pre-commit install
cp contrib/env-sample .env