9 buildPythonPackage rec {
10 pname = "zephyr-python-api";
15 pname = "zephyr_python_api";
17 hash = "sha256-YupGiybfhwb+I4ofr6RNBzS6LQfx5BQD/SU5nYrnqFk=";
20 nativeBuildInputs = [ setuptools ];
22 propagatedBuildInputs = [ requests ];
27 pythonImportsCheck = [ "zephyr" ];
30 homepage = "https://github.com/nassauwinter/zephyr-python-api";
31 description = "Set of wrappers for Zephyr Scale (TM4J) REST API";
32 license = lib.licenses.asl20;
33 maintainers = with lib.maintainers; [ rapiteanu ];