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)
- Host: GitHub
- URL: https://github.com/olilarkin/swiftpythontemplate
- Owner: olilarkin
- License: mit
- Created: 2024-10-23T21:33:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T06:46:28.000Z (over 1 year ago)
- Last Synced: 2024-12-17T12:57:58.420Z (over 1 year ago)
- Topics: python, swift
- Language: Python
- Homepage:
- Size: 14.1 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: Support/Python.xcframework/Info.plist
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
```