
[dev]
EpiLog[doc,lint,test,type]
tox

[doc]
pdoc

[lint]
pylint
ruff

[test]
pytest
coverage
pytest-xdist

[type]
mypy
