Skip to main content

Python data types for the Apache Kafka® Protocol.

Project description

kio

CI Build Status Code coverage report
PyPI Package Python versions

Python data types for the Apache Kafka® Protocol.

Checkout the complete documentation →

Features

  • Exposes immutable dataclass entities for all protocol messages, generated from the same source as used internally in Apache Kafka®.
  • Message classes are simple light-weight data containers that do not inherit anything or expose any methods other than a regular dataclass. Encoding and decoding is enabled by making all the necessary details about Kafka encoding introspectable.
  • Widely compatible encoding and decoding of messages through the IO[bytes] interface.
  • Test suite with focus on roundtrip property tests using Hypothesis, including compatibility testing against the internals of upstream Apache Kafka®.

Installation

$ pip install --require-virtualenv kio

Development

Install development requirements.

$ pip install --require-virtualenv -e .[all]

The test suite contains integration tests that expects to be able to connect to an Apache Kafka® instance running on 127.0.0.1:9092. There is a Docker Compose file in container/compose.yml that you can use to conveniently start up an instance.

$ docker compose up -d kafka

Run tests.

$ python3 -X dev -m pytest --cov

Setup pre-commit to run on push.

$ pre-commit install -t pre-push

[!WARNING]
Building the schema will delete the src/kio/schema directory and recreate it again, hence all of the files under this directory will be deleted. Make sure to not put unrelated files there and accidentally wipe out your own work.

Fetch, generate, and format schema.

$ make build-schema

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

kio-0.6.1.tar.gz (133.5 kB view details)

Uploaded Source

Built Distributions

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

kio-0.6.1-cp315-cp315-win_amd64.whl (909.3 kB view details)

Uploaded CPython 3.15Windows x86-64

kio-0.6.1-cp315-cp315-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

kio-0.6.1-cp315-cp315-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

kio-0.6.1-cp315-cp315-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ x86-64

kio-0.6.1-cp315-cp315-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ ARM64

kio-0.6.1-cp315-cp315-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

kio-0.6.1-cp315-cp315-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.15macOS 10.12+ x86-64

kio-0.6.1-cp314-cp314-win_amd64.whl (908.6 kB view details)

Uploaded CPython 3.14Windows x86-64

kio-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

kio-0.6.1-cp314-cp314-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

kio-0.6.1-cp314-cp314-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

kio-0.6.1-cp314-cp314-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

kio-0.6.1-cp314-cp314-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

kio-0.6.1-cp314-cp314-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

kio-0.6.1-cp313-cp313-win_amd64.whl (907.5 kB view details)

Uploaded CPython 3.13Windows x86-64

kio-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

kio-0.6.1-cp313-cp313-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

kio-0.6.1-cp313-cp313-manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

kio-0.6.1-cp313-cp313-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

kio-0.6.1-cp313-cp313-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

kio-0.6.1-cp313-cp313-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

kio-0.6.1-cp312-cp312-win_amd64.whl (908.3 kB view details)

Uploaded CPython 3.12Windows x86-64

kio-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

kio-0.6.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

kio-0.6.1-cp312-cp312-manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

kio-0.6.1-cp312-cp312-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

kio-0.6.1-cp312-cp312-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

kio-0.6.1-cp312-cp312-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

kio-0.6.1-cp311-cp311-win_amd64.whl (912.2 kB view details)

Uploaded CPython 3.11Windows x86-64

kio-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

kio-0.6.1-cp311-cp311-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

kio-0.6.1-cp311-cp311-manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

kio-0.6.1-cp311-cp311-manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

kio-0.6.1-cp311-cp311-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

kio-0.6.1-cp311-cp311-macosx_10_12_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

File details

Details for the file kio-0.6.1.tar.gz.

File metadata

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

File hashes

Hashes for kio-0.6.1.tar.gz
Algorithm Hash digest
SHA256 8cdc0d54d31891fbb47c4d7e650417a38eb385e7c252cce2a6a927351891f8f9
MD5 9fd92cac6d7470f10c74c8624fde84f4
BLAKE2b-256 32ee709a96ea200bf00b9ecf705f484fd6292f5a77ac8c570f338c78012d0d5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1.tar.gz:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: kio-0.6.1-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 909.3 kB
  • Tags: CPython 3.15, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for kio-0.6.1-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 707e466186d2b3ea27403744bdd16f9569f1401dd0944ee1c3d18ad9d90fbc7f
