Skip to main content

A Dissect module implementing various utility functions for the other Dissect modules

Project description

dissect.util

A Dissect module implementing various utility functions for the other Dissect modules. For more information, please see the documentation.

Requirements

This project is part of the Dissect framework and requires Python.

Information on the supported Python versions can be found in the Getting Started section of the documentation.

Installation

dissect.util is available on PyPI.

pip install dissect.util

dissect.util includes both a pure Python implementation as well as a faster native Rust implementation of the LZ4 and LZO decompression algorithms. Pre-build wheels are available for most common platforms and the native implementation will automatically be used. In the rare case that a pre-build wheel is not available, the pure Python implementation will automatically be used instead. If you wish to build your own wheel in the case a pre-build one is not available for your platform, you can do so by running the following command:

tox -e build-native

Note that you'll need to bring your own Rust toolchain for the target platform you wish to build a wheel for. For example, using rustup.

Build and test instructions

This project uses tox to build source and wheel distributions. Run the following command from the root folder to build these:

tox -e build

The build artifacts can be found in the dist/ directory.

tox is also used to run linting and unit tests in a self-contained environment. To run both linting and unit tests using the default installed Python version, run:

tox

For a more elaborate explanation on how to build and test the project, please see the documentation.

Contributing

The Dissect project encourages any contribution to the codebase. To make your contribution fit into the project, please refer to the development guide.

Copyright and license

