Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python sidecar #21

Merged
merged 6 commits into from
May 19, 2023
Merged

Python sidecar #21

merged 6 commits into from
May 19, 2023

Conversation

gjreda
Copy link
Collaborator

@gjreda gjreda commented May 18, 2023

image

This is a very basic PoC for the sidecar pattern and sets up some general scaffolding.

Some things to note:

  1. It adds poetry to manage python dependencies
  2. It uses PyInstaller to package up a single executable to act as the side car. Tauri requires a -$TARGET_TRIPLE be specified in the binary filepath, so that happens via scripts/move_binary.py.

@gjreda gjreda marked this pull request as ready for review May 19, 2023 18:35
@sergioramos sergioramos changed the title Sidecar PoC for Python Python sidecar May 19, 2023
@sergioramos sergioramos merged commit 4dd5a64 into main May 19, 2023
@sergioramos sergioramos deleted the gjreda/hello-python branch May 19, 2023 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants