11 buildPythonPackage rec {
17 inherit pname version;
18 hash = "sha256-5qnMq4Pnaaeov+Lb3fD0ndfr5SAy6SlXTwG7v6IZce0=";
21 nativeBuildInputs = [ setuptools ];
23 propagatedBuildInputs = [
29 pythonImportsCheck = [ "pdfrw" ];
32 description = "Pure Python library that reads and writes PDFs";
33 homepage = "https://github.com/sarnold/pdfrw";
34 maintainers = with maintainers; [ loicreynier ];
35 license = licenses.mit;