Dissect is released as open source by Fox-IT (https://www.fox-it.com) part of NCC Group Plc (https://www.nccgroup.com).

Developed by the Dissect Team (dissect@fox-it.com) and made available at https://github.com/fox-it/dissect.

License terms: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0). For more information, see the LICENSE file.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dissect_util-3.25.dev4.tar.gz (84.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

dissect_util-3.25.dev4-py3-none-any.whl (52.7 kB view details)

Uploaded Python 3

dissect_util-3.25.dev4-pp311-pypy311_pp73-win_amd64.whl (681.7 kB view details)

Uploaded PyPyWindows x86-64

dissect_util-3.25.dev4-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (262.3 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

dissect_util-3.25.dev4-pp311-pypy311_pp73-manylinux_2_28_i686.whl (282.3 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ i686

dissect_util-3.25.dev4-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (249.7 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev4-pp311-pypy311_pp73-macosx_11_0_arm64.whl (233.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

dissect_util-3.25.dev4-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (241.7 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

dissect_util-3.25.dev4-pp310-pypy310_pp73-win_amd64.whl (683.5 kB view details)

Uploaded PyPyWindows x86-64

dissect_util-3.25.dev4-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl (262.6 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

dissect_util-3.25.dev4-pp310-pypy310_pp73-manylinux_2_28_i686.whl (281.8 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ i686

dissect_util-3.25.dev4-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl (249.9 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev4-pp310-pypy310_pp73-macosx_11_0_arm64.whl (233.9 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

dissect_util-3.25.dev4-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (241.5 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

dissect_util-3.25.dev4-cp314-cp314t-win_arm64.whl (159.1 kB view details)

Uploaded CPython 3.14tWindows ARM64

dissect_util-3.25.dev4-cp314-cp314t-win_amd64.whl (701.4 kB view details)

Uploaded CPython 3.14tWindows x86-64

dissect_util-3.25.dev4-cp314-cp314t-musllinux_1_2_x86_64.whl (337.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

dissect_util-3.25.dev4-cp314-cp314t-musllinux_1_2_aarch64.whl (314.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_31_armv7l.whl (256.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.31+ ARMv7l

dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_x86_64.whl (260.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_s390x.whl (282.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ s390x

dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_ppc64le.whl (363.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_i686.whl (279.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ i686

dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_aarch64.whl (248.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev4-cp314-cp314t-macosx_11_0_arm64.whl (230.2 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dissect_util-3.25.dev4-cp314-cp314t-macosx_10_15_x86_64.whl (237.9 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

dissect_util-3.25.dev4-cp310-abi3-win_arm64.whl (157.3 kB view details)

Uploaded CPython 3.10+Windows ARM64

dissect_util-3.25.dev4-cp310-abi3-win_amd64.whl (683.7 kB view details)

Uploaded CPython 3.10+Windows x86-64

dissect_util-3.25.dev4-cp310-abi3-musllinux_1_2_x86_64.whl (338.1 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ x86-64

dissect_util-3.25.dev4-cp310-abi3-musllinux_1_2_aarch64.whl (315.0 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

dissect_util-3.25.dev4-cp310-abi3-manylinux_2_31_armv7l.whl (257.6 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.31+ ARMv7l

dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_x86_64.whl (262.2 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ x86-64

dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_s390x.whl (282.9 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ s390x

dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_ppc64le.whl (365.0 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ppc64le

dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_i686.whl (281.8 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ i686

dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_aarch64.whl (249.5 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev4-cp310-abi3-macosx_11_0_arm64.whl (233.4 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

dissect_util-3.25.dev4-cp310-abi3-macosx_10_12_x86_64.whl (241.1 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

Details for the file dissect_util-3.25.dev4.tar.gz.

File metadata

  • Download URL: dissect_util-3.25.dev4.tar.gz
  • Upload date:
  • Size: 84.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for dissect_util-3.25.dev4.tar.gz
Algorithm Hash digest
SHA256 4f8c12ee518f5ae74cc94d5c058c1876e319da954527fd3fdf616db06af7ce4b
MD5 72d47528971c1cce21963769adceb6b2
BLAKE2b-256 41cb6228d7960532c108ee6418194637d43b733bd755be7c2350a57740362e67

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4.tar.gz:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-py3-none-any.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-py3-none-any.whl
Algorithm Hash digest
SHA256 693e5a1119d443c2690a3c8a4ac03c96957321231f96bc5809e4ea11f75e6be1
MD5 0f35296030f6f940e2fa0ad2b9580055
BLAKE2b-256 210c1c54789760f7719a90473fcdd61daa8ea3178db3e98f22fb69f552e300dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-py3-none-any.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5dfd94e08972e5e3b2a71f858fe3b879944c3037cfcd7b789d89e84e16cdfa9d
MD5 05a5cd4c0ddd4370ae191319d0266adc
BLAKE2b-256 f2214265cc3396a2e8acf3c6d76176e748efe3cba33318c1cd479069c2383e38

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-pp311-pypy311_pp73-win_amd64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d084a1c614952e1e15c069477c0b860c138aa848528da1c9ceb8ac0e78d9cc01
MD5 2404cfd8cbc5e47f6653fcdf23b7cab4
BLAKE2b-256 5cc0820d9af0d766b847f3122fe0762b537f6427165144be08883564c457c10d

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-pp311-pypy311_pp73-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-pp311-pypy311_pp73-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 a05dbb3643e66d71a55464c98854807c3c4e0846b90a40898d710e2a6551b625
MD5 a1f64c7ccb3d9c45f5e8b3dcb4435b4b
BLAKE2b-256 d857d2e20ba0550219ae53b00ddb32152b0c2a320048dd9a624d31e97ec771ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-pp311-pypy311_pp73-manylinux_2_28_i686.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3684ecb3673ef64cbcd287df9cab453e86ccfd06760d84d9883f44d4a15cfb65
MD5 e8a623f174924ec525d11befc5d43183
BLAKE2b-256 cdf9c301ac56f52705553e6278530d0cc69b30330f7851dece3dc959f4b98c9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4bead05cbb17a3ce8dc369f3c5528fd955b43b31a4eac5208cd3ad52826803b8
MD5 55fcc470c12b1830c712f132faec864c
BLAKE2b-256 77e9ccd1d7c66d8abe829e6e0d59a111bf7c221957d5564fbf51bb3b06689d0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 53418f1ae899b6c21d06d84333307d8f848364f07584c54e1f48ad35e042fc2a
MD5 333b55caede9e8589b16c08e1c2197c2
BLAKE2b-256 32e1abf695fc5d5041081c3543277848b0a2c5f53d584d60ec0e0854232da3b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-pp311-pypy311_pp73-macosx_10_15_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 779f8b0cc856a3c46cd00c599ede7fad5a001d49d4e14e9b9b726f5631a6a9c0
MD5 07bda3f36be94e6d31efc589f3f2873c
BLAKE2b-256 5bf6390edcf3d589298fad9fa44c2eb153f05507fe0ebda216d7c1c93bc96f50

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-pp310-pypy310_pp73-win_amd64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 835672b28226b63ded4ec7ec126b29807e96a638a2a05353a001fdc4ef769aee
MD5 c3e1386e89405c2ff480fafc6ae004b3
BLAKE2b-256 5150274d08f5be044522d364153a357386768bcb77906f71bab50b7df35a112b

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-pp310-pypy310_pp73-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-pp310-pypy310_pp73-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 1ca0b119a5ee176aa3a123afb7bdf1b0c0bfbcc108e04552d3276001cc1e69f4
MD5 b5ff22d24c72a3ad7fd4fded2dcd04ee
BLAKE2b-256 e129945c2b74848e5145d0fa7bed5395e378c494c90f880286dd344c95ef1525

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-pp310-pypy310_pp73-manylinux_2_28_i686.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3debb5ee5266b2557f49f50ac36f6c61c077d99783539d89377bcae67f60fe52
MD5 3f416490733e969f703493b65827c8de
BLAKE2b-256 c689a1e28ca5465074bcc42c4951186ab177e50bfb8dac117c89757d936e5320

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 094ac2d06318dd9c1e8afb1def0b8d50bff0c71d077d375b6f6a29632a444cf3
MD5 981fc41fe008545d4405142e68ae0c8e
BLAKE2b-256 eaa293f992a1460057cba84c0034b9fd125f7a85d7723e44151af205b07c7745

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7149b1754ce1f8e3e333fd305c352adb3fd5299a35a386bcc7539cd6de57ff82
MD5 04a3551ebaa577b9b3a2a4458e1b1936
BLAKE2b-256 36a177bdb76ba5743b4c499aabcffcc8615313edd718965b50f6733cd98706ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-pp310-pypy310_pp73-macosx_10_15_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 957c2d28a45a05b57e3270e406cd9a73ee1b8bacdc1f2bd64fc41ef29271cd3c
MD5 eb95a2187f7a97d516551e193de96d19
BLAKE2b-256 7c64f8d26fdb9af639b5d76148280db3e0269a955b56a3fe43f7d45612ce3c2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp314-cp314t-win_arm64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 cf8fe717c6f620bad67f390f6e2d1b4729f2a1b3186fca5acf7ed418f4649771
MD5 8177947a02875aa8b52fe8260d7e511d
BLAKE2b-256 24363b50cf1aed6b85a6f30dc66a02ed6b58be7085b330d6a2a1c7a65c81569d

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp314-cp314t-win_amd64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 672608aef0bf4635e1d8674eba37f2d972e083d9624c89b77e3bdb67d6e92787
MD5 c7c054af772de131bce23a188e380307
BLAKE2b-256 0e86f661d004a199c92e63af8165140ef6f34a66c3987074dfc58f4bbbcfbb15

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2aa243696cb2273920b4e6457a8911c9d7447c4cc234a1014d6c573f47e66653
MD5 6b6d3b62b69a9864c937d31bca1fe342
BLAKE2b-256 f3f4ad6f350713d6b06bacc15503df08ff4372e91a92b808a0c00553e0fd536c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 0bddef6b54b2b6b5a1f091e414c8418e7e131383d8e2dbe79934c10463d20496
MD5 e7b3fa66e87f8fb939d8e7588a21a1d3
BLAKE2b-256 4e631e561f76ec97cc595f4bc7a685628b56c6dc0245e729447a58fcd6fc38ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_31_armv7l.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 087e0d4517493c8b736b07e65896bb9d1e31e81379571db3d094290f5090c320
MD5 aaf09f354dd68fb711e49f6a1d105580
BLAKE2b-256 45c259e4aff416053e937d573b79f23d67cd178e72f661350c9b7ddbd9a23175

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 9e6bec9622207b95d1b7443fff28cdbb2dded466269e67c4c61e133c90343f19
MD5 40b13c89e2167c187babd37db4e194af
BLAKE2b-256 9da4797c70d36c61f8df35a4d5f648391265600a39f2b06aeb02ad4010117dd8

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_s390x.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 19e9b3e576f700586c5631530066cd3dd07eaa50b73cd3f214dbf4c4b54be737
MD5 4fa41c2dedfd09db079d102d7556b0bd
BLAKE2b-256 6f9b406d0bc78ce864821e937ad530ea859798e1eeda0a90216645f2e3e80fa1

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_ppc64le.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 b030fd6c036e74a8ce7ee9c781da72bdbc9774974e36ffd2f5ab59fe66ddd682
MD5 5e3c7634ed5d64681096cb64084afa85
BLAKE2b-256 f78edef0517eff82df678907ccaca5177fcf4887d1941e7c8e62b9b8a86a7b62

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_i686.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 690a35dfff14802c7106019f8b61006756e3765ca2375cfb745ea9872a006c31
MD5 a0a63f0508348d4da1d9799c5290661a
BLAKE2b-256 7c9fcaa56f1e8b0687e573be153aec8bdd45bf14bba435b58efb355885f4d74a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5269d0a3eb5249070ebdab0362cd85182319f70c1108680bc1e9f8b7dfa75309
MD5 41b8252f0a347303c3277ad65d0796ed
BLAKE2b-256 2a610972d4e54ff4f088a92f118ee038a38525b01d7cac65c117fe83f6dbe8a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4fdaba4cb4953aa23a21cc375211d5f5ae2432ad9ccf7d6c772c374b493eb3b1
MD5 4f0d6ac33c3358ef16f03113ae980d92
BLAKE2b-256 c1c40e384da925e7375bc4085f58cd010461067a7216b72abbf8af52279b0b8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp310-abi3-win_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 27aed3d07e38c47a5384109fd5edeea149cd2cf4df7f7ebae360d36e36d4624c
MD5 bafc9f978f34dfd66c4f933b1485dfed
BLAKE2b-256 ac8f9a1153f7d2a778f31791fe385024a1e8a6f0485da87f708e92bbdc054033

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp310-abi3-win_arm64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp310-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 bdc7efcc397e8152bc4c3f3459c8a0ef7ac800a09851a6cdd36ef0537ffdf835
MD5 efcd225036ab4bd72b2cf68ac55f3ade
BLAKE2b-256 c1ec5b0b18de277f3e69cbafef213357a153aea3bd3755e718bfd7fe8854333e

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp310-abi3-win_amd64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp310-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9891f244533f911102217eb0a884b66f84329e3434dd8ee49f4405d9ca701f85
MD5 f402be9297385006726a42e737baee3c
BLAKE2b-256 d117d99e7621d3964c8b0e59bac03bcb77610c6383b70f0532c3f24541bc9c40

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp310-abi3-musllinux_1_2_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp310-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ede4e2a5c244a95c3eb88030f6a5322160739af1c66c39198a5dcf2579cb86c4
MD5 b6213b13bd067920faa68bda9d8e803a
BLAKE2b-256 a5a5060069a8a1becda1266e2501a91a081302b0f9d90fdd972af710659e38e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp310-abi3-musllinux_1_2_aarch64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp310-abi3-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp310-abi3-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 54f1bc509e036979c30c2588dae5b4335bb0391510e574d639d8fd314ffe5488
MD5 0c4c2ca79f6fef46ee1a0fb94c16894b
BLAKE2b-256 e705fe68a0fcd11b67294447544fd694ecabeb74b83a4c50bbff2c9be3da4787

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp310-abi3-manylinux_2_31_armv7l.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5c40c9157c7a505c1006c285d6806670176cc3d6ab4e68c8c877023fd62731af
MD5 6116705cdd4ea1f6989a987e7b20ac07
BLAKE2b-256 603f028bc0e5d764558cd1cd08941eec131864af7e0486d052ba096816367f8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 263aeccc17b9491cb6163106e4af04f922052d0f6206fc176d01a86ca35cfefd
MD5 1bfa2d11f81f29c52dd1661d59ef7fc5
BLAKE2b-256 4cd2b5b257d287ab19d8a8e277503fdaed4c19dcf9c4ce987d38873742cfcfb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_s390x.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 75339eb0fa6e4841bc03b02adfa7758a98041a4a5b0fc348ea9a94a91452e482
MD5 b97057151da4a233471e8947b370d2ea
BLAKE2b-256 95f9b7ceaeec413990512eb9b2d5d93da7c14d7accdbc3455b00847dd353b830

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_ppc64le.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 0963bd4532227131ad70b7b461faa6f7f3636b6271e3fe2b91a0b357e26c0bbb
MD5 65a934254b3b320fc01a77b2b966075c
BLAKE2b-256 c1ae3c17e4e5356f87402b486343c4e15d05276acc3585c1881ae5341f1f9c0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_i686.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8ddda0c5fd79228422495008fbc5f773a6b703eac50f3526592b6491a002b17
MD5 14db745c82b28317c11053b4957f333e
BLAKE2b-256 577fed873a779c710e2421c0adf4f06813f529db6ac4181cc4b68514ee42754b

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp310-abi3-manylinux_2_28_aarch64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp310-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 26e6b1ee8cf6deb0b0411d8d7f0250de55be9435bc4dfc64afcdfe7a41087650
MD5 a0e50d2b44a66ce0d914e7aa15a6291e
BLAKE2b-256 21f88e7de66205947207d16719f0233db1d27820ca8aaa9fe1cb451e280a7f30

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp310-abi3-macosx_11_0_arm64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev4-cp310-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev4-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1fdcfa7e42625ee23bfbe658a77686fbd76e54b079efe904acc828f750bbae09
MD5 c5743555807c8a6c0a14aa964c7917eb
BLAKE2b-256 59e086b532f890b6e6de45b9a1df6dc256e0dde5543e159005f831ad2e6ae96e

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev4-cp310-abi3-macosx_10_12_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page