9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-6llrMGWbDRmysEw+B6B115hLS5xlktQEXiSHzPLbV5s=";
25 propagatedBuildInputs = [
32 pythonImportsCheck = [
37 description = "Module for interacting with FiveM servers";
38 homepage = "https://github.com/Sander0542/fivem-api";
39 license = licenses.mit;
40 maintainers = with maintainers; [ fab ];