An open API service indexing awesome lists of open source software.

https://github.com/olilarkin/swiftpythontemplate

macOS (arm64 only) PythonKit template (Swift & Python)
https://github.com/olilarkin/swiftpythontemplate

python swift

Last synced: 11 months ago
JSON representation

macOS (arm64 only) PythonKit template (Swift & Python)

Awesome Lists containing this project

README

          

# Swift + Python macOS app Template

This is a template for a macOS app, using Swift, [PythonKit](https://github.com/pvieito/PythonKit) and [Python-Apple-support](https://github.com/beeware/Python-Apple-support).

Included python3.11 support files were obtained from:
https://github.com/beeware/Python-Apple-support/releases/download/3.11-b5/Python-3.11-macOS-support.b5.tar.gz

Project was based on:

https://github.com/beeware/briefcase-macOS-Xcode-template

# Setup

Requirements:
- brew
- pyenv

Add your requirements to `requirements.txt` and run:

```sh
./setup_app_packages.sh
```