GitHub user rok added a comment to the discussion: A new home for pyarrow-stubs?
I made a script that grabs docstrings from `pyarrow.compute` and inserts them into `compute.pyi` stubfile: https://github.com/rok/arrow/pull/45/commits/024aabc8ad03d103b518e499c9e7c8eacd10afbf. It uses [griffe](https://mkdocstrings.github.io/griffe/) (to load pyarrow and grab docstrings) and [libCST](https://libcst.readthedocs.io/) (to update stubfiles). I think this is usable if we decide to provide docstrings in stubfiles. GitHub link: https://github.com/apache/arrow/discussions/45919#discussioncomment-14289805 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
