Greg Roodt
Greg Roodt
Another thing that comes to mind is considering how this would be solved outside bazel. I don't think there is a PEP Standard that addresses it that could be leveraged....
FYI: Using "extras" won't increase the number of wheels you need to build or distribute. Extras are not part of the wheel tags. Extras are used at installation time (not...
> I wasn't aware that `--incompatible_default_to_explicit_init_py=true` made such a significant improvement to analysis performance. Is it worth mentioning this somewhere in the docs of `rules_python`? It smells to me like...
Yes, this sort of thing is great. It's often called a "wheel house" and is a very common and useful pattern for offline builds, avoiding sdist in deployment scenarios, etc....
The `@retry` decorator from this library is designed for synchronous functions only. Using this with async functions won't work at all. It is likely functionality that could be supported, but...
Project is maintained here https://github.com/groodt/retrying/tags Transfer was here pypi/support#2205