flet-dev / serious-python

Python runtime for Flutter apps
Apache License 2.0
212 stars 22 forks source link

iOS and macOS: Host Python XCFramework and native Python dependencies on CocoaPods #60

Closed FeodorFitsner closed 6 months ago

FeodorFitsner commented 10 months ago

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.

Sources: