You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I don't want to have to use the network bandwith required to download an entire zip when I only want to access one file from it.
Describe the solution you'd like
I new kwarg on the cached_path function to choose to only download the requested file in a zip folder
Describe alternatives you've considered
Using remoteZip which "provides a way to access single members of a zip file archive", but does not have the file caching functionality of this library out-of-the box. I would suggest that remoteZip could be used under the hood to implement this feature.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I don't want to have to use the network bandwith required to download an entire zip when I only want to access one file from it.
Describe the solution you'd like
I new
kwarg
on thecached_path
function to choose to only download the requested file in a zip folderDescribe alternatives you've considered
Using remoteZip which "provides a way to access single members of a zip file archive", but does not have the file caching functionality of this library out-of-the box. I would suggest that remoteZip could be used under the hood to implement this feature.
The text was updated successfully, but these errors were encountered: