Skip to main content

Format-preserving TOML parser

Project description

tomledit

A format-preserving TOML editor for Python, powered by Rust's toml_edit via pyo3.

Parse a TOML document, modify it like a native Python dict, and write it back — comments, whitespace, and ordering are preserved.

Quick start

from tomledit import Document

doc = Document.parse(open("pyproject.toml").read())

doc["project"]["version"] = "2.0.0"
doc["project"]["keywords"].append("new-keyword")
del doc["project"]["optional-dependencies"]

open("pyproject.toml", "w").write(str(doc))

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

tomledit-0.1.1.tar.gz (32.0 kB view details)

Uploaded Source

Built Distributions

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

tomledit-0.1.1-cp314-cp314-win_arm64.whl (334.2 kB view details)

Uploaded CPython 3.14Windows ARM64

tomledit-0.1.1-cp314-cp314-win_amd64.whl (345.1 kB view details)

Uploaded CPython 3.14Windows x86-64

tomledit-0.1.1-cp314-cp314-win32.whl (321.1 kB view details)

Uploaded CPython 3.14Windows x86

tomledit-0.1.1-cp314-cp314-musllinux_1_1_x86_64.whl (721.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

tomledit-0.1.1-cp314-cp314-musllinux_1_1_aarch64.whl (684.4 kB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

tomledit-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (514.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

tomledit-0.1.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (542.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

tomledit-0.1.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (658.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

tomledit-0.1.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (511.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

tomledit-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (508.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

tomledit-0.1.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (551.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

tomledit-0.1.1-cp314-cp314-macosx_11_0_arm64.whl (465.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

tomledit-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl (471.1 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

tomledit-0.1.1-cp313-cp313-win_arm64.whl (334.5 kB view details)

Uploaded CPython 3.13Windows ARM64

tomledit-0.1.1-cp313-cp313-win_amd64.whl (345.5 kB view details)

Uploaded CPython 3.13Windows x86-64

tomledit-0.1.1-cp313-cp313-win32.whl (323.3 kB view details)

Uploaded CPython 3.13Windows x86

tomledit-0.1.1-cp313-cp313-musllinux_1_1_x86_64.whl (721.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

tomledit-0.1.1-cp313-cp313-musllinux_1_1_aarch64.whl (683.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

tomledit-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (514.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

tomledit-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (541.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

tomledit-0.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (657.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

tomledit-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (510.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

tomledit-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (507.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

tomledit-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (551.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

tomledit-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (465.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

tomledit-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl (471.1 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

tomledit-0.1.1-cp312-cp312-win_arm64.whl (335.2 kB view details)

Uploaded CPython 3.12Windows ARM64

tomledit-0.1.1-cp312-cp312-win_amd64.whl (345.8 kB view details)

Uploaded CPython 3.12Windows x86-64

tomledit-0.1.1-cp312-cp312-win32.whl (323.7 kB view details)

Uploaded CPython 3.12Windows x86

tomledit-0.1.1-cp312-cp312-musllinux_1_1_x86_64.whl (721.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

tomledit-0.1.1-cp312-cp312-musllinux_1_1_aarch64.whl (684.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

tomledit-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (514.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

tomledit-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (542.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

tomledit-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (657.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

tomledit-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (512.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

tomledit-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (508.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

tomledit-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (551.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

tomledit-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (465.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

tomledit-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl (471.3 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

tomledit-0.1.1-cp311-cp311-win_arm64.whl (337.0 kB view details)

Uploaded CPython 3.11Windows ARM64

tomledit-0.1.1-cp311-cp311-win_amd64.whl (347.0 kB view details)

Uploaded CPython 3.11Windows x86-64

tomledit-0.1.1-cp311-cp311-win32.whl (326.9 kB view details)

Uploaded CPython 3.11Windows x86

tomledit-0.1.1-cp311-cp311-musllinux_1_1_x86_64.whl (725.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

tomledit-0.1.1-cp311-cp311-musllinux_1_1_aarch64.whl (688.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

tomledit-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (518.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

tomledit-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (544.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

tomledit-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (661.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

tomledit-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (517.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

tomledit-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (511.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

tomledit-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (559.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

tomledit-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (473.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

tomledit-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl (478.0 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

tomledit-0.1.1-cp310-cp310-win_arm64.whl (336.8 kB view details)

Uploaded CPython 3.10Windows ARM64

tomledit-0.1.1-cp310-cp310-win_amd64.whl (346.7 kB view details)

Uploaded CPython 3.10Windows x86-64

tomledit-0.1.1-cp310-cp310-win32.whl (326.8 kB view details)

Uploaded CPython 3.10Windows x86

tomledit-0.1.1-cp310-cp310-musllinux_1_1_x86_64.whl (725.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

tomledit-0.1.1-cp310-cp310-musllinux_1_1_aarch64.whl (688.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

tomledit-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (517.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

tomledit-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (545.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

tomledit-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (660.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

tomledit-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (517.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

tomledit-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (511.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

tomledit-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (560.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

tomledit-0.1.1-cp310-cp310-macosx_11_0_arm64.whl (473.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

tomledit-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl (478.0 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file tomledit-0.1.1.tar.gz.

File metadata

  • Download URL: tomledit-0.1.1.tar.gz
  • Upload date:
  • Size: 32.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tomledit-0.1.1.tar.gz
Algorithm Hash digest
SHA256 e1763ffe2d15a12be7555c72785019ca7de8d28c3995a33c396a08441e003a4a
MD5 d124971f7f95527e0072b6073c59a6a6
BLAKE2b-256 2959ca2410d6f90aa21a9e881adc9218df615153f39c6a6e46a34047f349d5e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1.tar.gz:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: tomledit-0.1.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 334.2 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tomledit-0.1.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 c403d8b45af7413e4e6cd7998e92ac0476776b088b12b0c7215470d37bb79cd6
MD5 f5f6984a28ceaa1f7c83c397dc884d40
BLAKE2b-256 360a9336f4ca42860a700f2e45fcda31f254ccb3475942f63bab77406c2a64de

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp314-cp314-win_arm64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: tomledit-0.1.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 345.1 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tomledit-0.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3975c7f9dc9d3f0f3d45076db905c52a647afe7e9a8300149077015f25a681d5
MD5 f88fd1e67c86a966be36018f80dc4175
BLAKE2b-256 e035697b1cd9b6c293b51a07ec40c53493dbfd9d542692ac2ea251636fce470a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: tomledit-0.1.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 321.1 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tomledit-0.1.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 d7deaa73a40622f267690debd36eaa256a2e147ae826d9e828cb069c3ab74efa
MD5 55412c7ea557ce3fca710c959f13cdca
BLAKE2b-256 c0ba9cde78266333a2fa0edfa9ac30a8f09ab0675ba2078bcb86cc5ea29ae0f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp314-cp314-win32.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp314-cp314-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 af50fa0fb3ea136d3eb155da0cd05f678c7876374bde9e62de9dc665abba0e1b
MD5 73715aae3fa498d6201d9102f221f54e
BLAKE2b-256 7bd745cb6cbf945a4ecb2a3a38d807f1df36a9c6439a33c59ddd64fe71271905

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp314-cp314-musllinux_1_1_x86_64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp314-cp314-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f6dbeff5531fb5d049553ad90022555602cb06325a93dcd6c2b361d99969830d
MD5 91916c6b473e0c8387f5876ee94e9022
BLAKE2b-256 09b11df8ecc566d748497737f790e2fba12cc357f36d036de3bc9b6b603617fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp314-cp314-musllinux_1_1_aarch64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d459bd52f027bf32eb99f1ccb22b7c3cb041020715eebe57818a61258583fe41
MD5 ce09c89bcf1bf071fec753622f22ba73
BLAKE2b-256 26d13f894fe2e423d54df9d2cfb162c0cfc84147c0b963b09c785ff9a0577e76

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c1d32f5f366ffe1860cde68f27123cbbabaf4f6a956d730ed9dc821b82dbbba4
MD5 051eacb3619f3ea1c1458d6c007b533a
BLAKE2b-256 794ff461c95e1c3cc6b640d31959af1a8f6ea2ead629408e2057445dbd35d28a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c040e065f4c96a8d7c04173252f380e82dc60be7f09a1d84f35dba02b720c98f
MD5 c14bc1adc6afd32e05ae6e82c6ab891d
BLAKE2b-256 f208b7169f5697102613137f038be17b6b6b668b2bddba82fa4ab20ec9096ef9

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6c52244d6cb410a0bf8ea573607c0116e08296c6d458969b55d3afd94748a327
MD5 c26bb1b663eb5041f3e6a0a7efe2a8de
BLAKE2b-256 adefe3e407252701045946c82f1481b5fefe7bdc92e73776667497c82bf54a33

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8d07fb214bc5e7990d1a69ec33fbf97c0dc539532de0cae0346f725d9249f7b8
MD5 47b05adbcb0d8ab59e65df305867db8e
BLAKE2b-256 d79718c89b33c1abcf0357f04f0c65a5f7bfc1b7318c990716a4c4189456b203

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8915ccee3bf99668a0cd09a128e16cd2dca21704d0225705bd42fae11b55af6d
MD5 dca0c7351bfbd32eceaef9973f2e0c98
BLAKE2b-256 2b0622451104c9ca4cf59975b56bdfb520c6ab4884221d0940cf06cd0866960b

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 923a185e00b8d1e19cc3a4e8e700633370a8149ba04b5aaccdb23b26a4210e17
MD5 91c84cdafed6bf2734d6a66b7144dfde
BLAKE2b-256 0bdaef23e0eea49fc02a8dbcc8284b9d074171a22b02848a07c0db18fd65775e

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 89692956e714e1058eea855cddca4ebe92debc9180f476414b24a9e406a4e356
MD5 b8cd392594ee96814de8b800fad4ab9a
BLAKE2b-256 3af7218c48ccd25426dad56c1f1c653301f4482d4126e9a37bb4197a48658f04

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: tomledit-0.1.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 334.5 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tomledit-0.1.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 fe493153d2ce9296269cf08d5afef4bdcabb1c85ed2689559386930d6a49c6c4
MD5 a60c9fec6308eaff6e3fd4b2d63dc2e3
BLAKE2b-256 b12540f4e9591d3b59e3a2d41031426ea4850ffafd0648e55196853a4fe862f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp313-cp313-win_arm64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: tomledit-0.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 345.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tomledit-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a627de612450ae6a658a83f2709dbf022138da93ac3932e72f9333b1111cb7fa
MD5 959318aca7579425a0074c399a36b232
BLAKE2b-256 9629e52aa7793154419cd84bdda1226a4be1b820a971c8831895d7833447bc97

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: tomledit-0.1.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 323.3 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tomledit-0.1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 4aba1ba06f778f438c05455db86c65775105f504466deba0673c0bc155ba1dbc
MD5 1a225d449a8beaf76e6d79c6556a847c
BLAKE2b-256 b714f4af45c9bcf0fadb7dbd63e0a8f17d49660a85fc5106d14319a76bc2bcba

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp313-cp313-win32.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9932a31c182f775c52acf1f5559a598d3a2c53a9387c1cf408df0bc4087a0158
MD5 09b17f281f3d5c0ebd51b52c34619e8b
BLAKE2b-256 46f0ce6325d0bad07010b54c0879e6f068f6bcbef2927ace6d93fc78b59de3c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp313-cp313-musllinux_1_1_x86_64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2bce8f84396eafb95944f4d605a9a7d084e4c8ca9910c8b90856b4d405beed84
MD5 ac5722ec9b74b860ea08497a76314753
BLAKE2b-256 d06165a87d763e316e7f7479be36440b296ba10c57ddb5abea27042d33d9b111

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp313-cp313-musllinux_1_1_aarch64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20852e98f70c6d979e9d1815db584618810522fc8d52e523164039b506216c7b
MD5 eb3489b05a156aeef0df61c24531173b
BLAKE2b-256 2fdefe983d08703a3b8ea5b64913e69c19b4632217097545fa705d4448a65b89

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9fe4d42aa4e4783a6905251a8d7ee0617e2c0e6fb1fbb7a90a194e44daf96195
MD5 b2c8a8005852ee79eecbeb2d0c9e2790
BLAKE2b-256 bdbd9d3826d79f7dee6f06c45cd2326374ff84e1b8fe53ba75981e5a833182cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e83747241872f627348633869888e2a82b31cf32f4295003eb86705f0a9f0ced
MD5 e81984f3203d5f5e3df45a762cb4bec3
BLAKE2b-256 eab6d2993f9173677d4a53da8bbe442cc756a813b6993fc13d5a11e8c5b1f5b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d8c35366d445e591b75f27ed60e46b0763819e50b59510b98e8e41e08030a06a
MD5 75e83ce6a26f15f46aad8899d893eaf7
BLAKE2b-256 649d923302512d66c7a575263e7eb506f079b8ce008ea5658c46c180b18d5307

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 304e8f1d36aad644705c1f1f873b4fe8afa4ad2a1aca2dee6681839a88f183ea
MD5 f831c8decba19efe798255d35967a7fc
BLAKE2b-256 465fa1aa4a1827a80f08f74029ed08dca6a53d58df9acc126900965ebf06b558

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9fcd9c8dd824edde5d060f3f7ce8e62d6aad7ec36992ce67b7d79cc7c06f0227
MD5 47db4a2bd5b9d58bcd8e9020dbf309ce
BLAKE2b-256 b13a74dff4bfa4f7fa072bdfe0725196049df148b20b964ab6118302c6a40c26

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca134d1a3e93eea38dd18d7b948efc36f2d71df3810aa6412addd5e36a565fa6
MD5 654cf5b53a7bcbf00844b6b7db1674aa
BLAKE2b-256 16da4e43c7d512353df42bc2926cf3ca5fe7a2ce6ad9768fbcd030ffe9fa0a4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 605990ffc240f625bc11d71cf54233c615c774d1c52d2de087dced9ff95544d9
MD5 55346d61d5aedfa218c7a564b05e1d10
BLAKE2b-256 2119492db9b399c603f2196d09eac48b5a4e19b12547aaebbad985614954e8ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: tomledit-0.1.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 335.2 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tomledit-0.1.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 8412ac431c2bc08089b8a3f3330a35cdf6f19b86ecd7707cca0a8e4056f5b1d0
MD5 ffd47b50da5506967cc4cf3ffb326d6e
BLAKE2b-256 30a9f8b8e7e5b1ca71c3742e2c0a88acd96e9b973683adc6c0e0f1d3554cb66b

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp312-cp312-win_arm64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: tomledit-0.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 345.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tomledit-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ea2359012af057544ef2cd90ed5940d452ad9fc289cf93bbbc5c09bf673a6392
MD5 6a589c603882da7d6392d93090739f61
BLAKE2b-256 1566cef295f78fd9e05dde72feaf1fbf07c456ceaf903da995edf7e0d7c43db6

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: tomledit-0.1.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 323.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tomledit-0.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1f9b45c97b9ac36f1f28d91dfd8000b60a391eda75343db62ce65fb5fac7ffed
MD5 8688d541f2843bd9310abb36c37d6233
BLAKE2b-256 6156177e5061612a0eb975bce723d45d901f5d1a1a8b2c262b1edbb0a3812951

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp312-cp312-win32.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 876056a85d83d8ce628bcca7e7618d4458e644a735999889857230475d80da27
MD5 dfcf7c5c01bfdf05af26fe001c482cf1
BLAKE2b-256 531f6c10b593ad0ef3fe0575d96dcaf17e0cc4d1ada7a71a89a2cc357393321f

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp312-cp312-musllinux_1_1_x86_64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 06982e79c944ca367928dc96f0db8f6358a25989ca08a90c52732970e833543a
MD5 1dd4ae1bbafbe4d71d803fac9166c111
BLAKE2b-256 8e887bc642182acd33dc9bcdedc95c24d3734ae29aefb228b0e4b050142e42bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp312-cp312-musllinux_1_1_aarch64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 699692f5acba6fd5f2bc06181acebcf0f9447ae370226fc240e535a7d054b557
MD5 d7a75ab39df4c9e2e83a77a37e2f288b
BLAKE2b-256 851cd7d64fb3979bbc721c555c28c9a68c3c747ea20ae56e3e3e0214aaf03619

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 20fa8cd9e8d78c5b011081bc3fc9aaa99132720f05e117816f855542c4525f42
MD5 a39077e2f13f23ffb87c4089839fdf72
BLAKE2b-256 1bc10d7777ad22015dc2aaf0433191de01f2ec0956f9e0c5c15436b5e1ed7dec

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9f7f281e72e43355404a59a8dcc029ff6ba7308898a7ccafbb5d6c44cd617bf9
MD5 f2875f70e03a65401b34c9cdf6228df5
BLAKE2b-256 4d3d4fc2499c2c61e4b22a5642ad5c3c40ed7507075f2d2fc5789d5dcd6d43ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c8d77fe544f0aa6a75634834e1f6a870e1e06753385e610b36a89c0d2abb07da
MD5 e4702d395ef094d0fe91d08c2e3f1283
BLAKE2b-256 a32590328b5a80ca0ff8502e106e02667e0252d9a1e6be104097ac7db8787d24

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 697118213764dd29cb419ce3de701eea3446b5196721a01cd801895af34e231e
MD5 c5bd505d282384f4929e77f1c962fb17
BLAKE2b-256 70660d9e6914f888890d050265df43fca617588bdcd9fdfd6559faeaf839cbb4

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8b7f4fe30040435d11e43e99c9af5de257cc4ee373cd19356dde32b693bbffe2
MD5 7f8305666cdb99bec01c7a46d216bcf9
BLAKE2b-256 10df1927f6ad009c17ac274509b235c54e6482bb02beb18fdf7435acf9f46573

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f49382efe043b9e540e57d381e74376d2411b98ed4a3b1085ba31c3a1ec19ba
MD5 d82db8c5074c1de2eb7cb029e2e13477
BLAKE2b-256 ef96c81b993a9e1caf57705d3afb39965fe84aecec4da27a1476e32ce5cc05bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 67dc2a54c641d9c4725097d97e58da844a785ec9c91bad92187deb2be81106e0
MD5 c291f8f2239496358ce77937eb56f8b9
BLAKE2b-256 e2681833ecd60a04c2033036dbbe8022bc9f99b16953983a6bd10ae601d1d896

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: tomledit-0.1.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 337.0 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tomledit-0.1.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 759b0a9d3cd57d77e031abece55f5add51a9e34aecafb1b858eeeb8f491e49f3
MD5 684e2abfadb945f8ca58396f8c557fe9
BLAKE2b-256 f27783ac6c89ac7f836c21cf16e4a45cee4adb96e6c121a96044e0d191093ff7

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp311-cp311-win_arm64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: tomledit-0.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 347.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tomledit-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c0f99a840535e6a03ed3636e3b2af068f0512d9ff5e9f6969f141cdc7993c72b
MD5 0672cfda3b8dd3820e6ef86d440ddae5
BLAKE2b-256 8a75a79e3ae15c1f5afd348eb30c957c18f55d6b6e17a6bf0ab4ec8e4bb524a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: tomledit-0.1.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 326.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tomledit-0.1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c7cd7be738b962d79859d2f01beff06fee9ca04eedbd02ada84dddaba8951822
MD5 736b9da794f4c405e3ca87144749bf05
BLAKE2b-256 9f98c6d8196ad427637206ca1dc15c4a9593ed74214d88df0f726816f3361a06

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp311-cp311-win32.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 56a7e497e979325290edc42dfe9714e30be4babbaa5f3d733b43957bd16c3d6e
MD5 94432ce5be312316d5ba39160c48d997
BLAKE2b-256 94fbcc4bc793b747c0ed54cac52632d1957ab115c7729ab201a6684410882c94

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp311-cp311-musllinux_1_1_x86_64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c8c5a28fcfd8476caeff76f6da0998f0adeb09c1453c0643079191247ab71af1
MD5 3112ee520a68d8a64438b57da451d92f
BLAKE2b-256 ce98bb5c96a7ab79bb1d98a1fa632138340ba25f8207878dcccd496fef83e5b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp311-cp311-musllinux_1_1_aarch64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc685de7df67c5a02dfaf8d30a1865a0d9acf0502a47af860463311fb55105eb
MD5 a4d64dc910136b3b78d6aa2a8c701741
BLAKE2b-256 6a227264195573eb4922e481467c83b41a36bb27038473d873f978eef89731c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d37dd782f87b0f15e49134cb3559818c15f78623393109acc4cad2404e1c56dc
MD5 5fb3b0c04b9ad972a8fd964d9dd1834a
BLAKE2b-256 fffd5d7fc1468009234095bb81b4b870ff2334fff662909fdd29d43476c52e20

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d0a2199873693f32be160e4dd849fe701b6392f1dca6a8d9f3f8fdb05e75244c
MD5 3d3d8ac0583481439e6a70ed3cf9a210
BLAKE2b-256 f06cb8849d6c9ac94944a6da9fe67798936876a548e4f9d8cfc6f98c58d11540

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 be318105d00b4f5b0e826933a614755e02a26e75cbda51b95a73cd7fd98b0ffb
MD5 2c055f531ebb532556754a500833e784
BLAKE2b-256 97e429dae356439f7ab8b8f1b3a964c4a5cf81978c579e263903281747797ae6

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 654e11274523e8d520a7be2f22fa126713242675c3baa0d8213fb6306e6448a6
MD5 6412e4343baac34b2a11db6c1800a9fe
BLAKE2b-256 c2f1cff0d175883f41fb7025f57935a11a081ad91e2bab3d2114ba036fa24e0b

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 91727aa81e4fc78178c089f24853ccef4e663bef693302ac1b3b85f92a7ca8dc
MD5 ad1d8c7991eb96db398f577c06766703
BLAKE2b-256 3636eb65aec66effa83e88ba2d4f8e3a91c72b9678359ef5359fbaa29ac31ff6

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 099d4b6a492de78c4b388eca62c9c7f11781bc6f62eaf75c56264626bbece1bd
MD5 2eec1ef52f17102f22c2e163903ce5cd
BLAKE2b-256 6407fc504d9fa3875abb1e2ae2d81bdfde388ca641071c6a939a61c248cd6d04

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dcdb837f13054b75ef368f708e0cd9c57c402c38595be7d5097c118d16c8f0d5
MD5 cbbe919459f16b65c99979c7049e691d
BLAKE2b-256 bcf25bd8ed43876a4da88a16aebee3c16d499a2df3a60da295be706720ad632a

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: tomledit-0.1.1-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 336.8 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tomledit-0.1.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 48f918414cafa6e7c85deec96e4f77ed01d28c8b1c08cec115bc1f848a4fb820
MD5 4f24bcce68b737ac4c0bab294ffb08de
BLAKE2b-256 e44a45ef0f15291ab6d30206652eb2b65459e3303dddb03f5638b341a2a43fc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp310-cp310-win_arm64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: tomledit-0.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 346.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tomledit-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0ac86f52423cc1ed88be43cc1c7b9ad17e5f9b5351bf1f7d2a3cc7d9c22dea8f
MD5 fd38c8d9a3183cc9a556272718ca7a2d
BLAKE2b-256 3bef928f5634ca1e2917a41618a5937d853969e33d7a27b3f30394660bdcf900

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: tomledit-0.1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 326.8 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for tomledit-0.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ea474877b7972fb7f8270c85948e7073f1fd08864257a333ca6fcbfeca35c359
MD5 283a92a9518e47cd666b6e4e9207eeb8
BLAKE2b-256 7832d0e086ffc25173c41a1c2d21744ceef3a48e9d40b0b54da3de45ef320033

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp310-cp310-win32.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cdc996274ec338b9c0c586b687aff297d293e49561308aab19797e7467a6bdee
MD5 01e15115573e76a59e10260f90f2bf3e
BLAKE2b-256 38aeb85c667f1700c9687e172b66b39900f2eed2d82de4b22f29464d123e7458

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp310-cp310-musllinux_1_1_x86_64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 65013757017252bb54d89342211b01df9b3fc6a2722a1640c865f25ea2a0a262
MD5 a81446b55eff3c657bd01077e092feee
BLAKE2b-256 c1e00a8d29033a2d99f4725b6b3f0445305ffbcb1d61b329e79835b1af469b3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp310-cp310-musllinux_1_1_aarch64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 396c232fcd625aa23fd18295adc13ea20ab161f5fe800ca95c147756215ed104
MD5 569d4e2901852559803846f528399d86
BLAKE2b-256 dbfc8b3b47831aea71c085560e8295693cecdca5360e82988f25865f21745977

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9f137d10485804e6522faeb6a33a57798589248bdbacfd68b8b76ec5de96bddd
MD5 2914a1419041d05a95ca11e9848571df
BLAKE2b-256 e32e1237eca467a9ff1d8e8e0ea17d7ccdbf0e06014b40df1497baa9cd23302b

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bb5a2839a1b45ded7808b7a16c88adea6aebc3972a96434f689d60a11e4ef534
MD5 d1abf1877ef05132c2bd1d9eb0cd9ad4
BLAKE2b-256 792f2ddae35983939bec01de0d7c0fa1334f35cf5054e0b823f84a241d07993c

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 02b0aca64e03bda1cba6518210dad7fd56b971a7870baf97c9ac1255ecc68d50
MD5 ee82565a0034424ed70fe8f4ecbb8580
BLAKE2b-256 bc92ca4d45c12ae0a1d9995c49972c5cff6dc323b8d8628648db55dd75579c48

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ed21778b502a48e138a6019d1a91c9276eac15cda299eb7c0abdb8f816a7422
MD5 a97b3fa719d1dcb07ba8fc718a9c4d2b
BLAKE2b-256 a3c3a2319981ecb9d7bd83a11d1ddc6e1b97c4ccc10f2cd70919dc57eeaf9338

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 576b77544ed6d28d9c8d72623fda08f26599f02cb3624bd2fa42c7a723e3aba7
MD5 dae7993d0c78ed772c94b2219fc4a05c
BLAKE2b-256 1dd873acd977518f52116d79946b3d9754c5505c9f49f04abf872a8dab8c52ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e8062ebd0d1297946971570220968112490f43a55ca32a79a6bfa279589f594
MD5 d4b93ed0f27ec7111620edae0fc30005
BLAKE2b-256 c59300ba9b93a6af605ab90b227c0842239997e5c25d6cb6cd0bdc6fe55ea3d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on dimbleby/tomledit

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

File details

Details for the file tomledit-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for tomledit-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a7d83e28b2c4436236717b6ab07970c5a241f71853d1aeb1de1cc8c9619b7d5d
MD5 51681a04dc732a8acde3012b14e3c9e4
BLAKE2b-256 52846e007972e79f40040f0ed88f96a19dd740d7ea1391c0a6988bc40723896f

See more details on using hashes here.

Provenance

The following attestation bundles were made for tomledit-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: publish.yml on dimbleby/tomledit

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