6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "a0f74af5040168d3883bbc980efe26d06c89f026dc86ba28eb34107662d51766";
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; [ vozz ];