Built datashuttle executable with PyInstaller #535
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
What is this PR
Why is this PR needed?
This PR demonstrates the process of building the datashuttle package as a standalone executable using PyInstaller. It allows maintainers to review and verify the feasibility of distributing datashuttle as a packaged binary, simplifying installation and usage for end users.
What does this PR do?
tui_launcher.py
as the entry point.datashuttle.exe
) for demonstration purposes only.References
Closes #517
Is this a breaking change?
No. This PR only adds a demonstration build artifact and does not modify existing source code or APIs.
Does this PR require an update to the documentation?
No immediate documentation updates are required. However, if binary distribution is adopted in the future, documentation changes should describe installation and usage of the executable.