indygreg / indygreg/PyOxidizer
Offline mode
- Dominant language
- Rust
- Stars
- 6.2k
- Forks
- 256
- PR merge metrics
- No merged PRs in 30d
Description
cargo build has an --offline mode. PyOxidizer should also, even if it only works reliably for projects without pip dependencies that need to be fetched. #199 allows existing venvs to be reused without pip fetches if the requirements are already met.
It will fail atm on pip fetches, but there are other issues about improving that, and this is similar to cargo offline failing when new deps are added.
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named. Start by tracing PyOxidizer's existing dependency-fetching and virtual-environment reuse behavior, including the path described in #199. Done means an offline option prevents network fetches, works when required dependencies are already available, and fails clearly when they are not.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100