10 buildPythonPackage rec {
13 format = "setuptools";
18 hash = "sha256-yUbzJzQZ43JY415yJz9JkEqxVyPYenYcERXvmXmfjF8=";
21 LC_ALL = "en_US.UTF-8";
22 buildInputs = [ glibcLocales ];
25 ${python.interpreter} -m unittest tests/*.py
28 propagatedBuildInputs = [ tqdm ];
31 description = "Pure-Python library built as a PDF toolkit";
32 homepage = "https://github.com/sfneal/PyPDF3";
33 license = licenses.bsd3;
34 maintainers = with maintainers; [ ambroisie ];