Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 464 Bytes

File metadata and controls

17 lines (10 loc) · 464 Bytes

Embedded Python

This repository provides a Swift Package Manager package with a Python framework packaged for easier embedding in Poedit.

It is intended for use from Poedit's build system and runtime components.

Building

Run:

./macos/build-xcframework.sh

The output archive is created as build/macos/Python.xcframework.zip.

After building, commit the updated Package.swift, tag the release, and upload the zip file to the GitHub release.