indygreg / indygreg/PyOxidizer
Custom python distribution links
- Dominant language
- Rust
- Stars
- 6.2k
- Forks
- 256
- PR merge metrics
- No merged PRs in 30d
Description
pyOxidizer downloads python binaries from github releases (see [default_python_distributions.rs](https://github.com/indygreg/PyOxidizer/blob/739b5f207388445955e37c28be6fc787c0c6e45b/pyoxidizer/src/default_python_distributions.rs])).
I want to selfhost those artifacts, is there any way to specify custom download links during pyoxidizer runtime?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with pyoxidizer/src/default_python_distributions.rs, which defines the GitHub release downloads for Python binaries. Trace how those distributions are selected and configured at runtime, then determine where custom artifact URLs could be accepted. Done means a user can self-host the artifacts and configure PyOxidizer to download them from the custom links.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100