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