Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stubs file to PyAV #1065

Closed
RuoXian233 opened this issue Dec 28, 2022 · 2 comments
Closed

Add stubs file to PyAV #1065

RuoXian233 opened this issue Dec 28, 2022 · 2 comments

Comments

@RuoXian233
Copy link

Overview

There's currently no .pyi files in the PyAV installation path, which brings much difficulty to the development, as the language server
couldn't resolve any symbols and provides no completion or hints.

Desired Behavior

Add some basic stubs to PyAV, I'm not looking forward to a detailed type hint, just function signature and some documents,
I'd heard that there's some tools like stubgen has the ability to finish the task automatically, but I'm not sure that it will work with Cython files and C module.

Additional context

I'll also try to write the stubs by myself, but I certainly need more help

@HanzCEO
Copy link
Contributor

HanzCEO commented Feb 5, 2023

Hello @RuoXian233,

Would you like to draft a new PR and work on it? I would like to help.

@github-actions
Copy link

github-actions bot commented Jun 6, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants