1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
9 sha256 = "1x1yp63lg3jxpg9igw8lh5rc51q353ifsa1bailb4qb51r54kh0d";
12 # tests require the extra download of github.com/pmaupin/static_pdfs
16 description = "pdfrw is a pure Python library that reads and writes PDFs.";
17 homepage = "https://github.com/pmaupin/pdfrw";
18 maintainers = with maintainers; [ teto ];
19 license = licenses.mit;