grobid_client_python icon indicating copy to clipboard operation
grobid_client_python copied to clipboard

Request: adding type hints

Open jamesbraza opened this issue 3 months ago • 1 comments

Running mypy with this:

error: Skipping analyzing "grobid_client.grobid_client": module is installed, but missing library stubs or py.typed marker  [import-untyped]

It would be nice to:

  1. Add type hints
  2. Add py.typed metadata

Thank you in advance

jamesbraza avatar Mar 29 '24 01:03 jamesbraza