5 hatch-fancy-pypi-readme,
6 hatch-requirements-txt,
12 buildPythonPackage rec {
20 hash = "sha256-R+4CDJo84/+PUTTxoz9CsZlHUVsldgjufWsRkALrfN4=";
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 = licenses.asl20;
43 maintainers = with maintainers; [ pbsds ];