Skip to main content

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

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.3.tar.gz (135.3 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.3-cp315-cp315t-macosx_11_0_arm64.whl (986.2 kB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

kio-0.6.3-cp315-cp315t-macosx_10_12_x86_64.whl (991.3 kB view details)

Uploaded CPython 3.15tmacOS 10.12+ x86-64

kio-0.6.3-cp315-cp315-win_amd64.whl (885.8 kB view details)

Uploaded CPython 3.15Windows x86-64

kio-0.6.3-cp315-cp315-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

kio-0.6.3-cp315-cp315-manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.15manylinux: glibc 2.28+ ARM64

kio-0.6.3-cp315-cp315-macosx_11_0_arm64.whl (988.2 kB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

kio-0.6.3-cp315-cp315-macosx_10_12_x86_64.whl (992.6 kB view details)

Uploaded CPython 3.15macOS 10.12+ x86-64

kio-0.6.3-cp314-cp314-win_amd64.whl (885.6 kB view details)

Uploaded CPython 3.14Windows x86-64

kio-0.6.3-cp314-cp314-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

kio-0.6.3-cp314-cp314-manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

kio-0.6.3-cp314-cp314-macosx_11_0_arm64.whl (988.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

kio-0.6.3-cp314-cp314-macosx_10_12_x86_64.whl (992.2 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

kio-0.6.3-cp313-cp313-win_amd64.whl (883.7 kB view details)

Uploaded CPython 3.13Windows x86-64

kio-0.6.3-cp313-cp313-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

kio-0.6.3-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.3-cp313-cp313-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

kio-0.6.3-cp313-cp313-macosx_11_0_arm64.whl (984.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

kio-0.6.3-cp313-cp313-macosx_10_12_x86_64.whl (990.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

kio-0.6.3-cp312-cp312-win_amd64.whl (884.7 kB view details)

Uploaded CPython 3.12Windows x86-64

kio-0.6.3-cp312-cp312-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

kio-0.6.3-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.3-cp312-cp312-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

kio-0.6.3-cp312-cp312-macosx_11_0_arm64.whl (985.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

kio-0.6.3-cp312-cp312-macosx_10_12_x86_64.whl (990.4 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

kio-0.6.3-cp311-cp311-win_amd64.whl (888.2 kB view details)

Uploaded CPython 3.11Windows x86-64

kio-0.6.3-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

kio-0.6.3-cp311-cp311-manylinux_2_28_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

kio-0.6.3-cp311-cp311-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

kio-0.6.3-cp311-cp311-macosx_11_0_arm64.whl (992.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

kio-0.6.3-cp311-cp311-macosx_10_12_x86_64.whl (990.1 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for kio-0.6.3.tar.gz
Algorithm Hash digest
SHA256 435ed34f3a02279c68c93e01313ef18d7dc5225f4cc4a7ae0b7d9f0f99a4dc0e
MD5 bf50ff970e5e0c8ca185ef09560af638
BLAKE2b-256 6f2385856e1dc13059e9906092781ad90098bcc7a9ab418026b754783f3aac43

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3.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.3-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

  • Download URL: kio-0.6.3-cp315-cp315t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 986.2 kB
  • Tags: CPython 3.15t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kio-0.6.3-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6826a204d82be27fbedb36d3f51c6a1f6e4c9030a4ab952d8cf159d23550c118
MD5 4b897abcb4442ee63e44f3a4ee06095c
BLAKE2b-256 6a0ec266a74eed4b80f61df1774dd37df6d3dd93a3fa0385a3f49afe1a11cfeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-cp315-cp315t-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.3-cp315-cp315t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp315-cp315t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2f3260cdf3390b3c9131b05c132a85a7272a0874b391e798b09f2497fd924a4c
MD5 9794ad8ebe3cf7f30ceb431974a8c4bb
BLAKE2b-256 17d96b78e54b7203d2787bb995920c06a88f92548c78cea3d625355c095e14a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-cp315-cp315t-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.3-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: kio-0.6.3-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 885.8 kB
  • Tags: CPython 3.15, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kio-0.6.3-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 d6380f65e60aaa473ad5773e7107530f6471af53c30752f39ef8117bff3f4e1d
MD5 0e2b30cb48192b734516f88ba1d0739a
BLAKE2b-256 6a853cc0700a2377aaf73d06334c6eb8a7276b5dbb247d02778c5c8c1be40fb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: kio-0.6.3-cp315-cp315-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.15, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kio-0.6.3-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 813d45377ecdd610897e51e44918bfe68156a2cb45e01ce1196a23f973a99555
MD5 c898a0c275586373507a6d65f8fc444e
BLAKE2b-256 0b6f25ca396ba7444239b31cbbe97d81639037944be3e7554f96deb4d7e34c2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 63b0f4695cc84824c35ccd698dda9ae3ad8e11023cf97da541601c8159b9742d
MD5 3a35caf6928ede043b42b39ec5eb2927
BLAKE2b-256 798d45fe112823789798690c306212310130aedc48d990e72ff1f983900d0d48

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp315-cp315-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp315-cp315-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 89d415f02c76a4597ed642dc5a99dd33074565cf3cb5af52f03885c8173da6c7
MD5 d068ae825e69ac4517c3cb0c172d13e2
BLAKE2b-256 c0bea78ea43c1ef2caec0bb870e106b6b4fcefc8b6d759e28e180188f6011217

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp315-cp315-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp315-cp315-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2d0a7dc84c5920c3814f39934502c07fe1816384ca1664060fc0cc2bb7912c89
MD5 4a51acc960135a036981e5ce49adfe81
BLAKE2b-256 6afddb50b4d521882869d12516497fa14c946ed153b7e0dee63b676253faa2c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

  • Download URL: kio-0.6.3-cp315-cp315-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 988.2 kB
  • Tags: CPython 3.15, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kio-0.6.3-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17238ab4f9f93db7cbd2e5041d7fdf1e3a95e43a744a25b6aa9b4753942de255
MD5 85e23a590728f0b819fc52e47152dac5
BLAKE2b-256 e821c5beba5be9e1ff7c9b21f8474f5773e1adc7461a17fd20cc6292cc51982f

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp315-cp315-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp315-cp315-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8813d63bd77e54aad134dc1d711998a07f46d2dd74bba5afc033ce85a2be2703
MD5 0492ecf90e068664d838bc55099871e4
BLAKE2b-256 560e40bdc58bf9b3d6e208f649ba47aa5842e7dafb33baa4d98106e114194630

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: kio-0.6.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 885.6 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kio-0.6.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cfca92841e80bd00f1a627ab42034b3a8c397926c50dfff6b3f5bc70c2ebc2b0
MD5 8242a075bef5433ddd563a783f55042a
BLAKE2b-256 2d245bbae00c6e6fd0fc59e90b5a9326157a070fd4339b94fc174be25356c310

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: kio-0.6.3-cp314-cp314-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kio-0.6.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c49357b3af5388b20a405861db66598d091cb9ab07481adc0d9adc0a9dee97c0
MD5 f89a39b647719b7b6bf690da51f9ce49
BLAKE2b-256 fea437de0eb70ee47c65143d55377b9fff62101d16254ae260fef28944357d6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f1dd59f6fb7958f90571207d459b0320f5cdca14c3fdb83dfd1c42c82f85018b
MD5 8045b4d74f01cb16e9249051ecba1dd6
BLAKE2b-256 5664e7b63a915e5a0da8d2dbaf2a1c77b409da20d85a6b3735311b27a327a18f

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dc2dfaacc66d0a60078e175cf15e4ad1d54ccc9d1b9648fbfbb9aeee12cd9016
MD5 52982dce55e83ddb153f50ae3b59d682
BLAKE2b-256 73040bc857313dc5f9c956b6b95f445cb8ad5d20dab42aac337bb1a144390285

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6e75c05d989b450f8e2f9f49c18093f4636799fdfa20d8ed6aa48b8eef1d9542
MD5 62d5130aeb85ab088f270a1814935b01
BLAKE2b-256 b0a71d10dd262dc61beba541eb0b16d3caec0313d32296dba3869f9df8af5b24

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

  • Download URL: kio-0.6.3-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 988.1 kB
  • Tags: CPython 3.14, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kio-0.6.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70d044f636af2614b42d577e109e3aa941af69f3501abc61d566b13dc057b954
MD5 fc292c0aae8c669052f9f855a2bb1ed5
BLAKE2b-256 37d55903831374d643e0ba04b1f47c90b07b2edd55274f9106ea42aebddbf8a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9e71ce61b29bcd3833b9f2a23bbf89e028bdab8d51a7eb7bd4cd1ae332900ea9
MD5 bafdf103cf00df6ddfab37b9542b57ae
BLAKE2b-256 f567fd7e5f18a3020a3f72921cf5468f6d33746a4ca54c27c9087ef8aba4a17b

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: kio-0.6.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 883.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kio-0.6.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 74488385a08d323a365f4c9dc9b60e11dde3fc7ae33c8e55bdd3bf199a89c593
MD5 ab846850478704622035c3ef7db27afd
BLAKE2b-256 68b5b2a206dcb692d4cb3592e9abb12e0b1f75f3762464a44cb257bc05646ed9

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: kio-0.6.3-cp313-cp313-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kio-0.6.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 041bd99116ca69c4f4232b1d60e3a6bf98818849aa01920fa0aae553ca26669e
MD5 f0c7318faaac39b45c25184f23332df5
BLAKE2b-256 4b23655280887f0d16a851d11301f922d765817194cb03da3df1f0c8569acee6

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c7b832ba208fe488eaacef3bdd2f45178606599358d9140b26795c9cf1bfd95
MD5 eca9df616651502b81e7b83a221ce4ff
BLAKE2b-256 615d5d4178f87021a098e04309bca24c098c71194a368e270671cf4d8763bd88

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6cf512f45ce874d18738f3c80232e277f115a7d28c6b1ef19694c0dc3f613bc5
MD5 176e7f2dae27c33340cc30cead6a5c07
BLAKE2b-256 8dac31ccccc2d0607e7fa146f38f06508184a0d46f91c93b3f77ce465a6eff22

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 318366d7a5689524b0241609ceda5588ef60487c87e2ef82c82bb43600a98027
MD5 7ecd65766e1d433dd13c0bdf1bde4c47
BLAKE2b-256 7c455231abec1640f85a872d63c339727055f697ba6b5ed374da9754305bd3a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: kio-0.6.3-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 984.8 kB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kio-0.6.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 980ae8cb7b8bc45ac7618ad29b24f465f102639a5da0947b0573faae05282673
MD5 5bb16cce4b5c2ca9c0a86d642c81b9a0
BLAKE2b-256 5bbd57213af67cfa87653bedefcb264169b7b2eb648160e24900f5b34674913d

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3daabd3de258795cad41cbbb53d6792f0aaacec47492db16360c4f297b188a56
MD5 134290447c8ae83b36b1ea3a74698e67
BLAKE2b-256 629533864526c4ca281de0e9d6f2eb056a522b7412f39294d78ab937af8413f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: kio-0.6.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 884.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kio-0.6.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ba544b14ab61138ad6548a4eef430e7c1544cfa71a34ab5d3314694999650b0e
MD5 dfc766ab74f7940d4a194131b10b2d00
BLAKE2b-256 87e3d244c8fdf1a500f08efc820428ec2d8aa04f1c5481c6cdc48647a0ca2abf

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: kio-0.6.3-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kio-0.6.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8bee5062bf46cd6c3a737c0ac82b4d5e4160ca23994c563a551792d0e8e97a03
MD5 1e4d11050cf6e1645cd1418ae3110e74
BLAKE2b-256 f405ace69ca8664ab52b18b9001073baa3cebac15aef5b201e41ae04ef55bba0

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 17f1dbf16e39b9715e05d0f76c96879a181783c3c61d090e0bc46f92160b0c5f
MD5 2d7f9069db00487ccb5b8998b8a2553c
BLAKE2b-256 9d899c49649d1ca2c8a8ed3f5d5a7471f684ba4da04da3bc21c72fec203e33bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b32252948558c0ac6fcb8aa7760a752561b37e52c9ef65e082b2155f7e21258b
MD5 3d65d405ce7d5102cf020ba7ab74fb03
BLAKE2b-256 743d71d7ab956c1ae8858088d669eb8c1c0128833f2b6ade063eef49c62ad901

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 df34936bcfd111f7a40d36e9cbc2f2b289a2e16b8f0e2c7bebd42eb2c0712770
MD5 a9e0f12abfaedcd8b60b9ea9fa5352cf
BLAKE2b-256 e7da33e7779420151d076ab010a733280a8c9aeb55426c100ccfda968841c154

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: kio-0.6.3-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 985.5 kB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kio-0.6.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2dfd457858a722e641d943117d4e475c092100ca35861b547875641735851ba
MD5 9c3ed90b7493888e095033ca9221ffa8
BLAKE2b-256 f2ae1ea9efbd5be6e4aea6c48e20268b5ec32194ac5261aabfcf754f9089b990

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 199bacd2212616c189889ceaf1750bc58c7aa1b68b11e958d7372669219adab9
MD5 12a62b569537eb0624e230165f41d0c7
BLAKE2b-256 d80ae751df25657ebb1b090b1c1e739b5404742dcb423e3dee0c7973e7199aa4

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: kio-0.6.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 888.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kio-0.6.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b33bad2bfd3e398f61635dc74b52d44fcf44aa31f4f769fced6df21d28a6e4b3
MD5 f45d6f96302dcfca72a98ebba5aa43a7
BLAKE2b-256 0577a70ffe6be9c86219e494ae5c0296dff80052580ffdfc87c7d099716f47f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: kio-0.6.3-cp311-cp311-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kio-0.6.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9ff74f05b96bc7b812d479705fffcb928edeaf9a0ba1b1bb2d9ed42127942440
MD5 e8a99644fb6a8c2622aab2a5279a3a2c
BLAKE2b-256 71a90b909c5fc187c88d7d2082d6389061619e3f637985992f13f149cb6345e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3d959553908b29fc32bd89e913752b3971a72b555bcb06288d4db33adf62441f
MD5 b106fedebd77b0d227b0839a025e7ce8
BLAKE2b-256 6bedcd318bf0450f43b98c6f4d75f3d263bfe45c26c9c5639b51a64a3c3316e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 91e2d0c53f0c50776d4a13cb6c8896d69528438c1fa6b5a14d5c50c41057160a
MD5 1209f022b6f768cf4186191c7e803290
BLAKE2b-256 1aa8d87149f6ecc51edfc3d796ffbeab730ec62e7a0fac5585ebfdaeffa40b56

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 55b4cdf88aebdf72243f47d744a915c7e7e6792b8a08675c64ca254bb2f136ab
MD5 f28daa51bdb47919a69886047e8dacad
BLAKE2b-256 ac2103bc0f7d0c96cbac67f32e38d273556e882d1a8c2a3685e9c57ba37c6472

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: kio-0.6.3-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 992.4 kB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for kio-0.6.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 542bca611c4c381d724b0e633e3a59b743738aabb560e94a6306495a08713066
MD5 070a762e7b49ce32d5bdc78e5a563b1b
BLAKE2b-256 d21b44d5620be322c24023c5110fd1c5d4f3194bcbde4d769271b0dbf3e36fe3

See more details on using hashes here.

Provenance

The following attestation bundles were made for kio-0.6.3-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.3-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for kio-0.6.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e2ef80b1733b49e030a201df06de22524cb26105144900c7fd12f1cdce44b2c1
MD5 600caadeabf027d13cb1a3099ef10189
BLAKE2b-256 e491959ce869da86646d25059e5f113de7e581fcb53e2044d8c952d4946fa03b

See more details on using hashes here.

Provenance

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

Release history Release notifications | RSS feed

This release

0.6.3 This release

38 files

0.6.2

36 files

0.6.1

36 files

0.5.0

2 files

0.4.0

2 files

0.3.0

2 files

0.2.0

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page