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.dev5.tar.gz (84.4 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.dev5-py3-none-any.whl (52.7 kB view details)

Uploaded Python 3

dissect_util-3.25.dev5-pp311-pypy311_pp73-win_amd64.whl (681.5 kB view details)

Uploaded PyPyWindows x86-64

dissect_util-3.25.dev5-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.dev5-pp311-pypy311_pp73-manylinux_2_28_i686.whl (282.3 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ i686

dissect_util-3.25.dev5-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (249.8 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev5-pp311-pypy311_pp73-macosx_11_0_arm64.whl (233.5 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.15+ x86-64

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

Uploaded PyPyWindows x86-64

dissect_util-3.25.dev5-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl (262.5 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

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

Uploaded PyPymanylinux: glibc 2.28+ i686

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

Uploaded PyPymanylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev5-pp310-pypy310_pp73-macosx_11_0_arm64.whl (233.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymacOS 10.15+ x86-64

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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

dissect_util-3.25.dev5-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.dev5-cp314-cp314t-musllinux_1_2_aarch64.whl (314.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.31+ ARMv7l

dissect_util-3.25.dev5-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.dev5-cp314-cp314t-manylinux_2_28_s390x.whl (282.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ i686

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

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev5-cp314-cp314t-macosx_11_0_arm64.whl (230.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dissect_util-3.25.dev5-cp314-cp314t-macosx_10_15_x86_64.whl (238.0 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

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

Uploaded CPython 3.10+Windows ARM64

dissect_util-3.25.dev5-cp310-abi3-win_amd64.whl (683.8 kB view details)

Uploaded CPython 3.10+Windows x86-64

dissect_util-3.25.dev5-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.dev5-cp310-abi3-musllinux_1_2_aarch64.whl (315.1 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

dissect_util-3.25.dev5-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.dev5-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.dev5-cp310-abi3-manylinux_2_28_s390x.whl (282.8 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ s390x

dissect_util-3.25.dev5-cp310-abi3-manylinux_2_28_ppc64le.whl (364.9 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ppc64le

dissect_util-3.25.dev5-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.dev5-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.dev5-cp310-abi3-macosx_11_0_arm64.whl (233.3 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

dissect_util-3.25.dev5-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.dev5.tar.gz.

File metadata

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

File hashes

Hashes for dissect_util-3.25.dev5.tar.gz
Algorithm Hash digest
SHA256 09a108e20213c9eff826ca5d0abf661a1fdddf932535e2e51342a0caca9fec52
MD5 60e4a12d93d1eb1d685804355c251248
BLAKE2b-256 212c939955a6d8360161a25db1a15c814f7098ee01be066681224f82e052d2f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5.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.dev5-py3-none-any.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-py3-none-any.whl
Algorithm Hash digest
SHA256 a9fbd42e3b3c4130f1a26f4089ff107c272c65f86495eeddadc5eab89fee3ae5
MD5 7d653774304d92454704333c6cdc0257
BLAKE2b-256 f1cebb1bb46c1bf76745797f3fcfecd00df908f91c571aa27745da3603d23da1

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cf95899818836a73029fc030cdf15e19d598adb1d7455fac24b741e0021401f5
MD5 aae269376e34553d9aebc15ae3f82f35
BLAKE2b-256 dd38be3f8b943bfc34fe92bbc3007bcce32d1499f0766041ff88ab507e368e17

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b925c31239d886a64a4cdfdb611a1658db652dca4d2878ae0f9ab1946bb2f5ef
MD5 c91e93a82e1fa05eb1a0dbfcd0c649ad
BLAKE2b-256 acee47f30fea86541bdf3181c270b272dc9c1a2ff88b03e1628cf59d4f387f10

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-pp311-pypy311_pp73-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-pp311-pypy311_pp73-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 937db40a9e2714ec5530b13f90072c156543d5d0ea30a44cb2b26fdd4f88d778
MD5 08c9355d108edebf32e362c5649a197f
BLAKE2b-256 49a790209e706db5deee6976557d71c8f95561086c6892a6919d818dde9800db

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 48d9e10768105f9240ebb1e75356396ce03022e814408fc4c9680f7a1c3d481a
MD5 80c375647fe0fd05e1a65240985bd50c
BLAKE2b-256 47299e12ad299e90cd0cd7e31df9099a9060c5015fc98eb6a1ff7ecc511084b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d451d1eb0dac5546467ecb2da8840f0daae72d833cbfc73b4661423b4f5ac7dc
MD5 8ed2ff1612008167191251baec50c354
BLAKE2b-256 958684c2108e538874b05f8d17918480689841d5d63e5920e5b711280e0f0c99

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 dfcb6538d86b7f8bc50dd894645466fb89d809725446dfabd2cc3fc79aea3dda
MD5 2225a478060882fbab08ed20f0679587
BLAKE2b-256 dfb7ef197298da05671cbe6c525e20cc2a84f30654f284a15e3b13f95f06b4d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6341704d474ccac8434ab0a831ec015ee50d73bda5f272ab9aded42563289151
MD5 89e2ddb5972a8b5b6cf4f4c4881b5656
BLAKE2b-256 e938ced32772b054584ed8f010ebc596d895a8ffc36366b1754040b6e805fb6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b89339628ce69f48a387d06c0733ac01ceec2d76159c738dc2dfc280cbf51c63
MD5 2f54abd469b3bcd5ab6eb738decaef35
BLAKE2b-256 fba9a3bb7960b134bf5b8140f690acfd47085c6992c524f7f5757b80329f25d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-pp310-pypy310_pp73-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-pp310-pypy310_pp73-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 6cf20f23e226ffab3d2fb1c949efd612d5664101fb66399559e641f231b774b9
MD5 293caa232181baef8098e8e498f0b644
BLAKE2b-256 961770677c149c89baa4c647563d09baf6d172cae2e783074385a92b81a133de

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6d1a0036f5bcbe72899860026ad3c228cb727152933eff43b04a11b452c0dc97
MD5 88b59ea42a7f45c10824888dcd894395
BLAKE2b-256 1632b065435577e2aae1e80bc7a446b5665af4be540cb921fe11ca778d9a699d

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49f156218719e3fb94ffc9d90503ca417a4c4b1e549215a1ac5bb5fa5bb626ad
MD5 a35719eb1196f463b1e8e59235f3f9e0
BLAKE2b-256 4a403b249082d70d4909163e7e9a99123313f288f7933724200c5051424b92ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ec5d09f4c07f4dfe769805a38c967e98a3025e20f8c8e0aee3a10eeae277f62c
MD5 e032f8c823dd69f96636243f5bfeb16d
BLAKE2b-256 a989282c430acc6307b0f300ce1e34efb8541074643a78431695c601cc09b9ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 0cd029c5f95836fdc69ad5bdfa2328295bb261118ba11b4ae78d63e5b16acb2f
MD5 079e89df8d0b5647d278b4374ff3ea0f
BLAKE2b-256 7d57ca476d4ad742b6e6b51d7a27f8dcddf25ebc74875eebe207e444f02a561d

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 0a564fe403a3c32fc2b9f3ded0a383a7f0b9b2ab3d63a8f29215061f433505bd
MD5 1ff63a1fbeb492e9f9a292b5f808b191
BLAKE2b-256 5bfffb2991e1b609718749e0246561b93f946a6fc5642d349b45d4d05ee6191a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b1cd48efcc3032e3a27228bd17f08d0dc77b9aa884798b3453e92fdb92a1074
MD5 1546db19a69e90493f55d4b6f08fbb11
BLAKE2b-256 33a37648864bfb5c3723f18a15c1c286f2cc9d2fb54328001664f096b03f49db

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 19db3b3b7ed9cd6a47b0fb56afdb6a2ebc9ae1a8bd099414c37f9fc89f4d1b9f
MD5 cebda5f7fcec08047443554b46896c54
BLAKE2b-256 5bc2ca9fc2dc565ca78395930f623967fefa28100bc1c839693ea3248cee55c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp314-cp314t-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp314-cp314t-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 a2e147e5fd865d45557a9504ad3c3f3d65f62286217d0614a599cdb2865b5b09
MD5 fb9103963c77a158d51641aa5276e221
BLAKE2b-256 ef816f8e52cb540283a5162a2c86d33fec8348ed43b1ede2cd10597b6e4fbc66

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2be95d6b5617937828338c186af8d9c096f35ebc956210a7f609aa043a2b8d60
MD5 d1ec66cdffe73a9f683a45a9433b8422
BLAKE2b-256 1d342eb5c6c0a7b23b2e2a1c35ee701bb3b1ae3cec93e0f9c0fe95111a8ef989

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp314-cp314t-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp314-cp314t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 83bcf85fdf0c43af5d290dd21f5389a9cba9e9b49b4745b217f4b1af38d2eca8
MD5 3c92d59986a4ae15f90eeb15167259c9
BLAKE2b-256 9c61d7b6781ea41e5586666325c0b2a992403d3e9dc704a4c7f2c9cbd47c7e3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp314-cp314t-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 fdf7a393dda6419ad1da221ac3a63f4691ae84555bd5d41de6403aa89c7a8a48
MD5 d911f814fbc0a99a8855c4d72fd184e2
BLAKE2b-256 bdf06b70d5b710a520a7674c4cf9ac08a42dcd87b8663f625c2f5fbcbd1cdea9

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp314-cp314t-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp314-cp314t-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 f1a819ffefeffa71804416b75b05a1047ffbde9760970f807964d9e3a490c907
MD5 8c77dea19849311b40225be082e6bb31
BLAKE2b-256 23cd1c14ac94fe939aa16f0aa9f8d14f75e420d87e6e317fda901af2bd584fa9

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f69b9265a0f32c82a10e32e081f237adbe69c5d199484f38f3b1ec16993c5711
MD5 9bfd73473c96cc1ee320e0b76c16ccb3
BLAKE2b-256 958c68815dea5c02ca5ffd7458a2386ec8eaee57ffb5545af26edc479aef7203

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30f988b639d432667b9a5ca98d0a9fcc08283357e9bf5d1a4008d67ebeddff28
MD5 e9c7a1764e9deeb9a7eab0e0b6a4fa71
BLAKE2b-256 1bfca2f749a88d8ef743e20502c88d0bbdbe5e974edfa2b911189671ccf9eb58

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7652fffe608683e0bab8de4fc5752cadfb5629f5e0d382b1cee1595ce1b8b971
MD5 047cbdc4a2f2aea927976a3cf0b0bedc
BLAKE2b-256 42a6881db22fc58c03220855559631683cdf82fa3bc3d20c65e44819f3388fce

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp310-abi3-win_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 2296178b55079dabd6409ba198a912288972a61440aea7fdde6c7df48412304b
MD5 4f7f2efafef677de6af907d7ce596a23
BLAKE2b-256 7983a05fbac056a2fae7b41468483e51ee7714a94549d05b88c7f658ddb19681

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp310-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 371dfd5452c260e0ccaa692b3fc653a351a6d666458637b1da702a0b4efae099
MD5 1977964dadeab6a6b2f315535cbfc520
BLAKE2b-256 7d0c3cde38eeb33fe1674380b16635e7676bac860678ec6c8b0c597c1b57f630

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp310-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1daa6b5e13d0966bf3df8ac29fcfaa411d9bc7f2ece6096705033b4cb3c45d23
MD5 856fe3e296742b9d56c963ef82d0a6ec
BLAKE2b-256 9b138d2b29da9554509859c3c4071a33e6168a1eaeef7bcce9267b0036633b21

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp310-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e0dc4e96ddcf4e728e62ac7e7be2fd01ef181c60a0e06d53eca2137f96c68724
MD5 a0322e23581326943b9c24211b3389d3
BLAKE2b-256 6354199d2269425bab3a244dfcc33116169a84e95fd8b1da872c0c3fdfa09290

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp310-abi3-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp310-abi3-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 0afc3069235c4bae996a57a2841d55fda5554d8a138eedb7c086290c6a3e56cf
MD5 0bf0da8fff79b89de92f0d233c7034d9
BLAKE2b-256 ab4b9eb1043b14fb2f777d2aaf0c05bdd23119d361217c8373db3d04f6db55f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp310-abi3-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp310-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 69cd89f526a71a2714d846f457f959561d2814ab9767c9e2ab2e9d0b1652d0a7
MD5 142d91f3664d3d740d45b0c51ef05cec
BLAKE2b-256 d234163778c320fa09d6ae9083770cb97472c2f8ff18319bfbb594854b3005b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp310-abi3-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp310-abi3-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 62951ca37546505896bf065d0c138b1e9476885baf6e9d107ea28d496c373053
MD5 1b74f26f7dcabedd3b7760396b3f3a45
BLAKE2b-256 e0880e61567e315b5f48b40029d9c94749fc9e4001b74e0c219e36b858cdd797

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp310-abi3-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp310-abi3-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 6f5503e3aa4872a3bac7b1dc3af426b29b8786268778ff5012729e05cc9c7b47
MD5 f24ab5421214d739a7b881e9b4cd2f2f
BLAKE2b-256 798e1332430f9044b23a1c17052af324e3034c72405ebce3e4d2914ef6f3ffaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp310-abi3-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp310-abi3-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 f1c903186d33e999b7ba4cb64761a3b883f72871aa2faef1abcb11fea592ca75
MD5 a5fb17635e65fee09de38149fabe6510
BLAKE2b-256 d7a124d427205954a1b87fe88b4a2af30f89bb9aba3134999b6bcdf6055e4750

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp310-abi3-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp310-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a02ee6a3571d896f1c78379f1491bf59210374535e5c55fd3ffcf14dc84832d5
MD5 3df109d1b2ba6f784ff3c93e18e17a80
BLAKE2b-256 af0a98531cd3deada3ecf57f7353e206a9aa2d56acafc27f9557f39d4969948b

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp310-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5288e3ddb448ef1adc9b0cc8fb65856592f996a4d6490fdf247e834f70105afd
MD5 2f3000418f74c11f2f007ec4a7e944f8
BLAKE2b-256 129207647367ca60c0bbab5a111ac89feebc9b77259a44ab975aab2f0da19d44

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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.dev5-cp310-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev5-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4eff98d173902557907b65a34b0aafe1b66c58175a143a3f6efb314a51b054d5
MD5 5dcf809f72498025a176e490f6d39dda
BLAKE2b-256 2d6109f292a4b577136fd99793b0f9126946a79440e31af7ba0d0a2622d59955

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev5-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