Skip to main content

Tools for converting python data types

Project description

convertertools

CI Status Documentation Status Test coverage percentage

Poetry Ruff pre-commit

PyPI Version Supported Python versions License


Documentation: https://convertertools.readthedocs.io

Source Code: https://github.com/bluetooth-devices/convertertools


Tools for converting python data types

These are very simple tools for manipulating python data structures to avoid writing out the same code many times in libraries.

Installation

Install this via pip (or your favourite package manager):

pip install convertertools

Usage

Note that specific types are required for maximum performance.

from convertertools import del_dict_tuple, del_dict_set, pop_dict_tuple, pop_dict_set

# del_dict* raise KeyError on missing keys
del_dict_tuple(d, ("a", "b"))
del_dict_set(d, {"a", "b"})

# pop_dict* ignores missing keys
pop_dict_tuple(d, ("a", "b"))
pop_dict_set(d, {"a", "b"})

# pop_dict_set_if_none ignores missing keys and only
# removes them if their value is None
pop_dict_set_if_none(d, {"a", "b"})

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Bluetooth Devices
Bluetooth Devices

💻 🤔 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Credits

This package was created with Copier and the browniebroke/pypackage-template project template.

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

convertertools-1.1.0.tar.gz (5.4 kB view details)

Uploaded Source

Built Distributions

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

