kermitt2 / grobid_client_python

Python client for GROBID Web services
Apache License 2.0
275 stars 74 forks source link

Request: adding type hints #71

Open jamesbraza opened 4 months ago

jamesbraza commented 4 months ago

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

lfoppiano commented 4 months ago

@jamesbraza indeed. Feel free to shot us a PR, I'd be happy to merge include this idea.