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

Automatically generate .pyi files #144

Open
torymur opened this issue Jan 24, 2025 · 2 comments
Open

Automatically generate .pyi files #144

torymur opened this issue Jan 24, 2025 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@torymur
Copy link
Contributor

torymur commented Jan 24, 2025

Automatically generate python interface files, investigate what's more appropriate:

  • mypy-stubgen
  • pybind11-stubgen
  • custom script
@torymur torymur added the enhancement New feature or request label Jan 24, 2025
@torymur torymur self-assigned this Jan 24, 2025
@yvan-sraka
Copy link
Contributor

Why not maturin?

@torymur
Copy link
Contributor Author

torymur commented Jan 28, 2025

(this is about generating interface files from bindings, not bindings)

But I don't have an answer about this preference, it was introduced in the repo before I started working on it: 909c7f2

I personally used maturin in other projects. Currently, we have an issue opened about considering a switch to it: #105
And after attempting a heavy lifting on #153 I would strongly consider it too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants