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)
Release files for nsisunbz2 1.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| nsisunbz2-1.0.7.tar.gz | 8.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| nsisunbz2-1.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:19.3 kB
Release files / nsisunbz2-1.0.7.tar.gz
| Download URL | nsisunbz2-1.0.7.tar.gz |
|---|---|
| Size | 8.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b227b548661114b0ecb446b9e8fdea2d69e883adff838e41dc6336fb157e373a
|
|
BLAKE2b-256 checksum How to use checksums |
1393b49bb4d2d42137d32d454fb2390c75f12154058d7b47cd3327637d8f88dd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.2
|
Release files / nsisunbz2-1.0.7-py3-none-any.whl
| Download URL | nsisunbz2-1.0.7-py3-none-any.whl |
|---|---|
| Size | 10.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
92cc4d2f856b39bc198b9dfdf17c389a470f2a6cf9ea7dafafffbcf1c6bdb549
|
|
BLAKE2b-256 checksum How to use checksums |
1ba468b142d5609960ec24d8fa5451d35a09555e900d9e49c004f41443397645
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.2
|