No project description provided
Project description
NSIS Bzip2 Decompressor
Decompress Whole Data
import nsisunbz2.core
bzd = nsisunbz2.core.Bz2Decompress(compressed)
decompressed = bzd.decompress()
Stop Decompression Beyond Given Output Size
This is used when decompressing an NSIS script from a solid mode installer to save time. The additional value is the size of the expected NSIS installer script. Exmple size shown here is arbitrary.
import nsisunbz2.core
bzd = nsisunbz2.core.Bz2Decompress(compressed)
decompressed = bzd.decompress(4687)
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
nsisunbz2-1.0.7.tar.gz
(8.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
nsisunbz2-1.0.7-py3-none-any.whl
(10.6 kB
view details)
File details
Details for the file nsisunbz2-1.0.7.tar.gz.
File metadata
- Download URL: nsisunbz2-1.0.7.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b227b548661114b0ecb446b9e8fdea2d69e883adff838e41dc6336fb157e373a
|
|
| MD5 |
cb3e7ab7e5d0315a4313fba3751e7d22
|
|
| BLAKE2b-256 |
1393b49bb4d2d42137d32d454fb2390c75f12154058d7b47cd3327637d8f88dd
|
File details
Details for the file nsisunbz2-1.0.7-py3-none-any.whl.
File metadata
- Download URL: nsisunbz2-1.0.7-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92cc4d2f856b39bc198b9dfdf17c389a470f2a6cf9ea7dafafffbcf1c6bdb549
|
|
| MD5 |
73a2b416096dec09e7c4eed7684c426d
|
|
| BLAKE2b-256 |
1ba468b142d5609960ec24d8fa5451d35a09555e900d9e49c004f41443397645
|