Add binary .whl for Android and iOS #2019
Unanswered
timrid
asked this question in
Enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Android (PEP 738) and iOS (PEP 730) are now officially supported in Python. Therefore, it would be beneficial if debugpy also provided .whls for Android and iOS. This is now very easy to do using, for example,
cibuildwheel, that supports both platforms. This would bring a speedup when debugging these platforms compared to the pure python version.Background:
With
briefcase, it is easy to develop Android and iOS apps. I am currently working on a feature to support debugging abriefcaseapplication withdebugpy. Initially only for Windows and macOS, but later also for Android and iOS. The pure python version is already working on Android and iOS, but for speedup it would also be beneficial to have a binary wheels.Beta Was this translation helpful? Give feedback.
All reactions