MD5 ee14937b8092c7c43d11d9894d7a4074
BLAKE2b-256 9aea24e51e440774e937645ca941e7818dc5e3cb8b908c7f3de8329dd086f4a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp315-cp315-win_amd64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 04afcc16a4dd02624210c35adfa9e980acb4833a6828f7529e84f312b5cf15c0
MD5 bf9165c128cad36fdb893a6bd2df2445
BLAKE2b-256 645f43182999043fc34b0f76868ae389a2c941743b39a77525f89aad23f2dda8

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp315-cp315-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b852157383d5fe7b7322da586aee0b20ec8c4032603b3b63ba0076661d7c1cdb
MD5 f7b7b612aa55a6228e4b4d24c7a4478e
BLAKE2b-256 2c4030ad55b4e0acf75410d9a1a8faffc4e3545e8f9746b09265cfa2b817d67f

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp315-cp315-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp315-cp315-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp315-cp315-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 349da2718fe6f0a656b665cdd40c57b33b9a318961936f040dfee683f6854e39
MD5 305d4c6ba68ebac861b3296a02a9afe9
BLAKE2b-256 220871c65a80864e9951d0e5006348581cfc4658d4487a13b1c2695dce02349b

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp315-cp315-manylinux_2_28_x86_64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp315-cp315-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp315-cp315-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 606fc8ad0fa2105f82b35cde31a1bca3246e89a8d3cac79069abef3214e84fd0
MD5 913dba89c758d426eed2e83c5922447c
BLAKE2b-256 9d057fe7819bc23b5bc62b7de2b0f2ca23f865addad4d78520fc57bbdbabb9ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp315-cp315-manylinux_2_28_aarch64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

  • Download URL: kio-0.6.1-cp315-cp315-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.15, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for kio-0.6.1-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bad34703ad90dada4f92f8ef87b9b600a29a8a2d52ac0ac974307add982e494b
MD5 d9554203f3c2df32a77cc64de2839fe4
BLAKE2b-256 07209b15d18d418201bdcdf04c4c1bef77027062aa71ee96e1eb87af48ff003d

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp315-cp315-macosx_11_0_arm64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp315-cp315-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp315-cp315-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4b0506a139487627d17f874b01b067c068f24927a71da285598ae581c3e92265
MD5 69a22d1673e48202d12ba4459951f1b9
BLAKE2b-256 c903b7c492bdf3cc2177d1af941c1ab9dae62915c7186735aa213054d51b75cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp315-cp315-macosx_10_12_x86_64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: kio-0.6.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 908.6 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for kio-0.6.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 76a2c35b9286075c6a97b1c2391fd07362e5c14418aeb906838749cf7f17f476
MD5 36dbb170907948a424a0bc27a0a4c95c
BLAKE2b-256 1a1564c611496dae006ab8d5b6d79204ef9cae6b33bfd175b339884203428338

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp314-cp314-win_amd64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dde859fc7c6def818235c2aa3ce30181554e06b84539941f7ca47577cf727831
MD5 2010cbfc90561001ed380ee178774ea1
BLAKE2b-256 d580433dffcc557b7eea281ecf500c2a7bb7c237e4bc22dffa3c549560002e11

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0143d81299cd1ff41a1dfdfba7f690d64273456ebb3b11603e8bb7fc7e00a7b5
MD5 575dca6462e5171bfb6c7bb7dfdae2aa
BLAKE2b-256 e6d580fe208d823882e17b78ff18b58a301b59f3e659df6ca63bf2d71f4a671f

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0004b9f0add83084dc931a9f5eb537c5fd7e15e4d0725bedbe1b3d4b50a98aae
MD5 c2066922c7c20fb43a8af594de101c67
BLAKE2b-256 a73eb3ce9d219cb0c40cb58c36cc23aae67dec190fe555f29ee4df1c30ddc1fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2c5ec06a854dfc56e0137f9392f535935095cddc0da2b7cb07b4f37d22e4e684
MD5 32defddaefcb18d4da9bbb19159942b0
BLAKE2b-256 4509c5dfe36a2f6419f9f502fe5b58f02dccd7fa48994c5e66358a5dc7ec3345

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

  • Download URL: kio-0.6.1-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.14, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for kio-0.6.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 14c6a2a5df7c89a0223b26555ba59e897e9139c9d8711457259efd3ce0664480
