Skip to main content

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

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.2.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.2-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

remarkable_update_image-1.4.2-cp313-cp313-musllinux_1_2_x86_64.whl (436.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

remarkable_update_image-1.4.2-cp313-cp313-musllinux_1_2_riscv64.whl (419.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ riscv64

remarkable_update_image-1.4.2-cp313-cp313-musllinux_1_2_ppc64le.whl (461.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

remarkable_update_image-1.4.2-cp313-cp313-musllinux_1_2_i686.whl (457.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

remarkable_update_image-1.4.2-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.2-cp313-cp313-musllinux_1_2_aarch64.whl (397.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

remarkable_update_image-1.4.2-cp313-cp313-manylinux_2_34_x86_64.whl (428.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

remarkable_update_image-1.4.2-cp313-cp313-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl (414.9 kB view details)

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

remarkable_update_image-1.4.2-cp313-cp313-manylinux_2_34_ppc64le.whl (448.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ppc64le

remarkable_update_image-1.4.2-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.2-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (375.3 kB view details)

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

remarkable_update_image-1.4.2-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.2-cp312-cp312-musllinux_1_2_x86_64.whl (432.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

remarkable_update_image-1.4.2-cp312-cp312-musllinux_1_2_riscv64.whl (413.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ riscv64

remarkable_update_image-1.4.2-cp312-cp312-musllinux_1_2_ppc64le.whl (455.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

remarkable_update_image-1.4.2-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.2-cp312-cp312-musllinux_1_2_armv7l.whl (367.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

remarkable_update_image-1.4.2-cp312-cp312-musllinux_1_2_aarch64.whl (393.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

remarkable_update_image-1.4.2-cp312-cp312-manylinux_2_34_x86_64.whl (425.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

remarkable_update_image-1.4.2-cp312-cp312-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl (410.4 kB view details)

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

remarkable_update_image-1.4.2-cp312-cp312-manylinux_2_34_ppc64le.whl (444.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ppc64le

remarkable_update_image-1.4.2-cp312-cp312-manylinux_2_34_i686.whl (443.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ i686

remarkable_update_image-1.4.2-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl (375.4 kB view details)

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

remarkable_update_image-1.4.2-cp312-cp312-manylinux_2_34_aarch64.whl (381.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

remarkable_update_image-1.4.2-cp311-cp311-musllinux_1_2_x86_64.whl (386.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

remarkable_update_image-1.4.2-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.2-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.2-cp311-cp311-musllinux_1_2_i686.whl (405.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

remarkable_update_image-1.4.2-cp311-cp311-musllinux_1_2_armv7l.whl (321.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

remarkable_update_image-1.4.2-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.2-cp311-cp311-manylinux_2_34_x86_64.whl (380.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

remarkable_update_image-1.4.2-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.2-cp311-cp311-manylinux_2_34_ppc64le.whl (411.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ppc64le

remarkable_update_image-1.4.2-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.2-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.2-cp311-cp311-manylinux_2_34_aarch64.whl (350.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

File details

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

File metadata

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

File hashes

Hashes for remarkable_update_image-1.4.2.tar.gz
Algorithm Hash digest
SHA256 ad5b7395e2b698aa6a965a44a9fd2d16309aeb3e398e7c96e9eab84b03fd2709
MD5 47826e540ebefa799d04ff4f213beaf1
BLAKE2b-256 e4bbf1dc1e6bc1f41bcdde785dd21fb5e82991e0ac28ac3b34f1e183a5027cf0

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2.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.2-py3-none-any.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a80a6f0a4f1e76bd458ad0bb9b3d9fbdb16a3224bf158dcaf0e2bf606bba6a34
MD5 1740f31449d5f2bcf993144beb91305c
BLAKE2b-256 0fab53a92286d68459fc0bd4d145aaad9db077cb385797d4bbe6fd763dae10ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd5cbaed81a51a065dc1de661599175c6aec01286b2a8f35347fcd73a89387a6
MD5 42ad52f1c91bd492d5ae1d789980e875
BLAKE2b-256 e5222f93ff5b7a5fcebbc6fef732d00aa0c04a2883734d5a721f77f2d82d78b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp313-cp313-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp313-cp313-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 7f149b6dc447b250aef9aefcc8493ea7a0100888c2f0e296961ab537bf3e92a6
MD5 095d20056688058d02335caad8c95867
BLAKE2b-256 b50820161ab50a39160caaf91a80c4becfec8f046e4870fa9a9b561a95ccc4b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 0124f7ce711f33c1f9f862e980fc11a3289060ee6bd6928cbebb51fc706634a6
MD5 c632ba784f0522e2fe9fcffb5bb4d42b
BLAKE2b-256 9def0b91ceff70d93648374ec09ecd2c9a24c61bd7680bcb615b14e3a41a395c

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c34a83382d3a81ad9efeeed92ef178934aee26df62fb2d92fd7f9d894047dfba
MD5 96424a43ef7b8bb215f01f65e759c1d4
BLAKE2b-256 e14de427aa09067524b364a73bf685a3633af5a2d32b27cc189d38f87b429f97

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bfb4feb4dbbba023c793079b191916eeeb425d39332de455217a49f4ffff3ec2
MD5 331e91ac2af8aadf1102addae7cf6d64
BLAKE2b-256 741aacd4e56bc330dd0a06dd15589f7a77053680eaa4969ca2afa76c1f396702

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c1edd6b0373bccf9bd9d7afb139844de8477ab3b429f5cc7cd87f8e5d0d0c954
MD5 ba54d244af6fbd55a85625c1b9fd803d
BLAKE2b-256 75d8192ee9c0532b3e7c61aea12dc2477ca7763dc3effdac2b853b12581fe491

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 e23515010507b0e880479051921bfbe5a8636cdf78c5e101ad93324ec45c42c8
MD5 e4593a079a5ce41538a7c892ed80869c
BLAKE2b-256 732c3689a1636e2ca5af89b6fd65bbcdc05045f4a353d0a04d25284c920c620b

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp313-cp313-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp313-cp313-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 b24e4cc04bdaf430183d0770a97444c1c5b02f00aa5b1716fd4b3b8795576e5c
MD5 8c4fc7fc8f294b4592b24d8ce6ddf5cf
BLAKE2b-256 3f2f6fcfb727f1e2a19b80030d5357087dd30763af899ee6648551bffdea69b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp313-cp313-manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp313-cp313-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 d0bc5d6f12da65c8df35a7a6c7d139d795cbb500aa7c59342b4d7380c59387d3
MD5 3e59d286d02da75b488bfe317c6c2ff1
BLAKE2b-256 5d2708fa373995f0f03305b0027293dabe95fbd830ab181c079afb9682f9814a

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp313-cp313-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp313-cp313-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 ae61afebb956b8c60e2a924af04734fc2d3f78fc55e6b5b8ebe5c8cc9babab21
MD5 04ec6c938b7546ff6fd2cd7385501342
BLAKE2b-256 2ef1697b005d5910fd18e2dcf37f1ae5528624fc5271164e7f1dc08441685b02

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp313-cp313-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 d26bd90ed9d33c3d92c6cb8ba3e0964da97fd006fce9ec41b14ad780418d66fd
MD5 61a8836231a5a97af4b71b763f6aa094
BLAKE2b-256 b9a5c6cf8c39e5a098078d7e17fa59e4d90e707561f4c558f96da044e2cc118b

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp313-cp313-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 78ab93880495a23657ebebc9385cbfcdc6f8266c4ad4e6fc7b3411a542ce7587
MD5 6c437f287a8de99e8a085f18373d905a
BLAKE2b-256 be058d5ae69a4f78024b0ae2e71485f3ecaa43a413bbbefa0e50023c8b10d303

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 838fe69ecf6756ba786917dc2cbd083b47ceacf2613800759dc0846af928d927
MD5 093d152d637961807a4fd3ad112b1802
BLAKE2b-256 e4cf14e5818eadde8ab35c6b757c1e11d1d52f29f7b68703362a45d0587c118e

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp312-cp312-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp312-cp312-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 64ac04c9b5379be777ae41fc99707a3607f838700b52dd50a66dbf459f081433
MD5 61585052e989be9f0ebb07ab179f7725
BLAKE2b-256 d84b6cdc33200bc99aeeaaddbe480a5f0377d459d45775fef2e625571e8091df

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 90b3506f7574905e2b66aa403e85884676c8b505f37cd3bb5a2c5a7ca504868b
MD5 ff1698e126222a7bdac3ed3ed4dc2fb8
BLAKE2b-256 0d8986655a0c026aa7087ddb72db9f5c99319103d252b409b2a00ae7fad6c9d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 57eb889df1a769a32492f99b985c27e4cf2d27a0fc7d42688cea44e08d329b1f
MD5 8341717ebe79243c63039f4ed9a1653a
BLAKE2b-256 5815f04d4601a642c9efacf766e96bc07112642441fe6a5767b9fff3d2d8bab0

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 902c28ebd4810295c78dcacd6a1ade793a3bf2468439e82d7635cfa5ef1163a1
MD5 e584d19766c1f17cb0fa1902f859c51e
BLAKE2b-256 9fdb77e3ac90261a118b9685b50d79737bd44ee5e345dba4084b3e38b3d8d33c

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c6ce89b3e07cbbcb9cf06d340c4660e3206adf6b1330dd7066204e3e45c99b09
MD5 67f5933365eca16aa181cad544050254
BLAKE2b-256 d18cad7a992217b2394efa5bfb3807c91276cad57af6f56ba224f4d0904df677

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 e0dddfb527e420f06bb151e55a21322eaa96a68d3a1905d9a5851a54958a326a
MD5 4f563c64b852f21ac86d9aa6c0f65845
BLAKE2b-256 4943cecad83d31044322cc6c9df97f49ace882d7ede6d6bf198f57fcae1d0181

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp312-cp312-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp312-cp312-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 c752a295cc5beb7c13018a50c27f60124d5c878ed6e1165a309880506be0d87f
MD5 3ec74ec624a86ac9e9d1fc0d99a4235d
BLAKE2b-256 02a3f893af210085211eec8f8d779cd76c1580d482b450506cb309a5f8b30591

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp312-cp312-manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp312-cp312-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 d27a12242e9d75946566036e41a3ee88e8f42e5eaaa36018b0c5ce02a9ce4137
MD5 05b72a567ddf0a48c702fef7fe3c875c
BLAKE2b-256 50826de7e6a1b5ea25d560231e745a2ad8f88f3d863207846f85643138e7b2e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp312-cp312-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp312-cp312-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 822552128f1804c0ace88bed6117257e987f14aecd7e1883473668a2304d591b
MD5 b16ff72b6106ee45524ea31ef32bfbf9
BLAKE2b-256 3f85de60c23c012886045ed836dd304c0b331ad16262896f750dde65c827a8a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp312-cp312-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 0019fd748d3d64bd5f09bf50ebd2a8824e30fd2f3425565806174a9124c3e3f5
MD5 92d0e6267a1dedcbe7d981324e8d855c
BLAKE2b-256 48377c7d42647d92637a6ca0067641be0c0030f1ea8faecde1fd8d7a7ed7f8d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp312-cp312-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 259ba32986941b67f9bba42d4500709c379ca0889a7f310389b3f4842a135051
MD5 781c8a8a4f1866f1cdb876e7702d7569
BLAKE2b-256 83e74dd6e8a55d108bd45406f64dc00264ed9089cf54b4ce35f12bda7cf3d06a

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3fc93c86ee2ba494ba64b687cb51a82afb13e5277313bf97cc46275348720d6e
MD5 53694ff483bda667e5a09e2a1f9a0325
BLAKE2b-256 c39f9478d5816d2e8ebb5c2ef532ddd879c37f7ac617aa2dc8c10753f00df46f

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp311-cp311-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp311-cp311-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 5c9df187c3b7c178dcd9963321f1e1dd0a5d96fbb3c41242e7b3ca6f093c15d8
MD5 5ca94eec35a841a2ff9b20f106328f99
BLAKE2b-256 952952217a6c4c0c0bdeb286867fb2d8b359d58fe3abdb7237d143154d2f09f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 df5f5a21f67a5b272518c02797272f2818b37e211fa1c731a9605fd31fbf2c12
MD5 68ab645bac28ce0a286f5cf0d2fb0348
BLAKE2b-256 4669df2eaddbb955612276e526a6f2be041b3f54f4ab339c4d79a46e96d89476

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 81e938926629fed45635be65efcde44ede35e18f3a5802c4c268f873dd546e96
MD5 346a6326c67d776ba2ca5966cf5c5d57
BLAKE2b-256 737859631c621acb5fbc0768b8442ecff9c0d6b8bf611f66abb001a86a4219f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 5f27ca48999ce72f0bfcf0e0b304dd59efc589f5ec4628c223dfe2561935c695
MD5 a2e35b0fa590f3447cb561d663cef34e
BLAKE2b-256 af79c25ecf43984e8481910c8408688a12cd0c1fe00825a288551f29d152d460

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 948df950a1acb19b39865055cc7ae4b5516952f54d2fd8a15dd14fd27ffd7ec0
MD5 b502aba794ea893c2300b5f9ae838622
BLAKE2b-256 759e616e6bbcc156d057f3f53d0f9eaf011a472041a40dcf50e7d41fe453e1be

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 08c931d3aba1f24b1e63f35117affc730d03b99670eb9e777bdc273cfa3f394e
MD5 c837622d2d5e33a33ed4dea9bbaae93b
BLAKE2b-256 6dfe0788e5e7ee919da29c64899e2028a136982aff974af0f2474d9030a1a6c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp311-cp311-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp311-cp311-manylinux_2_34_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 cde81a642e2e79e9d62695b408e48cd297e7ee3c8e69226d8ef25c1e4d29882f
MD5 690ea2a914a3fb12eef2651d9382dfb5
BLAKE2b-256 c73948511e44509058baf3528647e3582b4a65a3ca8f629ee010681e0a910162

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp311-cp311-manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp311-cp311-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 17112b1d10f4474b06dd4491b351e8130c2c841379816c8671df2ad4a6545092
MD5 d0a6834254b9e006a88a970e8580270c
BLAKE2b-256 4e31dc22dd84ec6c4e7d20395505fa610c5f0de46df397cd78460e519f187c3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp311-cp311-manylinux_2_34_i686.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp311-cp311-manylinux_2_34_i686.whl
Algorithm Hash digest
SHA256 a51ed8009ee42ac394867bc2e72429dc0e0fe5a2dd8a17118e6e7f5a23775030
MD5 24738acb2deaa2ff074fd84ff1dcfb14
BLAKE2b-256 f39932cef1a1d511a63b89e8426ac57a2bc928b212f4bde6c962b9021177073f

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp311-cp311-manylinux_2_34_armv7l.manylinux_2_35_armv7l.whl
Algorithm Hash digest
SHA256 da58c9cbcb972da4bb7e5594e78e0a2f7b0730c6fa66f1027126826dcac1f30f
MD5 70a2407469d3c52ac6e94d9940bc05b8
BLAKE2b-256 b387ed79af55fc006ea52333fce98f6a0632ee6a9549c8a6f408619e499ff6de

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.2-cp311-cp311-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for remarkable_update_image-1.4.2-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 6c732b494f47c38ea4876ba49a957be32639f628e5709d5556f9e3941b18ed71
MD5 705791c0431c6dd49d42e1557f136404
BLAKE2b-256 d7e802c4cab2f6e5caba1050055eb08a5541f2b0faf380041a9eb6e0624472cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for remarkable_update_image-1.4.2-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.

Release history Release notifications | RSS feed

This release

1.4.2 This release

38 files

1.4.1

38 files

1.4

49 files

1.3.3

14 files

1.3.2

13 files

1.3.1

13 files

1.3

10 files

1.2

7 files

1.1.7

7 files

1.1.6

6 files

1.1.5

7 files

1.1.4

7 files

1.1.3

5 files

1.1.2

5 files

1.1.1

5 files

1.1.0

5 files

1.0.1

5 files

1.0.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page