18 buildPythonPackage rec {
19 pname = "coinmetrics-api-client";
20 version = "2024.2.6.16";
23 disabled = pythonOlder "3.9";
25 __darwinAllowLocalNetworking = true;
29 pname = "coinmetrics_api_client";
30 hash = "sha256-rCj8nG7iQFJKs3Mic2wRZKBqx9T0lCPH5Po8k0nLppg=";
42 propagatedBuildInputs = [
54 ] ++ passthru.optional-dependencies.pandas;
56 pythonImportsCheck = [
57 "coinmetrics.api_client"
61 optional-dependencies = {
69 description = "Coin Metrics API v4 client library";
70 mainProgram = "coinmetrics";
71 homepage = "https://coinmetrics.github.io/api-client-python/site/index.html";
72 license = licenses.mit;
73 maintainers = with maintainers; [ centromere ];