astral-sh / astral-sh/python-build-standalone

Feature request: Ability to download sources for offline builds

Open
#585 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
4.4k
Forks
314
Avg merge
1d 9h
Merged PRs (30d)
27

Description

A feature that would be very useful for offline or air-gapped systems would be the ability to pre-download all of the source packages. That directory containing the downloaded tarballs could then be used to perform build(s) without having to connect to the internet again. For example, something like this to download to and then consume sources from a `tarballs` dir:

```bash
./download-offline.py --sources tarballs
./build-linux.py --sources tarballs --other --options --here
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.