12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
23 hash = "sha256-lOd2AqnrkexNqT/usmJts5NW7vJtV8CRsliYgkhgRaU=";
26 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Module for interfacing with QVR Pro API";
43 homepage = "https://github.com/oblogic7/pyqvrpro";
44 license = licenses.mit;
45 maintainers = with maintainers; [ fab ];