Extract metadata from remote conda packages without downloading whole file
Download conda metadata from packages without transferring entire file. Get metadata from local .tar.bz2 packages without reading entire files. Uses enhanced pip lazy_wheel to fetch a file out of .conda with no more than 3 range requests, but usually 2. Uses tar = tarfile.open(fileobj=...) to stream remote .tar.bz2. Closes the HTTP request once desired files have been seen.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.11.0-2.fc42 | - |
Fedora 42 | 0.11.0-2.fc42 | - |
Fedora 41 | 0.10.0-3.fc41~bootstrap | - |
Fedora 40 | 0.9.0-3.fc40 | - |
You can contact the maintainers of this package via email at
python-conda-package-streaming dash maintainers at fedoraproject dot org
.