streaming-unzip


Namestreaming-unzip JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/ShiinaRinne/stream_zip_downloader
SummaryA streaming unzip tool for zip files
upload_time2024-03-13 06:01:29
maintainer
docs_urlNone
authorShiinaRinne
requires_python
licenseMIT
keywords stream zip download
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ShiinaRinne/stream_zip_downloader",
    "name": "streaming-unzip",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "stream,zip,download",
    "author": "ShiinaRinne",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b9/39/aff0853781220fdc96671d501c7305a4383cb3c85d878a81e50f684c5979/streaming-unzip-0.0.1.tar.gz",
    "platform": "any",
    "description": "Stream Zip Downloader\r\n=====================\r\n\r\nDescription\r\n-----------\r\nMany 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.\r\n\r\nThis 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.\r\n\r\nWarning\r\n-------\r\nAlthough 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.\r\n\r\nContact and Support\r\n-------------------\r\nIf 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.\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A streaming unzip tool for zip files",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/ShiinaRinne/stream_zip_downloader"
    },
    "split_keywords": [
        "stream",
        "zip",
        "download"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b939aff0853781220fdc96671d501c7305a4383cb3c85d878a81e50f684c5979",
                "md5": "ddaa06df4e31f4628fc257afc04f75ef",
                "sha256": "84ab66fb542225c34ab414abb66a6e475e341d8c540b096837119f1ac9a7357c"
            },
            "downloads": -1,
            "filename": "streaming-unzip-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ddaa06df4e31f4628fc257afc04f75ef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3099,
            "upload_time": "2024-03-13T06:01:29",
            "upload_time_iso_8601": "2024-03-13T06:01:29.217838Z",
            "url": "https://files.pythonhosted.org/packages/b9/39/aff0853781220fdc96671d501c7305a4383cb3c85d878a81e50f684c5979/streaming-unzip-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-13 06:01:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ShiinaRinne",
    "github_project": "stream_zip_downloader",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "streaming-unzip"
}
        
Elapsed time: 0.22707s