-
Notifications
You must be signed in to change notification settings - Fork 14
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
Create stubs without a pyproject.toml
#71
Comments
It is potentially possible to initialize |
@termoshtt I have created abrisco/rules_pyo3#3 to try and integrate this tool into some Bazel rules I wrote and am stuck at the point where I need to figure out how to write stubs to a specific location The command line arguments to this script are currently that |
@termoshtt friendly ping 😄 |
@termoshtt another ping. I'm happy to make a PR I just want sign-off on an implementation 🙏 |
Hi, would it be possible/realistic to configure StubInfo and StubInfoBuilder to work without needing a
pyproject.toml
? I would like to integrate this into Bazel which does not usepyproject.toml
and it doesn't appear that I have any other means of defining the output location forpyi
files, nor can I specify the module name. It would be great if I could explicitly specify both of these so I could write something like this:Does this sound roughly like an acceptable idea and do maintainers have thoughts on the additions/changes to the existing interface?
Thanks!
The text was updated successfully, but these errors were encountered: