6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "sha256-CsWjZBadvfK9YvlPXAc5cKtmlKMWYXf15EixDJQ+LKQ=";
16 description = "Easy to use Python module to extract Exif metadata from tiff and jpeg files";
17 homepage = "https://github.com/ianare/exif-py";
18 license = licenses.bsd0;
19 maintainers = with maintainers; [ ];