6 buildPythonPackage rec {
13 hash = "sha256-CsWjZBadvfK9YvlPXAc5cKtmlKMWYXf15EixDJQ+LKQ=";
17 description = "Easy to use Python module to extract Exif metadata from tiff and jpeg files";
18 mainProgram = "EXIF.py";
19 homepage = "https://github.com/ianare/exif-py";
20 license = licenses.bsd0;
21 maintainers = with maintainers; [ ];