convertertools-1.1.0-cp314-cp314t-win_amd64.whl (104.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

convertertools-1.1.0-cp314-cp314t-win32.whl (99.7 kB view details)

Uploaded CPython 3.14tWindows x86

convertertools-1.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl (315.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

convertertools-1.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl (307.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

convertertools-1.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl (314.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

convertertools-1.1.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (313.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

convertertools-1.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (327.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

convertertools-1.1.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (318.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

convertertools-1.1.0-cp314-cp314t-macosx_11_0_arm64.whl (104.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

convertertools-1.1.0-cp314-cp314t-macosx_10_13_x86_64.whl (101.2 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

convertertools-1.1.0-cp314-cp314-win_amd64.whl (81.7 kB view details)

Uploaded CPython 3.14Windows x86-64

convertertools-1.1.0-cp314-cp314-win32.whl (79.5 kB view details)

Uploaded CPython 3.14Windows x86

convertertools-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (172.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

convertertools-1.1.0-cp314-cp314-musllinux_1_2_armv7l.whl (111.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

convertertools-1.1.0-cp314-cp314-musllinux_1_2_aarch64.whl (172.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

convertertools-1.1.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (116.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

convertertools-1.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (177.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

convertertools-1.1.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (173.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

convertertools-1.1.0-cp314-cp314-macosx_11_0_arm64.whl (82.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

convertertools-1.1.0-cp314-cp314-macosx_10_13_x86_64.whl (80.8 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

convertertools-1.1.0-cp313-cp313-win_amd64.whl (81.3 kB view details)

Uploaded CPython 3.13Windows x86-64

convertertools-1.1.0-cp313-cp313-win32.whl (79.0 kB view details)

Uploaded CPython 3.13Windows x86

convertertools-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (173.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

convertertools-1.1.0-cp313-cp313-musllinux_1_2_armv7l.whl (113.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

convertertools-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (173.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

convertertools-1.1.0-cp313-cp313-manylinux_2_36_x86_64.whl (114.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.36+ x86-64

convertertools-1.1.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (117.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

convertertools-1.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (177.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

convertertools-1.1.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (175.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

convertertools-1.1.0-cp313-cp313-macosx_11_0_arm64.whl (82.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

convertertools-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl (81.0 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

convertertools-1.1.0-cp312-cp312-win_amd64.whl (81.0 kB view details)

Uploaded CPython 3.12Windows x86-64

convertertools-1.1.0-cp312-cp312-win32.whl (78.9 kB view details)

Uploaded CPython 3.12Windows x86

convertertools-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (175.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

convertertools-1.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (115.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

convertertools-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (174.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

convertertools-1.1.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (118.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

convertertools-1.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (178.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

convertertools-1.1.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (176.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

convertertools-1.1.0-cp312-cp312-macosx_11_0_arm64.whl (82.3 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

convertertools-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl (80.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

convertertools-1.1.0-cp311-cp311-win_amd64.whl (80.7 kB view details)

Uploaded CPython 3.11Windows x86-64

convertertools-1.1.0-cp311-cp311-win32.whl (21.0 kB view details)

Uploaded CPython 3.11Windows x86

convertertools-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (114.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

convertertools-1.1.0-cp311-cp311-musllinux_1_2_armv7l.whl (108.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

convertertools-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (111.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

convertertools-1.1.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (110.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

convertertools-1.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (114.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

convertertools-1.1.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (114.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

convertertools-1.1.0-cp311-cp311-macosx_11_0_arm64.whl (24.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

convertertools-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl (22.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

Details for the file convertertools-1.1.0.tar.gz.

File metadata

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

File hashes

Hashes for convertertools-1.1.0.tar.gz
Algorithm Hash digest
SHA256 c23fc6848d3b1e74fbcc5dfa3a9729834e86114bf6d0fd9c9e35b9062ace93ca
MD5 f2a5c20929cf651b9d6978c2b34a998c
BLAKE2b-256 18cbe315afeb9ba49cec0716098a05ef89546c53ce4dc6cc1b4872b5f10d7cfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0.tar.gz:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 bfdcb297219ee7ef99d9c20679ba9efdb1170e0d4fd90c8644b1fa5ea2f04db2
MD5 1ad94c26b35ed6e47801424103d6b21e
BLAKE2b-256 ae50e42e66c31d7d8bc809f3a5c1454233122d2c2b155448ef6535b0d86c17df

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314t-win_amd64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 5c42f55e3eb5e427447f7920e66d6d83fb51fc81728b0d427821687d7348e4c0
MD5 81160a5b9155988851dc2aef7b1d5554
BLAKE2b-256 36cb2353e9f6efd75edb3b28ee157f365811c274359e096cda74bbe816dd6d24

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314t-win32.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 991137feb7a878303bd6774ea19f84e87841da745af9a7188f898699906bb9ec
MD5 aae0cc9c2d98a6dda2b2e0def3eba175
BLAKE2b-256 760542cf987d44c3bd673ff8f32d191aaf0847e6f99de175f4b30cf3aae52586

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 73378b4275579862b97c8f316363bfc00e5b8b8498fe39223ba114001e4c9ee0
MD5 2ea23c057f0cdaf18e9e86788c2cbc4e
BLAKE2b-256 5f3c74b0751a7f96f550fdf9e15581018b6439e91c7baa57d6ce2cd08b674474

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f3d3401b652e8dafa95f8fdd6cacc0de7c04b9d3117a2a30d3590f501335a83d
MD5 5e55061a7f2e4b4be4c0eaf1d896f54d
BLAKE2b-256 023baf6fbe22537b763e0fb002d3d2c34277aa254eb558e82e06a555212a09ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 7d80ecbc13d07ec2a932a792551c8ba07ddc0cd2d272703d1bd77d953878474a
MD5 ee4d0c9477984d75711bd077aa8f96e4
BLAKE2b-256 04728765452ac0e6e525b3ae8daf35915fc6f41afefed21d5cf4036addd9167a

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b6e10696da03491852ccf99ef1c17628554b4ff16e79a90040b149c00d196b61
MD5 c07e985b035be1f022d68dbe8090e1d3
BLAKE2b-256 03949dbdc15b76c3eb5e6d71f43104e6fabd1740d09a6618eb2f561a1a46043f

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 55bbf257409a5bf9ce9457619edec8dc4ac2bc024914805128b6017dff0e2a64
MD5 22c01acd10488919ef9f5e9c3af274c1
BLAKE2b-256 8fb8117aa3d83db20253d6e3fc0042aa7c31d6d4be66a52f30ee62b46b0c215a

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1492a9a88603e05c0c9fa51a2e72cb4f2263699b5f9fcf5973d1d07c947574b1
MD5 ff2bad8b9a2307fdd9347d8d0d2b5d1c
BLAKE2b-256 6a0f6e686e0cf3ec84b7c1cb96cb6612fd81650f2caf15d052fe9ad60980076b

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 abde0b0e9d2c09de6dbef7585c5d03afd541dad3b322f54c14b8e0cf450e0be3
MD5 9445a614f2162e344ab12e8aaf316b65
BLAKE2b-256 2011fa7f163480a3b1157e7c6c7718c8e65ac94915aacce05b75048e76c9e0c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314t-macosx_10_13_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2c7fceb2359898e37c28535315f2e11cfb122ec35b7a33ac0e5a349e478b9380
MD5 fa831f4d288b44a7142c7f4c97b403bb
BLAKE2b-256 b9c3c04626a0332b5412aa1bbab78848d751a4394ab2a2fdac41bc5fb2fa4d8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314-win_amd64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 e4cc195222e359084496f0a36e436742bc9c7b9ebb37534164c51ef642d926e5
MD5 9372f4bbdb4896ac1a4fd20e8f40cc98
BLAKE2b-256 e5b1a561da109485836eca5d5118b84fd865dba5f904e33c4544183149b00d55

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314-win32.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 615f915e3d3fff40a5075cecf8d88b6c5a6a2bc0667944c10d81f8797fbfd323
MD5 8b735f070ef12d88d0296c5701e0533d
BLAKE2b-256 8061a6593d2b8bc61f16a604c28b11e4a7acc31d912679dcb43cb2a643f2e31c

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 223b1ca690e126f8bd721adc6cd72345027b868094f51bcf82bc02bdcdb3b2c4
MD5 af0c862fdb12172d01e1f3630bf82b48
BLAKE2b-256 16fef41f4641589129476b86459672b5de586ba62b0f33b16263235aec3f07a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0e38f134b8ae1ec237f717e5d4e358a21a6f3159a75d8f88ec753821efd7416e
MD5 2c75bcc825f4180ea51002b0f4fd509f
BLAKE2b-256 29eb7e23041e7d494b90ac6e08c0300e247e97941824dc2dc7009a27ccb910e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 a2d334ae552abb9ff5a6ee4aa9320387d0906daeb5116bfaf8fd4c3d17971653
MD5 4b396a553d0f0dfb82993f65c141f49e
BLAKE2b-256 c78e56bf7dab46373281ac84f7d04cb3aa7acbddc4cb6573bd488fdc7a3bb8a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 834b14b508fdf0c91bfb77db0085ed437882151de2aef709e52abcb78b0441fa
MD5 6d06fb6f7dde99c5637161ac62fd3f48
BLAKE2b-256 394165b7f4b20d81c8d2c28902be2c8c353d53a77ef57b9c1164dda9819f762c

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 98af0203b102ce1e058faba9da0b56e1e76fdd3946ab8386d756cafe303649c7
MD5 40c7e1d91ce36f330b234d485a2f8944
BLAKE2b-256 65ad98a346a403bbaf3b24aba62a557f58f68a9c31805c1146168b46b8a11588

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0dc9d99f91aba49a9a5f0a7f427583e46472bde21e1882af438302cb9f405936
MD5 108c043034f693e9fdc58b740f155fec
BLAKE2b-256 d68725a6fee1a44b17c7cc0db3be6f109b5fd612002164676f7e22cf1b7c8d05

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e1edfb9685a945597335ea3cab6a94d4f39897ff3b6e08f9644c0c33abd95f28
MD5 19f87e6efe89b81986770545b0451105
BLAKE2b-256 6b87f771a7cc454a2dc100aa32335ec8b6d3af5237a87cca35f6444a3578b144

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp314-cp314-macosx_10_13_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f574c48adaa9409d59dcf379be0b152195ce23c3aa8beccfaae36c435799d912
MD5 ce13226a9c118f34703cf95022508775
BLAKE2b-256 7ec86ff2357c61674abe75c131c02ef300b57a4d16ba1a9e0fab0aa0b17d4bab

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp313-cp313-win_amd64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e91c3fa55c4275195a6bc005a9c5581f6b572c16df090603adc3114b5936c332
MD5 7d7d2793f51d7b277e86cd8f13d0d87a
BLAKE2b-256 0ab5d8d75930c20683b67baa0372d7eb14a3f8dacef2cf6b954bc6835b715e1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp313-cp313-win32.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 46c939000304e6f68ed9256757628ede27a8e84747b6179c94f4a8fa18f16cdc
MD5 008a8e1c4736130250d55d9591df9681
BLAKE2b-256 cef971e62b0590086f34dba0c31b7bf086c5a398d57aa77fb8c56f6a12d6b9d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 708ac55e43068cb92581dd324de197d455e80e27e93ddc6ea0460dcfe5232d54
MD5 2a9a0f4b571194a2cca773134c8021bd
BLAKE2b-256 259473f022486621fb083148e1d56ebf469137e13953d22cc73cf8641ed886c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1287671ca84400fc6265350eaa169446b7c28af911ababa134dd84bf2c032770
MD5 91d91240a7494e25b64117324aa693b8
BLAKE2b-256 df50fa38c5223bbe8a4b674877e7b04847bfc5d5e9f1bf8b1231876734009881

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp313-cp313-manylinux_2_36_x86_64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp313-cp313-manylinux_2_36_x86_64.whl
Algorithm Hash digest
SHA256 e52e53ba05d1dadf0f5078032bb8a6a320899bb432324da877092c3cfefcb154
MD5 ad9715953e3b86e2ad6bac28a7ab9fc3
BLAKE2b-256 d3af5fe55dccf2e9eadf5c75ebf6080408bda445b15f5beff34f77871abab297

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp313-cp313-manylinux_2_36_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 96404443cbc3e90e52761910eba7a493d85381efe956299341b4971a34dea001
MD5 7dcf135c3d74e9104965779ff1141026
BLAKE2b-256 3dea3c1b6c06035d2d8a21c614cb0e79fe21c28edfbb9c94f5f560623efd6bd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5fc5528a853853abe0f2d44594c565a49ae14eb9326257e30458af3f9e9729f5
MD5 6a95e1eba73b0cef3f3492965709e4ce
BLAKE2b-256 48d0d2cab3ff29608cee1f917592f1fc9951667a32e0dc1c8e26f5c755130487

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 25db34e9711a26be4d11fc0a11fdd815d95ddc69402ecf3e2decc3cf2a86c3ca
MD5 fd1f43659d47ed7be0e292a3f758c856
BLAKE2b-256 fa6f5fe6322d270b28854ae9c189acc85b6184026e64230a315ee5a12e9175fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dddae2c8c73895f694dba6b7b24e2994674b31d2b618b9455d88f8fc1a960959
MD5 0b5a51adeadb0f0c9120b14a34e1471c
BLAKE2b-256 98483756a811a2fb1b245fe7cf0d643172726fea4991a9cab0699e7fb81b7f71

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 78002227ca997ad4a3a0f84ab4342067aa550292026a3baabd69ab710536a2ba
MD5 d865b766c9ea687b7992815fcda97996
BLAKE2b-256 d577310db6aa3d0dd9b8a52f83c9bbaa6ec274ca254daf7d16f0d741ef6bf8b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 00cc09e85a2f8445488601c5721815151d3d8a5e3c8ff1795e0cf9e49433c03c
MD5 8cc776edcd6d2fe0fa15103a4dbe1f68
BLAKE2b-256 70b3cbc8c48b94e859addc17cfccf3c903098ec676dedfb22ca9cdd3416ce255

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp312-cp312-win_amd64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c36480cc8a4e1d193ec8b56113d858f146ad1273aacca3bc2b854f2b0f684eb0
MD5 8459c89738ad2b17be4b7203398c0bc1
BLAKE2b-256 b04c25ec6dfec098eda9e401a92b1e97e5b596ea16a533be470ab0e8f46f65b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp312-cp312-win32.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 10c50914ac3d8189b4d2c28b6ba14939dc00a88addf1ff7c4b3509938b228a99
MD5 2d6e4f72dda19de31b18c6f6014f62b8
BLAKE2b-256 150c3ecf453fc1cc660450cd5624efded8c0d3079c23a4a4d8920d7c0ad483c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 68da6eaaa651ee95fc716e33dafcff3b621d7fd5dc6d92c5a0d719d7ca9d6d44
MD5 f2ab4c4a5418b27cae6d78aff2a16051
BLAKE2b-256 c658f9e9ac5d775d8e5db64c095055985ec9571c8b1580fd219a449ccf442091

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bc30a186d25451c925ac7833a4ba817f2ee6ccc831c3baaf4c7e11d56bba4d36
MD5 78bcda48ab3866ad126bc8e17a128716
BLAKE2b-256 783a35f206fead837d6bba9e121da05c8c19b81f8f8d7f359aa1cb83482f78c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 0bc6e9de7a5b664a5f1d4198e74fa3b031a1bb0109dccb618deeb8894b522533
MD5 cf35377c21bd5112bc9c60c84b131dfe
BLAKE2b-256 047cac073a3ea6f8b15bfb629faf410750573a953348037a06be76ae512c96fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5a9c08655c2c99b837159056b68fc0f23a960d5bc4dd6174d048d1db38acfb9f
MD5 01d714a497254abb8fbb1338432784aa
BLAKE2b-256 7cd41dd75aa4b08b7e05656f894ada5b305c181fe8220126e60a4e4c80b5bbe4

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 6a690029a9d4ab4440e8737de89ae9f974f1f4f41082363f9052b6bcc04e9a83
MD5 ead116b6213daf775c9ee111c23ce8cd
BLAKE2b-256 cb138edaa85bb9347e4b30086b26f3ae78c881e64945fac4b601abe93027faeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56322511183c841f9009cdd42f09e3d9bf0c2d0dc9a5cc839e396225af63fe18
MD5 94a631efc3a51afce22db3af61b87794
BLAKE2b-256 e1d38afac2f677c5f71d4ce012ed62f4a48e08aea155d495e4c5a769e24390b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dccdf095f3c99a7c55f23c644ec85501514abb55f9835b57ef810d65e4bce243
MD5 fb002582bf6ab843e47ed2310a3ce877
BLAKE2b-256 12124e97aee3b01362872b5826610e048b9ef3dbcc32aa96a25944d52012b9c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fc09d3f8cd7f80eef3090c2e2e972e9f4eb5d89b82c0c85a032f365558a6f58b
MD5 55fa6d2538d7d95dfedb4c05f8dc8fb9
BLAKE2b-256 f665414ccc69fdd054352a2b0f5bcb5b1681822967dd3d01bf700a5460aab0dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp311-cp311-win_amd64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0d83077ad836453b9f8fa2e2159557098699ed2c5c41f1be84748b2ccada0d91
MD5 347c9540df7cad04b329d7ae9ad05971
BLAKE2b-256 607419afc12785f6edb2f9a42871a2dafe2dfa6fc6e82caba3537da63e699e59

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp311-cp311-win32.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 238f09f7e856d55a13a2973a006984f9f1885e03f9ba2d504f7543444106b599
MD5 3d6d4d4fb5b05754f5b78c5c360675f4
BLAKE2b-256 1d0895439e33b8cb7b4403ce0697fdcf925ad158fdc6b825c29a88e3c629a18a

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0fda8421f5e08f717646fe4e27f3dae09638d85257324643342c42780c85149d
MD5 7662e98a0b2e2d9bd561510b55ee5958
BLAKE2b-256 70feb7135a30c7e84d0e9b8c433d2900c01898e37cd5d1d29de7821218c0a6c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a144e00a7f50e75f04a10a3ba57d7ff2d9fe0e22a9d4f61c15380a4f1f843004
MD5 6a1c22fd647b4dcffe68d923e60a506e
BLAKE2b-256 9a4b3b3a719319d9a188538969704a6ff0825cbe767e0cf98e33ef29b9649bc3

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 abbbbe1310ad9cc89c3c06f89a9d35ac54f8c6559a2c40376548a22932401c71
MD5 e13d00625d548520430a8a6376e1da1d
BLAKE2b-256 78f37693ecb31dc80a50f34801d032db3d350b66985dd893dc0fcc639979ce54

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7c500dd22f69eeea9c691b63f25505875c4fae74f89d775c87a67af0dd80d2fc
MD5 ed6cd3e7e27ab872c0769318e1c30066
BLAKE2b-256 697919369b81f69660c2f23702ed24a8adf9259db8a76d684542f092688a07d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ef5d1920b2fc52408edf25e8aede88cecd636860794838b4042ebd8aa595f206
MD5 6e91cd90646df33eac49a73242e6cade
BLAKE2b-256 9b5c187114977c227db26999268404dc1a5467ca86aadb0eb60a110cf9cb8dc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c42e1701fa72039fedaa49649a295be4c622053df86ce2c0e9671a99ed10930
MD5 228f140cae1d51cf339572beab7eb01d
BLAKE2b-256 66319f8ddae95ce449e2258c5f01a6059b7fc274c879d4793cedd31949265195

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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

File details

Details for the file convertertools-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for convertertools-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cb6881bb503f9b42b7846ce3b90e55596e5452f70faa8fd35aeb3dd9fe49bc61
MD5 86ee7363924c3c7a8d730b5d78fa24d0
BLAKE2b-256 e0a71f07b82a9f7c0778679a1f44b63cb93f54a7b5024a7253d3f6ee3d79f836

See more details on using hashes here.

Provenance

The following attestation bundles were made for convertertools-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: ci.yml on Bluetooth-Devices/convertertools

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