1 { lib, fetchPypi, buildPythonPackage }:
3 buildPythonPackage rec {
8 # Tests rely on files obtained over the network
12 inherit pname version;
13 sha256 = "1fv2kh2v4lwj0hhrhj9pib1pdjh01yr4xgyljhx11l94gjlpy5pj";
17 homepage = "https://github.com/Diaoul/enzyme";
18 license = licenses.asl20;
19 description = "Python video metadata parser";