grobid_client_python
grobid_client_python copied to clipboard
Request: adding type hints
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:
- Add type hints
- Add
py.typed
metadata
Thank you in advance
@jamesbraza indeed. Feel free to shot us a PR, I'd be happy to merge include this idea.