1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
4 pname = "python-mnist";
9 sha256 = "a0cced01e83b5b844cff86109280df7a672a8e4e38fc19fa68999a17f8a9fbd8";
13 homepage = "https://github.com/sorki/python-mnist";
14 description = "Simple MNIST data parser written in Python";
15 license = licenses.bsd3;
16 maintainers = with maintainers; [ cmcdragonkai ];