# package management
pip
setuptools
wheel
build
twine
pip-audit

# tests
pytest
pytest-mock
pytest-cov
tox
coverage

# linters
black
ruff

# type checking
mypy
pylint
types-dateparser
types-PyYAML
types-requests
types-backports
types-urllib3

# docs
pdoc
