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