conda / conda-package-streaming

An efficient library to read from new and old format .conda and .tar.bz2 conda packages.
https://conda.github.io/conda-package-streaming/
Other
10 stars 9 forks source link

Update `transmute` documentation now that we do use temporary files. #62

Closed dholth closed 1 year ago

dholth commented 1 year ago

Checklist

What happened?

The transmute documentation is outdated. We now use temporary .tar files to get the complete size before opening a zstd compressor, or a memory buffer if < 10MB based on Python's SpooledTemporaryFile However unlike the pre-conda-package-streaming implementation we never have to extract all the files to disk and back again, so the tar metadata is preserved exactly.

Conda Info

No response

Conda Config

No response

Conda list

No response

Additional Context

No response