Skip to main content

Read reMarkable update images

Project description

remarkable_update_image on PyPI

reMarkable Update Image

Read a reMarkable update image as a block device.

Known Issues

  • Will report checksum errors for Directory inode, even though they are fine
  • Will report checksum errors for extent headers, even though they are fine

Usage

from ext4 import Volume
from remarkable_update_image import UpdateImage

image = UpdateImage("path/to/update/file.signed")

# Extract raw ext4 image
with open("image.ext4", "wb") as f:
    f.write(image.read())

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

Building

Dependencies:

  • curl
  • protoc
  • python
  • emake
emake build --wheel --native
make images
emake test --wheel

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

remarkable_update_image-1.4.1.tar.gz (11.7 kB view details)

Uploaded Source

Built Distributions

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

remarkable_update_image-1.4.1-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_x86_64.whl (436.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_riscv64.whl (418.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ riscv64

remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_ppc64le.whl (460.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_i686.whl (457.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_armv7l.whl (373.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_aarch64.whl (397.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_x86_64.whl (429.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl (414.5 kB view details)

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

remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_ppc64le.whl (447.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ppc64le

remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_i686.whl (449.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ i686

remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (375.1 kB view details)

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

remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_aarch64.whl (386.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_x86_64.whl (432.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_riscv64.whl (413.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ riscv64

remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_ppc64le.whl (455.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_i686.whl (453.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_armv7l.whl (367.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_aarch64.whl (393.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_x86_64.whl (425.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl (409.9 kB view details)

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

remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_ppc64le.whl (444.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ppc64le

remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_i686.whl (442.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ i686

remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (375.1 kB view details)

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

remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_aarch64.whl (381.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_x86_64.whl (386.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_riscv64.whl (371.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ riscv64

remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_ppc64le.whl (427.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_i686.whl (405.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_armv7l.whl (321.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_aarch64.whl (357.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_x86_64.whl (380.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl (369.6 kB view details)

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

remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_ppc64le.whl (411.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ppc64le

remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_i686.whl (400.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ i686

remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (328.5 kB view details)

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

remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_aarch64.whl (350.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

File details

Details for the file remarkable_update_image-1.4.1.tar.gz.

File metadata

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

File hashes

Hashes for remarkable_update_image-1.4.1.tar.gz
Algorithm Hash digest
SHA256 3ef1c1b63fb52ade2a03a6f6d27eb389a31bc6920c7bfde60527889030d0b407
MD5 4992c1c1f5a016c778f28c5fd0f72ddb
BLAKE2b-256 27e78274836b55b6d6e07814eb97ef0e7d29e5b50dd7ac642095d50274c63991

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1.tar.gz:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9506c867ccdb9aa8c5470d4e4f55206cee93a7d49d446aeded46a17ab4d828a7
MD5 3cc67953de5ab37f9248c413d91698d2
BLAKE2b-256 5cf066f95ea2be416d10cacabbe2fee8f83f63175b965676d48ea655fa61ce0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-py3-none-any.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36d75fe00c7e54f1d6dfef2cb3f157eeae4cd77bb00b0423dcacd76e216c3a23
MD5 fa2d05af2a8360cec5cf60f797cc7e89
BLAKE2b-256 ec6f6e0da9851992aa148ca30db7a6f136bed019f294cd0e314417df4e02b2c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 44cf57a71ea44fa9d794d34e62018c765ac4b363f00598a31d32561d303bc99b
MD5 aca107326cded7e96f8cbe255d705944
BLAKE2b-256 6cf95463f20cc4b8406b989bf2b4aa7fecabb85d1a947108de6d0699dd7ef355

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_riscv64.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 9b669e21347b1bd2b0e7c6fd32f55a226b2a448a61507ce5010043d11cce7d49
MD5 65c39b06d3cee918d59347a84d6d0561
BLAKE2b-256 ae78069a0e131a78d0bd4874e1358bea979442a6d8b97f5d19b494cfce724791

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_ppc64le.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6ee998583538df2e7d1a3df938b006d6606ef5d937356b6d77d3e7b659f0d890
MD5 7edd0e8e15103b96b03688bca0a50709
BLAKE2b-256 6729f9743383b9524fc03c142214c4d6c6c1e7ef66fb6b86ce9120aafa80f7ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 07beb74175d1dbc5ab59d4df9c1838fdcd1af50855d8cd2facf4bd7bf5e64ec3
MD5 57da3f02513061bcb9807a3ae35e92cf
BLAKE2b-256 14149def720d21143ee090e65d0025b989f7c7469204e0394ff235db0c3f595a

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 405ff2682b657ca0daed7a5f3377fe90701639c7c526be41cdc544095bfbcc79
MD5 52e388343985ea1182290c7703648218
BLAKE2b-256 7c017cb76bee1a4368db7a640b7c5fb78732a061facd8390c54b5992437a077e

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 0721531be9d5ebf579f332a76e622a039ea64935609267cf74fc72aa39b00c47
MD5 2445a26f5f1bb1d4c5b688dd1e3f0fad
BLAKE2b-256 132b3ef0b84b87b5400939bae261d6ad86f6d58fde9f0675bd5268ee759e6900

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_x86_64.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 0e6da00ec2de6263d0fe9c726ced7f90a2570eee47e5001c73b49380c48af959
MD5 e3362e1ffd12495a2bba5b49806ffafe
BLAKE2b-256 bc99ddb493939745e5f0bdb0d7e237d54a2b2ea84a792fbdeeb58e6843bfadef

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 ddc1be58161f221997e3690524c95bbfcd5ffb3c7a7bd81779db65324e069f4e
MD5 ccb94029908f462086661bbccfb7bacc
BLAKE2b-256 d30003aa9c1703f8e2ba6abe8386e25c38d7da35c0d094c0c984a8e3749af233

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_ppc64le.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 25f269a1a466f5577480adb8b750acafd4a3fa516b4486834a5f9ea7ac7256ac
MD5 ee4a9db587a1f9ae91e31605a19a689b
BLAKE2b-256 345c2d6ec99208b47245630a1ba46254dfaff395fa43a160bee788cc79a62b13

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_i686.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 cc058e34dbacef53f45870ccb428e8ab4123234ecaa1adde4049c1d9d62b2cbd
MD5 2cbcb6efc28819d0fc89c8634b4ddab7
BLAKE2b-256 8baec054ac92feab4a26d33f240dd9f5b8a17e49754f4d217fb513334b1005ca

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 15439df2937f83a5856eb1e166c6483ae9ebef52a06b12013fa3d99982977060
MD5 0c2530e0b112a8b6eee19ea55c379068
BLAKE2b-256 418225b41ed0ee5aefe7f66e0c37e064117174240d6bfe0141f5ff1f376a915c

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp313-cp313-manylinux_2_34_aarch64.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c8b266ba6d674fe1d8be0748a1e79793804d13f2d07ab72d1a8d6d2d0d1fc82
MD5 16535f32780fb964b560108f08068df4
BLAKE2b-256 128a7740a4feee072a13a8bf7e26975bbb359ad3d70503f469da78832c05bfbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 c4a770b5d569b660daff13aeb43af3f9272774e75ddc1ea5951c5b04120620ce
MD5 e23fa00a50f31aa1e87ec2c16a5ea42c
BLAKE2b-256 7cc7532949ff9cc0a224803024265e8423fc4cf265429be93739538a989e197c

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_riscv64.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 b38593881f194f2fb7e082c99146d6e43a2cdc50cddee3367ae74e4fc1dabde9
MD5 af529ce28b2f9c76284db6f553a307df
BLAKE2b-256 544ecef3b25efb2e9af797e2f6fb13e3f1fc1d311bf432cab95a56fe1ad1cd65

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_ppc64le.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 32e725b140bdca1d844c6b48ecdd485b5808690624128c691fbd455de4f78a1d
MD5 dff5b8cdb99e2fdcab7a2957e416f1eb
BLAKE2b-256 f1af6ebf9c0aa710cd2fcfde7ad947d6ab2a1fa5c108de465340771b98c31340

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b5b28ef0f4b8319f62e437a0df1008dff2fadecfde87005b8b45a87503eaac00
MD5 3294d0608cc7c4e628ba5bd4c6f4fe1f
BLAKE2b-256 a86ecc30397c255ea1a529337a24ba3202ea52df113436add2ac6c900e80874b

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fb8fe5d391b5e1a1119179430f39a6f81ec06370ac8de0320df326df25e4979e
MD5 64fcb5debb6052d26dc803e069373504
BLAKE2b-256 ab1b860476a647e5e381183f8a89cf18620502c203a81e1de750ed8945136594

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 3757461ec5df2c13dbf0ae2de632008a7d7b18111e1c2d9085571515b47e686b
MD5 ab44cf69044c73b1dfa27689583ce133
BLAKE2b-256 1507933b3a12ea58cfa8cb0f0c5feb0ae2a2ad3a77cb07bf0ae73ef345316bf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_x86_64.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 616ff965f43e8a6324e7929a09a1a0e1f1ba6ec36cc9b0e4ed54011a973439c5
MD5 254d7d1d63a8fcf6dee8864905fed2c7
BLAKE2b-256 194e9ebb45f0628ff0627000dd7843bcd4d0304edacea4470d69943f745fe3ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 06b1edf82278ef165a2df791d75d16cb9c1c2cee91e8b50e234cc27faf49ae75
MD5 8d6d185462ff07df82d9b306268124b6
BLAKE2b-256 eacb33fc8be67ae55c732915a8ca15dc27c7a6d9da6d9ba9cb7f9a122848953e

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_ppc64le.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 c64c1d9100d8eb1f0beffc10e6485b9af867383f0bee0fba3d962b3e908f3b84
MD5 2e199dbc3aab84c40cff5327a72fde6b
BLAKE2b-256 fbc2187703bb0c3dc66601af953b8f40e7728a3d286b62672008604767b7a84b

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_i686.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 cc1af59bc6b7c36cdabf455250cbbf23e81e6c9951d49758a3515037a4f8816e
MD5 4ca5dee6a73f2e22e9f50b6273bab34d
BLAKE2b-256 7181595905901910f6998ae795125c9f859c3a0e763c0104d87849a54ad3ed01

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 0dfe133764c1032ff166dc58731dadf4e2a066f8d2780b8ae2505413752d0504
MD5 772e52e9530c701058fd99b59dbf5f50
BLAKE2b-256 5d923c5239211c0e5162fd32a7eca5f3d834ea90e4adcd6722aa1adde7081ef3

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp312-cp312-manylinux_2_34_aarch64.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c13606c8110b689e0fc3c274e4c7ebb9c8538e1924bd0429153fc07379802443
MD5 d55ad9fe18f0d7e29bebe748d3eb6fd8
BLAKE2b-256 93054436df40ad806f3507fb1f7d33e748d812fc0a270c8acf9884817ca74733

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 a8fffc52f6dc3d5c958d47f4b9382a7ebc1bb64035600732d7bcafb4d43177f9
MD5 d7d78a74c4644b83ae9df3ea6f4eee45
BLAKE2b-256 3d458b2facdaeebec1e8630dd19c72bf29b85f1085e8d57efb00c206a648d23e

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_riscv64.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 41301e5175304081da9f1fb0c66a4e48bd6b4bb0ff08b13d6c7098c5913ce932
MD5 7be882c3bc2bcaf2e317702080d24110
BLAKE2b-256 aacf5bda153f0077fb8d501329bc047cfb61660c02b0740bebf9f9da315392a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_ppc64le.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5c8b54727f297fafb9122536c867fb243243d04067e062a62880fdb50a00819d
MD5 c9d069737a2e116747b5e868bc4f24b8
BLAKE2b-256 01c88fd08f413032bd1205706a5d475f3a3c8bc563323a964738880d023c42d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 34858d2f5c109912baf4c5dc46a6d419f320a0682350654fbdd09fa1bece0d79
MD5 28f529d09c3f1f8baf6c69ac66c72158
BLAKE2b-256 17f974e87c77ef303264d12869f7503a9583b4144026ce789ff06a021f053522

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9f37f4468d91eeb62a0ba9ab175059f46ecdcf99e0bff17e9caaa3963cb0a792
MD5 c04efe514d7b40cec374c04f55a6f3de
BLAKE2b-256 93412ba3a5129cf3731170302f2630e4455ac07c53321cd5e984aa36c3176a71

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 649dd2cbba880db25c04cbdc91e49732612cd97c5a6e160321d304e4982d22fb
MD5 54ec1789bb711b850845ae2b6b20c2f4
BLAKE2b-256 45198ee87016976baf11a93d184cf490db62f142a06c2930414878bf8868a8bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_x86_64.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 1e4f415f15344d482fbe92047bdd3a1713ca7852109604478c7118dec1cb804b
MD5 49a25c41f1611e74bbf3550c88de9e3a
BLAKE2b-256 afd3921705908e1084c8646aa92fd783df2fb09b660a548d9271d65347c6dcc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 4874b7235a0d2a55c6f03a55475ffc69f810a5beb9a4ee5d65956b2de79b8e54
MD5 751cda6ab72f686afe0c58b0aa162083
BLAKE2b-256 b70c7d4bc977ab94ad1174581544a9d1a3e5704a0b83a01e729932794c8e092c

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_ppc64le.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 e19fc9c7154a38842ee4466ab8ddfbae852924e4fbf125a20d8c61dc272d47e3
MD5 e0ece535d94b5d44f993c05f6aeb633e
BLAKE2b-256 18757bdb1954676d215410d75327d7f5f71c4e59f9247632a66a663cce7ebe96

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_i686.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 0d007ced6dd43f7ab344ccfdc24f8577430cce1da9c21d6fb9a7589a07499111
MD5 331878a0700cbc4d0ba67413092aee23
BLAKE2b-256 e38042760f9f86b67ff39f1252ff3b18da3855ad60b5f1273a1bf1ec575bc6da

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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

File details

Details for the file remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d947e485a7a2b79588c560ff31fe7fbb28865c2481c577704ae6bf311b4fab64
MD5 95c892a641537d2310689cd87bb5a556
BLAKE2b-256 0c77cd83d665dcb01d3ebbfef5b532db05564574db5fe84f0d1aacba6aeac424

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.1-cp311-cp311-manylinux_2_34_aarch64.whl:

Publisher: build.yml on Eeems/remarkable-update-image

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