1 { lib, python3, fetchFromGitHub }:
3 python3.pkgs.buildPythonApplication rec {
8 src = fetchFromGitHub {
12 hash = "sha256-C0Ss6kZvPx0hHnpBKquEolxeuTfjshhSBSIDXcCKtM8=";
16 python3.pkgs.setuptools
19 propagatedBuildInputs = [
20 python3.pkgs.pdfminer-six
23 pythonImportsCheck = [
28 description = "Extracts and formats text annotations from a PDF file";
29 homepage = "https://github.com/0xabu/pdfannots";
30 license = licenses.mit;
32 mainProgram = "pdfannots";