@Library('buildtools') _

buildPythonProject(
    pythonVersion: 'python3.8',
    doctest: true,
    hatch: true,
    coverage: true,
    hatchTestCmd: 'hatch run cicd:cov',
)