MD5 b6c96a3cd8fdc688274345fdf7b6c6c6
BLAKE2b-256 08e668063d18ad666f87cfeffdbee2fcad8e05ef6c6da8b9c4cf8b806f673008

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cd8d63370ffcba22d2e0a75bb3be5956dcaf1b36e528517f1e3384e4995df7f2
MD5 57478239971f3cd2a5fd16d323dd8852
BLAKE2b-256 024f22b8ce27ec6c4425ad471b5e25cfefde182baad5b331158c99ffbee22b33

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: kio-0.6.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 907.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for kio-0.6.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f6ecbdabd22ed99b650c35e061e5010259c09ef0295d1ea38ddec6bf5e4c69c5
MD5 f126f5d8c9bb457243d048f3559c79f1
BLAKE2b-256 3597ed74bf7cde37a117788c0addf5a0e517566f614c7310e0259dc38085c193

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp313-cp313-win_amd64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eadf29ee0a4ddfaad69761d6bb4850fb74814650f6769f2f1de5eeca255c6970
MD5 2e63c19c5d72a9c049bd8a3c8ad2761f
BLAKE2b-256 a2ff0c5b592f134d8e35fb0b8d8341bb77976e87510004c21884babc6513d561

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c8b5c26b72fed992b59d543d573fadd891b70d407784f21c2e7719901f1c8175
MD5 6e491b59272e043d8b779b0f9ead824a
BLAKE2b-256 123039e1bbd0c43ce8da66b4b8db1af54074b69ed4ae59640d72593189f2067f

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 af832f09490f5311d413815c5d6f674da9e2521469f7b2928ceec666b2379732
MD5 fbdcfea91d97fdc620bf1ebfd4affd00
BLAKE2b-256 56e74978e72dedacaca2d5e557f0b602c23ab6778727bf8a4264dcec7ef4d172

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9cb1ec13769aa4c2df3899e1ec670c6afc5aa92338ff35af66f42d377f48cad9
MD5 0cbca86cf7bb3ab4aae998d50d80161e
BLAKE2b-256 c7def9eff209d518e6efc6c165e04c37d814f9ca7b5f0baa85d91a7665c7d2cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: kio-0.6.1-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for kio-0.6.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1b24508358f8a212baf5cd41378be0cde2274b4f984a4ffb0b3953b551a5359
MD5 7a1f4f4879e623bf4d4f3f780dd18758
BLAKE2b-256 26f96652d894bb16041fd6985be50dd33510c132af6b13f765f6ba7dc45b3700

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3b7c0c201b6909ca60f1ca0fbafeaa94b5922ecb40fac47795dc25bc1efa737a
MD5 cdb20feee5aa665e6c6e74aa27579bba
BLAKE2b-256 2b19d3834e0c0eecbc5b7b0ee4ae348ba4293bfc84fc1027a41183705c0ab982

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: kio-0.6.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 908.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for kio-0.6.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4549b9a80ad78c6d1f076bac25781c1034c993f62ce04cc1fa521a8c58c70ee1
MD5 1cdadbcd71efb46035a0234e8bf03c43
BLAKE2b-256 4392276f5dbfe4f08d7aa43b4d0f105aaca957a1d18c2447f30e8e5d08d5c25a

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp312-cp312-win_amd64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 891908785ee6dfc91dbfcf9ef0773da0186eeef4ce1e7be3b14f31e947ac6cac
MD5 48dfead83d41b195343e0664537262b4
BLAKE2b-256 06b917f47c27bc1eb434b2b3d74fccd7ca2017379fc67e79fabbf48cef859f9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 75f4d355cf6b44fa1a8d60f434604712c30de516f8caae63b96d379c2779adf2
MD5 b595529884e3438ed0328dad14f83c7e
BLAKE2b-256 52b4bab75c40d3d925e175e2a6dc5ea2aa210b7054fdde92eb9d382ac4f8d2ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8fe4905bbe94ba824a3f137458d721b5cbdeb773ef6577a73c88e349c79a61cf
MD5 e98d460fef238f47f4c00b46e731e2e4
BLAKE2b-256 7bfc4bf60629dee40e6a1bf318921b87db12f7766b832db713d086b51e98dea5

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ff8d7d8d70626e23736deea3f4c01313c8bec0771dc08dc89a3c3385d73ed463
MD5 361b329f3ce801c0d8f91b9bf4b05bf3
BLAKE2b-256 b17959eb8f8562a8e1ad34fe04e185ded3ff96ab5ba680548aba148ebc622edf

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: kio-0.6.1-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for kio-0.6.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c68a651b8115d69d9227b4bb43e54e811ac32ff5c9dfdf148a8c8036fe579dc
MD5 cbbb31bc1942cb8d88f7d4f800422c1c
BLAKE2b-256 63b2dd77820c052422f691732dc0ffd313b4170899d620571c07829b36fb7672

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 701f3cf41aa495f713b62e80d944592f6d1902b7e8e46c6e2c4f15ac285d70a7
MD5 d38dfd5e8c9c76761c257ee8f2cd1b85
BLAKE2b-256 38cf523d4297d29d8f99442bfc8bb470de8fb5216f28278389968276a57e6b5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: kio-0.6.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 912.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for kio-0.6.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8f10b8b05137cdf1644531e1503c79e2241b2dfff3459d5226fac43e58f5e4cc
MD5 5b78e5160a887e5d38ee12cadce5076b
BLAKE2b-256 d928c5f2b5ffb911c7d81e865021ee8ed27281ab646ec8c6f9c1e13be5eb4075

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp311-cp311-win_amd64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f2aa91d4da96e0ef423e353203159974253119836f55dcfe08a82e76d15b378
MD5 bb859accf3230c2c1e88192b0c6ee409
BLAKE2b-256 77f7868c7f78217119a7ce8661ec4f6d34cc0c870b9c67cf8d34d961cfc7872f

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4ec543c06ef694c5aeea6bf9101344cc2a349ca9a4cc87341eecdc8d05ad4cf4
MD5 621fa745f369d83cf836494fc890f67f
BLAKE2b-256 722c3e74c1aeeec59f579a224a388c35ee502e4942aeb161b26f3bb6383c9122

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 33d4285adfa73837e9af2a695fef7eef7dd6a2737590cdabf199e6b3422fd6ab
MD5 f0a2a6ab9a671ad75b872fd4de214b53
BLAKE2b-256 691697e0695d320b159b454b3aaa06b0eceb9eff3fcddc17d10d1f69ab6bc581

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9ff08cf6af50491851b71b5cf602f6ac42265144e92ac6ec6a65b7d1c96fad21
MD5 e352591628688387837f7030bed2e066
BLAKE2b-256 c4aca9ceeb07c71ec5d60087ef17139e691b3bc843e55e0c5c35b6b868cc496b

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: kio-0.6.1-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for kio-0.6.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dfd793f2166191f4f99748b9fbb5c1c82268ff42002204fb6efa8442bc07ab05
MD5 016f8bc96a44bcbcc0147ed5dd57a1f8
BLAKE2b-256 827197052cd9daad646688f53721aa7e6a89b4c61eebc1dbddafae28a732bf82

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yaml on Aiven-Open/kio

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

File details

Details for the file kio-0.6.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b8881dfd6481b3678e65c7e334fb4f042b5efdde1091a20385a0f7a32606407f
MD5 5c2786ce9cb3cbd5f6f454dc175cf5b8
BLAKE2b-256 2c7c3659ef21fee45dc7cd4cb9bc66ed6073bff90594eae7681feecbaf93747b

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.1-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: release.yaml on Aiven-Open/kio

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