8 , marshmallow-dataclass
17 buildPythonPackage rec {
18 pname = "renault-api";
22 disabled = pythonOlder "3.7";
24 src = fetchFromGitHub {
28 sha256 = "sha256-71UFVXfww3wgSO2qoRCuV80+33B91Bjl2+nuuCbQRLg=";
35 propagatedBuildInputs = [
51 "--asyncio-mode=legacy"
54 pythonImportsCheck = [
59 description = "Python library to interact with the Renault API";
60 homepage = "https://github.com/hacf-fr/renault-api";
61 license = licenses.mit;
62 maintainers = with maintainers; [ fab ];