10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-6llrMGWbDRmysEw+B6B115hLS5xlktQEXiSHzPLbV5s=";
22 nativeBuildInputs = [ setuptools-scm ];
24 propagatedBuildInputs = [ aiohttp ];
29 pythonImportsCheck = [ "fivem" ];
32 description = "Module for interacting with FiveM servers";
33 homepage = "https://github.com/Sander0542/fivem-api";
34 license = licenses.mit;
35 maintainers = with maintainers; [ fab ];