šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

streaming-unzip

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streaming-unzip

A streaming unzip tool for zip files

0.0.1
PyPI
Maintainers
1

Stream Zip Downloader

Description

Many times, we don't need all the content of a zip file, or the disk space is limited and there isn't enough space to decompress a downloaded compressed file. In these cases, the feature of streaming download and decompression can disrupt this process. This repository allows for the streaming download and decompression of zip files without the need for full download and decompression, saving both time and disk space.

This tool has been tested with large files, such as a ~69.7G compressed file from Genshin Impact, which can be downloaded and decompressed through streaming in about 22 minutes.

Warning

Although this repository is now ready for direct use and has been tested with significant file sizes, unexpected bugs may occur. It is not recommended to use this tool in a production environment without further testing. Use at your own risk.

Contact and Support

If you have any suggestions or questions, or if you encounter any issues while using this tool, please feel free to post an issue on our GitHub repository.

Keywords

stream

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts