14 buildPythonPackage rec {
19 inherit pname version;
20 sha256 = "sha256-prNUL1kM80GlrUQdWuAhvpO9ZEQclsdYsVSQNJWjpgA=";
23 propagatedBuildInputs = [
35 # Tests try to access the network.
38 mkdir -p "$HOME/.kaggle/"
39 echo '{"username":"foobar","key":"00000000000000000000000000000000"}' > "$HOME/.kaggle/kaggle.json"
40 $out/bin/kaggle --help > /dev/null
42 pythonImportsCheck = [ "kaggle" ];
45 description = "Official API for https://www.kaggle.com, accessible using a command line tool implemented in Python 3";
46 homepage = "https://github.com/Kaggle/kaggle-api";
47 license = licenses.asl20;
48 maintainers = with maintainers; [ mbalatsko ];