Kivy produces a bunch of *.xcframework files for Python and dependencies as well as install the dependency to site-packages.
XCFrameworks could be published to CocoaPods and then added as dependencies to serious_python project.
Python part in site-packages could be packaged to wheels (.whl), published to GitHub and then installed with pip from a custom index.
Kivy produces a bunch of
*.xcframework
files for Python and dependencies as well as install the dependency tosite-packages
.XCFrameworks could be published to CocoaPods and then added as dependencies to
serious_python
project. Python part insite-packages
could be packaged to wheels (.whl
), published to GitHub and then installed withpip
from a custom index.Sources: