23 buildPythonPackage rec {
26 format = "setuptools";
28 disabled = pythonOlder "3.6";
33 hash = "sha256-bguC+8eGFhCzV3xTlyd8QiDgZe7g/tTkbNa2AhZVtkw=";
36 patches = [ ./pandas2-datetime-removal.patch ];
38 propagatedBuildInputs = [
46 ] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ];
58 pythonImportsCheck = [ "quandl" ];
61 description = "Quandl Python client library";
62 homepage = "https://github.com/quandl/quandl-python";
63 changelog = "https://github.com/quandl/quandl-python/blob/master/CHANGELOG.md";
64 license = licenses.mit;
65 maintainers = with maintainers; [ ilya-kolpakov ];