Skip to main content

Library for read only interactions with an ext4 filesystem

Project description

ext4 on PyPI

Ext4

Library for read only interactions with an ext4 filesystem.

from ext4 import Volume

# Extract raw ext4 image
with open("image.ext4", "rb") as f:
    # Extract specific file
    volume = Volume(f, offset=0)
    inode = volume.inode_at("/etc/version")
    with open("version", "wb") as f:
        f.write(inode.open().read())

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

ext4-1.4.tar.gz (25.1 kB view details)

Uploaded Source

Built Distributions

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

ext4-1.4-py3-none-any.whl (29.5 kB view details)

Uploaded Python 3

ext4-1.4-cp314-cp314-musllinux_1_2_x86_64.whl (778.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

ext4-1.4-cp314-cp314-musllinux_1_2_s390x.whl (822.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ s390x

ext4-1.4-cp314-cp314-musllinux_1_2_riscv64.whl (733.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ riscv64

ext4-1.4-cp314-cp314-musllinux_1_2_ppc64le.whl (797.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

ext4-1.4-cp314-cp314-musllinux_1_2_i686.whl (810.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

ext4-1.4-cp314-cp314-musllinux_1_2_armv7l.whl (683.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

ext4-1.4-cp314-cp314-musllinux_1_2_aarch64.whl (708.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

ext4-1.4-cp314-cp314-manylinux_2_34_x86_64.whl (768.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

ext4-1.4-cp314-cp314-manylinux_2_34_s390x.whl (819.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ s390x

ext4-1.4-cp314-cp314-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl (733.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ riscv64manylinux: glibc 2.39+ riscv64

ext4-1.4-cp314-cp314-manylinux_2_34_ppc64le.whl (781.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ppc64le

ext4-1.4-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (695.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARMv7lmanylinux: glibc 2.35+ ARMv7l

ext4-1.4-cp314-cp314-manylinux_2_34_aarch64.whl (694.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

ext4-1.4-cp313-cp313-musllinux_1_2_x86_64.whl (756.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

ext4-1.4-cp313-cp313-musllinux_1_2_s390x.whl (795.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

ext4-1.4-cp313-cp313-musllinux_1_2_riscv64.whl (717.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ riscv64

ext4-1.4-cp313-cp313-musllinux_1_2_ppc64le.whl (774.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

ext4-1.4-cp313-cp313-musllinux_1_2_i686.whl (796.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

ext4-1.4-cp313-cp313-musllinux_1_2_armv7l.whl (690.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

ext4-1.4-cp313-cp313-musllinux_1_2_aarch64.whl (686.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

ext4-1.4-cp313-cp313-manylinux_2_34_x86_64.whl (744.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

ext4-1.4-cp313-cp313-manylinux_2_34_s390x.whl (794.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ s390x

ext4-1.4-cp313-cp313-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl (713.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ riscv64manylinux: glibc 2.39+ riscv64

ext4-1.4-cp313-cp313-manylinux_2_34_ppc64le.whl (759.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ppc64le

ext4-1.4-cp313-cp313-manylinux_2_34_i686.whl (781.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ i686

ext4-1.4-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (697.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARMv7lmanylinux: glibc 2.35+ ARMv7l

ext4-1.4-cp313-cp313-manylinux_2_34_aarch64.whl (670.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

ext4-1.4-cp312-cp312-musllinux_1_2_x86_64.whl (749.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

ext4-1.4-cp312-cp312-musllinux_1_2_s390x.whl (784.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

ext4-1.4-cp312-cp312-musllinux_1_2_riscv64.whl (706.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ riscv64

ext4-1.4-cp312-cp312-musllinux_1_2_ppc64le.whl (768.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

ext4-1.4-cp312-cp312-musllinux_1_2_i686.whl (789.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

ext4-1.4-cp312-cp312-musllinux_1_2_armv7l.whl (683.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

ext4-1.4-cp312-cp312-musllinux_1_2_aarch64.whl (677.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

ext4-1.4-cp312-cp312-manylinux_2_34_x86_64.whl (737.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

ext4-1.4-cp312-cp312-manylinux_2_34_s390x.whl (785.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ s390x

ext4-1.4-cp312-cp312-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl (704.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ riscv64manylinux: glibc 2.39+ riscv64

ext4-1.4-cp312-cp312-manylinux_2_34_ppc64le.whl (750.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ppc64le

ext4-1.4-cp312-cp312-manylinux_2_34_i686.whl (773.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ i686

ext4-1.4-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (694.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARMv7lmanylinux: glibc 2.35+ ARMv7l

ext4-1.4-cp312-cp312-manylinux_2_34_aarch64.whl (661.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

ext4-1.4-cp311-cp311-musllinux_1_2_x86_64.whl (667.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

ext4-1.4-cp311-cp311-musllinux_1_2_s390x.whl (732.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

ext4-1.4-cp311-cp311-musllinux_1_2_riscv64.whl (622.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ riscv64

ext4-1.4-cp311-cp311-musllinux_1_2_ppc64le.whl (720.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

ext4-1.4-cp311-cp311-musllinux_1_2_i686.whl (707.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

ext4-1.4-cp311-cp311-musllinux_1_2_armv7l.whl (594.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

ext4-1.4-cp311-cp311-musllinux_1_2_aarch64.whl (615.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

ext4-1.4-cp311-cp311-manylinux_2_34_x86_64.whl (659.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

ext4-1.4-cp311-cp311-manylinux_2_34_s390x.whl (755.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ s390x

ext4-1.4-cp311-cp311-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl (619.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ riscv64manylinux: glibc 2.39+ riscv64

ext4-1.4-cp311-cp311-manylinux_2_34_ppc64le.whl (690.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ppc64le

ext4-1.4-cp311-cp311-manylinux_2_34_i686.whl (697.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ i686

ext4-1.4-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (607.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARMv7lmanylinux: glibc 2.35+ ARMv7l

ext4-1.4-cp311-cp311-manylinux_2_34_aarch64.whl (604.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

File details

Details for the file ext4-1.4.tar.gz.

File metadata

  • Download URL: ext4-1.4.tar.gz
  • Upload date:
  • Size: 25.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4.tar.gz
Algorithm Hash digest
SHA256 7d329225765bf7e68c4a0af78f1e783dec4ea04cda60b186629f8995674b586e
MD5 f8d69f456a87e5ae898f7442f3a37bea
BLAKE2b-256 ae8be60440d9d806b96fce5ec96c124e40d33f4d4d49b36a125c7be4336d1284

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4.tar.gz:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-py3-none-any.whl.

File metadata

  • Download URL: ext4-1.4-py3-none-any.whl
  • Upload date:
  • Size: 29.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 190d1016b40e4403b75bcf6704327392665ec1293b5e8b5f17bb8a65e309461b
MD5 ba67a453ea3ea0f5338314b4f5326e72
BLAKE2b-256 1c8d1f88a929f9e6ac5d7f65e206eccacfb576a395703efada5d9a2a7fdea818

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-py3-none-any.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: ext4-1.4-cp314-cp314-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 778.2 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d05f583d02cdf84ce71565c35344b49e32447161a3282134d40efa01fbf57c5b
MD5 442df0125e9cbb5f86e9a9561061c9a4
BLAKE2b-256 77d05fdae382f4b95cf6ff565aa4c9cbbde9f791a69036ea45c2928b0f0d5999

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp314-cp314-musllinux_1_2_s390x.whl.

File metadata

  • Download URL: ext4-1.4-cp314-cp314-musllinux_1_2_s390x.whl
  • Upload date:
  • Size: 822.5 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp314-cp314-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 965215d9b95d6c46e1b41b8ed7fbb86aa63a85f262ddfba06a1bbcfbb7f82561
MD5 77aa5dbd5aba894391de76fa4374f3f5
BLAKE2b-256 3b96dc1c1fe0f8cc97a32a57c11edee2af3748f481dc929201c4530ee1eae86b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp314-cp314-musllinux_1_2_s390x.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp314-cp314-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: ext4-1.4-cp314-cp314-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 733.4 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp314-cp314-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 eba79895bc2195482e384a79129e93669e1df7bc13058348fa6b51d2fd7c31fa
MD5 08400f278206d2943d7f04ce92fb30fc
BLAKE2b-256 4e891e767689728a72c64c9dca871b610b35e492f48f1c21f6b236423c5baa6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp314-cp314-musllinux_1_2_riscv64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp314-cp314-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: ext4-1.4-cp314-cp314-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 797.3 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 01c4f69732d221f9434f41e51c140d395acb3fa2d78d78138a8eaa23ba66b2d1
MD5 c7f9087d8dc0ed1964d09b8da17dfa50
BLAKE2b-256 317730436b9e2dfd847ee1080a35068319ee5b63078ddb261e7ba0e9c9d16d31

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp314-cp314-musllinux_1_2_ppc64le.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

  • Download URL: ext4-1.4-cp314-cp314-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 810.9 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 252c150658d39852a87cb4ef1b1b20795f9d8e0bc9ecca67ea8cb16946f05028
MD5 e7dd2f0de8b075001641f6111bcd8e2a
BLAKE2b-256 0dc0446483d094a78dea503ff8bdfd8d64316386c77d91a23c8c92d9eb10096c

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp314-cp314-musllinux_1_2_i686.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: ext4-1.4-cp314-cp314-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 683.0 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 44a6f05ed77c0155c5dac1be1c18961d54f17636c04d67e13f8b31c2ff338df0
MD5 aca63ec4efb92a4a727b235877ed7f4a
BLAKE2b-256 660062c5c861f61483dc69b9f2b345d4c19cf2252f2b3ef715d97b2fbb0400c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp314-cp314-musllinux_1_2_armv7l.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: ext4-1.4-cp314-cp314-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 708.6 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a8ae4c397eeb4794d9f9845ccaecb7fbb82580b9f9b0600304e4d3de3e15cbcb
MD5 ff25c35eded1a2812457bfcec93e4fc4
BLAKE2b-256 aec20c8c107cfe6a62d4e303d5d2bc20b8d17d0f3ade1e6be0539efc231dfbd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp314-cp314-manylinux_2_34_x86_64.whl.

File metadata

  • Download URL: ext4-1.4-cp314-cp314-manylinux_2_34_x86_64.whl
  • Upload date:
  • Size: 768.2 kB
  • Tags: CPython 3.14, manylinux: glibc 2.34+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 3aff261aec5672aa975fe5e3c09e2eb6d308316c8f074139563d294c70adcf72
MD5 cc04a04eec60f9675eff855694fde459
BLAKE2b-256 35a29572f70dce888354a04be8231d4c22f9a41a33a362f8847e4afabf80073c

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp314-cp314-manylinux_2_34_x86_64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp314-cp314-manylinux_2_34_s390x.whl.

File metadata

  • Download URL: ext4-1.4-cp314-cp314-manylinux_2_34_s390x.whl
  • Upload date:
  • Size: 819.7 kB
  • Tags: CPython 3.14, manylinux: glibc 2.34+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp314-cp314-manylinux_2_34_s390x.whl
Algorithm Hash digest
SHA256 4763b033118fe32deade6d8a45241ebe5a87c786ae6bc784475959b3765be1ad
MD5 0af2d12e0c3131a9bcff19a1ae07093d
BLAKE2b-256 d7c13b9790c4140fe2763d554506bc13444333b2603524dd15e36c161422d5e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp314-cp314-manylinux_2_34_s390x.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp314-cp314-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for ext4-1.4-cp314-cp314-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 db8bdb633513e390604691060d7eb847d195245de1ce10818c4642409bf60a2f
MD5 bc49e58caf147f9cce57a541c7f570a3
BLAKE2b-256 bbedbb376e5e19af6d9a201ee2930e20f71ab1938f4618e9223887ebab25651d

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp314-cp314-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp314-cp314-manylinux_2_34_ppc64le.whl.

File metadata

  • Download URL: ext4-1.4-cp314-cp314-manylinux_2_34_ppc64le.whl
  • Upload date:
  • Size: 781.0 kB
  • Tags: CPython 3.14, manylinux: glibc 2.34+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp314-cp314-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 840d5560d30b19659c9e0e805384483eb99d007ec7328c1180a0b0efb845032f
MD5 b034c7ecb30677c071df56380003bf6f
BLAKE2b-256 8ea7d25cd7ad4323bd96f249728459b7a303d0ced852897a1b17577fe850947f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp314-cp314-manylinux_2_34_ppc64le.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl.

File metadata

File hashes

Hashes for ext4-1.4-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 588ca3313e5417c2680da76579c61d454684acf562e19e06f6e574df8a263182
MD5 d8f2687f99ab8abe6b56e3199cdf968d
BLAKE2b-256 eba243860445eb742586662dff314d86fde537b7e0fa56fe0a0e52f2dd0f1b13

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp314-cp314-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp314-cp314-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for ext4-1.4-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c41b36c7d63117c5ca9493fa344858fa40ded303ed9759be3ae9b7d7b56cbb1c
MD5 5a4ceb1a8a02cdd3925ba495f59bbc82
BLAKE2b-256 66194736b9d23a464ff9d1f901e2ebab4327d89854892afc8a15377f66cabc39

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp314-cp314-manylinux_2_34_aarch64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: ext4-1.4-cp313-cp313-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 756.1 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c46bf33ab05371a52e999421d59aab248031919986615ad54acae6290934c2d
MD5 d077321a58454bca5942a3e0abd29c3b
BLAKE2b-256 4239c57699ff9ea22681de9878d77ab0bc3b7f3ae0737fb185c75088d7626aa9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

  • Download URL: ext4-1.4-cp313-cp313-musllinux_1_2_s390x.whl
  • Upload date:
  • Size: 795.6 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 d18a718817036c37e817fc5b263fd7128301a240f84e7e14d6dec36100761e8c
MD5 6620e74a8acea86de256fae8aa8220b5
BLAKE2b-256 341177598edca6c1a292eb807bfbfe171dcf7ed01f90a5e2d4faa371487312b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp313-cp313-musllinux_1_2_s390x.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp313-cp313-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: ext4-1.4-cp313-cp313-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 717.0 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp313-cp313-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 1ad2872d9a7c42579fff6441106a09189f9fa9e882d4de4bf5d1a257ce5989c4
MD5 22575a389250c55d9391cf25d89ea0b2
BLAKE2b-256 cf2dc9117b810a7b56715754e9384c4e377a653de111a0bc46deab15a94bb8c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp313-cp313-musllinux_1_2_riscv64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: ext4-1.4-cp313-cp313-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 774.8 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 106f32be1f712dfbde79a1edeb855f227b75fdb6b54ae7dff2374f191d75384f
MD5 92abd653e0a55caed56132b96fd1b4a6
BLAKE2b-256 08772038b43cf74ef4f1a78e0981bca3adf8e4de304fc57f8d8c6b6ebeab2d5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp313-cp313-musllinux_1_2_ppc64le.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

  • Download URL: ext4-1.4-cp313-cp313-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 796.4 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 26398312d6bbff0085ae5741589e60f9068448150dfd126fe08e5b13e717c0e1
MD5 d42cc5037da97f1eb0301d703f99aec4
BLAKE2b-256 7cda99797c914299d79a36f6bb8e9cbc888add716542d6ad92072f3027ecf6c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: ext4-1.4-cp313-cp313-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 690.4 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4a1a881900a08bbb1428b0a2e60939203553dbf6197afbcf1676d94cdfd94bfe
MD5 a765130cbc9c04692d25224af39baaa0
BLAKE2b-256 1d308c1ff4ba5d429cee5d6feb18c13298726a169a449885775bb20ae6f3e725

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: ext4-1.4-cp313-cp313-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 686.0 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fb3fc496144fa92a483744cb7f526edbd53d67d214aa2f2889accf726088e071
MD5 7639cecadf62d385f87ac236523ae46a
BLAKE2b-256 5f756d712fb36d90c9f5cda45c165f124e2a2947d0ec2b6762ab50c7c8d1bf32

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

  • Download URL: ext4-1.4-cp313-cp313-manylinux_2_34_x86_64.whl
  • Upload date:
  • Size: 744.5 kB
  • Tags: CPython 3.13, manylinux: glibc 2.34+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 8acab86a21d3dd440feec537ac383a987279f3fd991a1dcea2223308c61b9287
MD5 93d40fc93af55ed8690f2d9654dcbd13
BLAKE2b-256 3c77db0a2197860e293733dc776bfaec55692da4e380e506d6e98badd7249300

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp313-cp313-manylinux_2_34_x86_64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp313-cp313-manylinux_2_34_s390x.whl.

File metadata

  • Download URL: ext4-1.4-cp313-cp313-manylinux_2_34_s390x.whl
  • Upload date:
  • Size: 794.2 kB
  • Tags: CPython 3.13, manylinux: glibc 2.34+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp313-cp313-manylinux_2_34_s390x.whl
Algorithm Hash digest
SHA256 ae7b58512816efdf33c19ff11138450c6dd1f7d6b8145cdd487099b9d388dc26
MD5 982d802ca89a8b4afa3eef785035a2b4
BLAKE2b-256 90549074c80308dadf578b4815194e49e1540b9633a8a66530dcd9b1de84e2e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp313-cp313-manylinux_2_34_s390x.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp313-cp313-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for ext4-1.4-cp313-cp313-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 838dc439cfe480f3dab7fb18bce5fb9eeb16412544827b39960c5c497d011a98
MD5 bcfa55cb34b9fe3d960f5e3f325d511c
BLAKE2b-256 6e191d063a7386be37c4770f8ced23afcbfabb2a576622dbc5521334bec15f16

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp313-cp313-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp313-cp313-manylinux_2_34_ppc64le.whl.

File metadata

  • Download URL: ext4-1.4-cp313-cp313-manylinux_2_34_ppc64le.whl
  • Upload date:
  • Size: 759.2 kB
  • Tags: CPython 3.13, manylinux: glibc 2.34+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp313-cp313-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 4f07338f8673e4d1904c08cc673ba8da7f5e02eb162859e7248dea6f8b806dc7
MD5 cf8d30d4939f276723f638633af6ea54
BLAKE2b-256 c52d00b01fb685cdd3d77283f8696fbef504ca33cffdd61c1624bf95b796fc92

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp313-cp313-manylinux_2_34_ppc64le.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp313-cp313-manylinux_2_34_i686.whl.

File metadata

  • Download URL: ext4-1.4-cp313-cp313-manylinux_2_34_i686.whl
  • Upload date:
  • Size: 781.2 kB
  • Tags: CPython 3.13, manylinux: glibc 2.34+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp313-cp313-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 c58e485395a8745873daa1c476041ea7009cd37ed405645c02bad54a2ad5dfa4
MD5 b25f294361629108486dfe17fdc16dc8
BLAKE2b-256 f30e7786d8914cb16edfe6be5602072b95eca0b2714acf05973afb4165070303

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp313-cp313-manylinux_2_34_i686.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl.

File metadata

File hashes

Hashes for ext4-1.4-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 87744f5fc1773ff33149b862f7b9a7b1c90792af055967d6801230420d00d462
MD5 4452338a80c67131c972916d3967a6b7
BLAKE2b-256 4f3bff04084ebd56f3872cc271ea704634dfad66274284564573f1bd87490d85

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp313-cp313-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for ext4-1.4-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 14a3da00332d0775d95ae164214107acf915029f5f26a8222913a1d4dd8e1498
MD5 1521c15dc92a9cff68c15c22eb1fb507
BLAKE2b-256 8faa5141705a05e797ed68242e68fc69cc838ce1c9e661cac3cb2d8b3fb2bd20

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp313-cp313-manylinux_2_34_aarch64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: ext4-1.4-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 749.6 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f1dae3079555105d8b71ed2f6de93bfc0221f28513add52e6f05c6d04342a517
MD5 93e6b5cd7973d35f153a2bc712fc7fad
BLAKE2b-256 711d134eeef93f098d90afafe083e07949720bb1e763daadf8d794c5e8f617f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

  • Download URL: ext4-1.4-cp312-cp312-musllinux_1_2_s390x.whl
  • Upload date:
  • Size: 784.1 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 46bea8ec3944317f8d969320ca3a44631aae62b5e20fcbbc1ed8787a01ad1bcb
MD5 db83e115175c368f915a1ff4f3bea9d2
BLAKE2b-256 41cf0f8eb925de80fffc971516e900e2700fff8b6b8c327cb77d92c709e749e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp312-cp312-musllinux_1_2_s390x.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp312-cp312-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: ext4-1.4-cp312-cp312-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 706.9 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp312-cp312-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 3005f5146115a5db84bfa32dd1892b6221b2bb3ea2840a811d2199c8c8d8375a
MD5 76ff14af4feef07270aeb31461da74ae
BLAKE2b-256 dd4ed9251bfda5215f15c387fe92d3035f559fa1bb04546a61a6325bbc1b09c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp312-cp312-musllinux_1_2_riscv64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: ext4-1.4-cp312-cp312-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 768.7 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 d6437d423a06ed5474f335872c8083d1b037ba2030b05d242d02f9da9255bd24
MD5 ef6c1bdf08fdb8a77d808ed264722b89
BLAKE2b-256 3a8d241f48bc957c9f7f716016d5c607d8c7ed51e9233e921c96e8985eacf075

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

  • Download URL: ext4-1.4-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 789.4 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ae0ba13f28973088e7dc205e18ce54fe9af049872db9b64c9e1d4851a7dd400d
MD5 5b8568998f845c739a30a488282469b3
BLAKE2b-256 e7d0c439a8c1b671ac75d0850554cff81e9072b3d48897160fa2b3f0950bbb76

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: ext4-1.4-cp312-cp312-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 683.5 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8743dc36d796adc03a0a83e7aba794226c42b7de9423cac6c3bf1b10f52e2fbf
MD5 40d0eef01b9f3636ccef87a376024eb0
BLAKE2b-256 09a76fdb49bdd48ffa300d754f72121092f9e318a4d7ce7350d2b176ee3bf976

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: ext4-1.4-cp312-cp312-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 677.5 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 46a7309869055950e0e66a0e6289e1e8f9143ca524290a460e402f6a83c39867
MD5 45d786a50030b251badac5bb057fdad0
BLAKE2b-256 0e0cdb833ed5e439d742ec8782887a1c2b080fe6931379a428deecb48ba1116f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

  • Download URL: ext4-1.4-cp312-cp312-manylinux_2_34_x86_64.whl
  • Upload date:
  • Size: 737.4 kB
  • Tags: CPython 3.12, manylinux: glibc 2.34+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 46856969c43813baa2fda143e120076352ae35c68cf1ea4c59f2e04e683ce4f9
MD5 13293bb2ad4bfaa322780d59bec2c3d2
BLAKE2b-256 4273712018da8670ba2e698d3559b136e4a957dd2e6f8efff153571318af3d01

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp312-cp312-manylinux_2_34_x86_64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp312-cp312-manylinux_2_34_s390x.whl.

File metadata

  • Download URL: ext4-1.4-cp312-cp312-manylinux_2_34_s390x.whl
  • Upload date:
  • Size: 785.6 kB
  • Tags: CPython 3.12, manylinux: glibc 2.34+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp312-cp312-manylinux_2_34_s390x.whl
Algorithm Hash digest
SHA256 af2ad86e38622ce61fd7fc1cc8535620f5e1b38686b81ce5d5b14220b52027f6
MD5 90018f6ed9e5e1291dc31f44e25b91bd
BLAKE2b-256 2ef120064995a7b26acea9e8c89827772aadabcf40591a5134a7050623fd1553

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp312-cp312-manylinux_2_34_s390x.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp312-cp312-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for ext4-1.4-cp312-cp312-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 7aeed9dd774f80f76b694f2810c7b45a0b7547cd8e56543d0936b8ca14f8dc0c
MD5 7fff2275324044e1576e0ae0ab865e05
BLAKE2b-256 df6fe93a10e3571cc82d6b7e9f15d3478512f5a07dc60b768abecb69915cc5b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp312-cp312-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp312-cp312-manylinux_2_34_ppc64le.whl.

File metadata

  • Download URL: ext4-1.4-cp312-cp312-manylinux_2_34_ppc64le.whl
  • Upload date:
  • Size: 750.7 kB
  • Tags: CPython 3.12, manylinux: glibc 2.34+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp312-cp312-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 cd0c6eeee4a20ac8f8aeacbf56e135cd76246bef63139c114cb559c098d6e466
MD5 2205a49f9a1bae3a5f6aa35792687199
BLAKE2b-256 7600ca5a3a2be35ff426b113d8a7ac34d03774aecea76c71c112c502cbb2fa0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp312-cp312-manylinux_2_34_ppc64le.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp312-cp312-manylinux_2_34_i686.whl.

File metadata

  • Download URL: ext4-1.4-cp312-cp312-manylinux_2_34_i686.whl
  • Upload date:
  • Size: 773.7 kB
  • Tags: CPython 3.12, manylinux: glibc 2.34+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp312-cp312-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 8944ae9a02c07ab81e38da751b44a775d53942219d28df83a683ac7a6fe7a998
MD5 e41c05f0b7e14a539dab0749a610eead
BLAKE2b-256 4a16e8cb28ae3049f137ba25ff0e7d118d1ce61aaf424eca03a09570e2a88f8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp312-cp312-manylinux_2_34_i686.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl.

File metadata

File hashes

Hashes for ext4-1.4-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 2b8369ac6468ca389dfa94f36e95651b0878a67e450c86e8deb76b23a70ddc4a
MD5 8a0946d4463a460b466d77bc559a3a9a
BLAKE2b-256 b2db52481d12e2079ea303c2d30fbb1b82c9ca26b3c44b36b8dc74e658df9000

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp312-cp312-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for ext4-1.4-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 06d676ac8bbd719e43b4f86f557f27d9057dc9cdb3065bfee2ead091c4725636
MD5 057bc601dddf0e3a66c6f2c1ffcc1e2a
BLAKE2b-256 631ef4578e6ea0e7c25e326393433ce56dc3d97fe5c1893f302f4b9a5dfd1ee7

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp312-cp312-manylinux_2_34_aarch64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: ext4-1.4-cp311-cp311-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 667.2 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd66cb5a93e0fe88677c3d0a93706aee8c1f5feadadf99497107395bcbf5e5b0
MD5 7d28208a47c9c8866ad6be9c8b580054
BLAKE2b-256 c8662057a33b581d0940b0dcdb2649570d25a9db9965b227c0c50c9f0b0c713d

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

  • Download URL: ext4-1.4-cp311-cp311-musllinux_1_2_s390x.whl
  • Upload date:
  • Size: 732.9 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 8bdbf40b91cdeb09d8661e4980820e42597895bea0014f591e36853452f9031f
MD5 6aa6c0a68f1f4710de655bdceef4d732
BLAKE2b-256 548c53936c824608ee4e362fd5d9e73bce2068115705acd69c57f9a8eacfa129

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp311-cp311-musllinux_1_2_s390x.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp311-cp311-musllinux_1_2_riscv64.whl.

File metadata

  • Download URL: ext4-1.4-cp311-cp311-musllinux_1_2_riscv64.whl
  • Upload date:
  • Size: 622.3 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp311-cp311-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 0e3e9d6c560b844456d479a3fe2a9f59516fe9bca7546f440b78fcd390873345
MD5 7f95cffbd2607c62e739d1a44ea8131b
BLAKE2b-256 f63a8e58e09382a38683f0bbbc167ef48c437b35849e13318504a7a2399b7341

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp311-cp311-musllinux_1_2_riscv64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

  • Download URL: ext4-1.4-cp311-cp311-musllinux_1_2_ppc64le.whl
  • Upload date:
  • Size: 720.0 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 f66b4c1feed8ea74cecb479a26e11dacff75c4a702cafd71df007c8d3028be47
MD5 9927ed83b49a78d7192a88c0555786b3
BLAKE2b-256 69f3e465924f2a1f84386b16557deefd131908a19b4c124631486306a644add5

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

  • Download URL: ext4-1.4-cp311-cp311-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 707.1 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 76567e403b091c3acea7854390c4377b610f5b7a0520ea0fddc83b64ae3bd902
MD5 8b6b483cd37e6c2bec1e76725ab20f0f
BLAKE2b-256 28d92c994aa4ea90a45ab3ffc5608803f20fe3c3ddae702131ad96014545bf5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: ext4-1.4-cp311-cp311-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 594.8 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9b7be4665c0a67b7bac5d25eeb8d8954e59354d59ea8df61c45b1904edf08204
MD5 95718169374b22ea1718e759b049dc38
BLAKE2b-256 f9a1d4dc9d5a2e55eee6dcb0afda4d9d4cb04209e4ec6576e7f72d2170c56032

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: ext4-1.4-cp311-cp311-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 615.9 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9d17dccbc01fb72bccc7efb5ed119e2fe62eebee4da1526030ea77a82a899c8c
MD5 cdbffadfd3c209d33b8e2ffa2f553f7b
BLAKE2b-256 9846c0362fbcb2baa6d5b56b335faabe17a88d4c48013dc077c1dec184cce75a

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

  • Download URL: ext4-1.4-cp311-cp311-manylinux_2_34_x86_64.whl
  • Upload date:
  • Size: 659.3 kB
  • Tags: CPython 3.11, manylinux: glibc 2.34+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 81a73ebe92925636539ff46ce31256802eea340c23cc873c39fb92cdd9d1e8dd
MD5 4c74d224d05da6b42364791fdc576afa
BLAKE2b-256 3774e19aa6ceee316f2ca8b7360bb64ba8bdce3af9148207d50386cdd20c6823

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp311-cp311-manylinux_2_34_x86_64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp311-cp311-manylinux_2_34_s390x.whl.

File metadata

  • Download URL: ext4-1.4-cp311-cp311-manylinux_2_34_s390x.whl
  • Upload date:
  • Size: 755.3 kB
  • Tags: CPython 3.11, manylinux: glibc 2.34+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp311-cp311-manylinux_2_34_s390x.whl
Algorithm Hash digest
SHA256 5eb013347eed9fb5d8ff306cb874b80f0ef1ab7e2c69e3be8e862a376565bb44
MD5 f5c1a6328c4b213ce03bce70dba51255
BLAKE2b-256 38e38ca963ef87e1b98434a984a4821c7814731470fde489a3476314fc568dda

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp311-cp311-manylinux_2_34_s390x.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp311-cp311-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for ext4-1.4-cp311-cp311-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 e0f07e9145372e3419f6eec7b38f87f2578b246317f0b093de8752ac91558c06
MD5 b9370c4329819db7abc3c29f9c46d0de
BLAKE2b-256 0ba2818199154012c16fdbeb1af303980683d7862563369ea2dfbc26fe7e6d9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp311-cp311-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp311-cp311-manylinux_2_34_ppc64le.whl.

File metadata

  • Download URL: ext4-1.4-cp311-cp311-manylinux_2_34_ppc64le.whl
  • Upload date:
  • Size: 690.0 kB
  • Tags: CPython 3.11, manylinux: glibc 2.34+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp311-cp311-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 d49c9f0c4e7e38c87996fefbcd1eadc0efb7a9e32986b63f8a0bf87cf3a9e656
MD5 2e1a21f71321a694548d263a1cd50971
BLAKE2b-256 c06031b952b0926e64817b419fd8dbc377c27baf688d5b2269cf744ce6528a40

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp311-cp311-manylinux_2_34_ppc64le.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp311-cp311-manylinux_2_34_i686.whl.

File metadata

  • Download URL: ext4-1.4-cp311-cp311-manylinux_2_34_i686.whl
  • Upload date:
  • Size: 697.8 kB
  • Tags: CPython 3.11, manylinux: glibc 2.34+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ext4-1.4-cp311-cp311-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 e0d0cbbaa701a944b56433f8191f2c84275626480a9947eafa3ee6082d8e1151
MD5 26e0ff3180705c4f7cd7872af67acbe5
BLAKE2b-256 50f4b288ef92045cbc98bcba4642d2d9b2c8aa5980741cea93782cd844a7e794

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp311-cp311-manylinux_2_34_i686.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl.

File metadata

File hashes

Hashes for ext4-1.4-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 d832a34d7db6ab7b6f9d2dd8fb92f96d2221d61fbaaf1bd236d24baf06a50788
MD5 8dbfe61afc79a78f83a752048acc2a06
BLAKE2b-256 40a6484b8c23d9a726717c1905f28c8e95d8f1efd20abc485dd3f20fb169022f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl:

Publisher: build.yaml on Eeems/python-ext4

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

File details

Details for the file ext4-1.4-cp311-cp311-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for ext4-1.4-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 e6e9f85312c2bba88d874fd93c16d04e11e953c775b4c0f519924c91e13af4d6
MD5 bd36822169199185370a4bec2c21cfd6
BLAKE2b-256 a065c9d4212ffcdf0e28fbd3650c98ed02429a28724c10aa552a9567089b1c1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for ext4-1.4-cp311-cp311-manylinux_2_34_aarch64.whl:

Publisher: build.yaml on Eeems/python-ext4

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