dephell / dephell/dephell_archive
Pre-caching extractall
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
When doing deep inspection of an archive, it isnt effecient to leave the archive open and extract each file individually.
Both tarfile and zipfile support `extractall`, which could be used to fully populate the cache, and then the archive can be closed and disk cache used.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.