Async unzipping to prevent asyncio timeout errors and decrease the memory usage for bigger zip files
Project description
async-unzip
Asynchronous unzipping of big files with low memory usage in Python Helps with big zip files unpacking (memory usage + buffer_size could be changed). Also, prevents having Asyncio Timeout errors especially in case of many workers using same CPU cores.
From version 0.3.6 module doesn't require, but expect to have aiofile
OR aiofiles
to be installed for I/O operations.
However, aiofile
is recommended for linux, just don't forget to install libaio
(libaio1
) linux module (e.g., apt install -y libaio1
for debian)
from async_unzip.unzipper import unzip
import asyncio
asyncio.run(unzip('tests/test_files/nvidia_me.zip', path='some_dir'))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file async-unzip-0.3.6.tar.gz
.
File metadata
- Download URL: async-unzip-0.3.6.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d251e629223d04d6f4b8d2a5125dabcf40b565482dd9e48e1e423aed17bce24 |
|
MD5 | 65a7b72af55c5cbde921971275fb2ffa |
|
BLAKE2b-256 | 960df68b006fac0237f2cd9433b17b88d24928fd86f3e6d45df06a53e6dcdc26 |
File details
Details for the file async_unzip-0.3.6-py3-none-any.whl
.
File metadata
- Download URL: async_unzip-0.3.6-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54b4b0263e372f087be4732ccced24f05119e6bf2e0a5d96d7a770c0331bf2e5 |
|
MD5 | 6b86851d88d72cdb240669edc32618df |
|
BLAKE2b-256 | 4f87659a72a98e668852b2f98d54de3692865bd539ee647db70b2a203966fd26 |