8 buildPythonPackage rec {
9 pname = "zephyr-python-api";
14 inherit pname version;
15 hash = "sha256-GIXxpItbRH31PJ7dX48w92LrYY0axbZQoAFXrRGeLas=";
18 nativeBuildInputs = [ setuptools ];
20 propagatedBuildInputs = [
27 pythonImportsCheck = [ "zephyr" ];
30 homepage = "https://github.com/nassauwinter/zephyr-python-api";
31 description = "A set of wrappers for Zephyr Scale (TM4J) REST API";
32 license = lib.licenses.asl20;
33 maintainers = with lib.maintainers; [ rapiteanu ];