5 hatch-fancy-pypi-readme,
6 hatch-requirements-txt,
12 buildPythonPackage rec {
20 hash = "sha256-LoVcwE7eGcK5Nc6qKTnrnI+rNlsDbekhKUP+Fzq2SQ8=";
24 hatch-fancy-pypi-readme
25 hatch-requirements-txt
29 dependencies = [ gradio-client ];
31 buildInputs = [ gradio.sans-reverse-dependencies ];
32 disallowedReferences = [ gradio.sans-reverse-dependencies ];
34 pythonImportsCheck = [ "gradio_pdf" ];
40 description = "Python library for easily interacting with trained machine learning models";
41 homepage = "https://pypi.org/project/gradio-pdf/";
42 license = lib.licenses.asl20;
43 maintainers = with lib.maintainers; [ pbsds ];