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