10 buildPythonPackage rec {
18 hash = "sha256-hetcn5RX582CRVmtG5dAvr+NXD+7NKJjaqgOo8LlpqM=";
21 nativeBuildInputs = [ setuptools ];
23 propagatedBuildInputs = [
28 pythonImportsCheck = [ "complycube" ];
31 homepage = "https://complycube.com";
32 description = "Official Python client for the ComplyCube API";
33 license = lib.licenses.mit;
34 maintainers = with lib.maintainers; [ derdennisop ];