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.2.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.2-cp315-cp315-win_amd64.whl (909.4 kB view details)

Uploaded CPython 3.15Windows x86-64

kio-0.6.2-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.2-cp315-cp315-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

kio-0.6.2-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.2-cp315-cp315-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.15macOS 11.0+ ARM64

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

Uploaded CPython 3.15macOS 10.12+ x86-64

kio-0.6.2-cp314-cp314-win_amd64.whl (908.7 kB view details)

Uploaded CPython 3.14Windows x86-64

kio-0.6.2-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.2-cp314-cp314-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

kio-0.6.2-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.2-cp314-cp314-manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

kio-0.6.2-cp313-cp313-win_amd64.whl (907.6 kB view details)

Uploaded CPython 3.13Windows x86-64

kio-0.6.2-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.2-cp313-cp313-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

kio-0.6.2-cp312-cp312-win_amd64.whl (908.4 kB view details)

Uploaded CPython 3.12Windows x86-64

kio-0.6.2-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.2-cp312-cp312-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

kio-0.6.2-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.2-cp311-cp311-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

kio-0.6.2-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.2-cp311-cp311-manylinux_2_28_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

kio-0.6.2-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.2.tar.gz.

File metadata

  • Download URL: kio-0.6.2.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.2.tar.gz
Algorithm Hash digest
SHA256 06ea77f4fb8853e229ce18624a44a4204e01458cf09de5760a486715a17fba59
MD5 e98c1394619c5fb1d4d46a6b67943e5d
BLAKE2b-256 c816e3562b5609c16b144f60c74a77ca8ad069ee5fff6b322ec403f572c52c52

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: kio-0.6.2-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 909.4 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.2-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 7fb04bae22efb04f365628545658cd2eed6c4abfb3d24e03f2b97d580e7b6dc3
MD5 6b4f64156c654633a85d6ab9d704f5f4
BLAKE2b-256 b13dd09d5d5988994dc5098af942e439f37dedf0d488469517dc257d6f59146a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f2e127b3e8b6ee384020b557ba90957a926e48666d45eee723f29121877310f1
MD5 03ed9bb8df64186392fc4ff889790927
BLAKE2b-256 977dc93293a4cfcb7a65db10c2ba4e1b8a262574e994b37b3f77ca550234b749

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e26b822c77108615d92a507d8784e024b9ed9f684863b6c850ef710c1c9912c0
MD5 3120cab273050ffdc103af474fd60dea
BLAKE2b-256 afd22d4ea46de33281060b2e6ada9a654b27efc33e1d0bd271e8754d04332180

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp315-cp315-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 32eeffe4a55700022ce5e6a891aebf39e359971252c9cf3bd8c268dbd8062e9d
MD5 dcf9eb434b568b8dbf3761207d7a5fd6
BLAKE2b-256 c73f7aab5fb5583d845337095794f4ffd1ad6ab899708c5d648e72e8e94d5f7c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp315-cp315-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 534bae5518baad6cc22c0e42b9d73237055c893a441041c944470d4885bd00a8
MD5 61d626922e7097af0f9722b4257a5ed1
BLAKE2b-256 7d21e89f32999f778af4b544023f6fe19596b7828d675b32f1dd25b91ae6b3fc

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: kio-0.6.2-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.2-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a6092502ddcc2367f218f8da528f7e6c6bed290e54a2f8143c20ef33d112a9a
MD5 b490cb7a7157d38cdc9f9f74e975c4be
BLAKE2b-256 484d29fddb9bad2872bf5a5a3ec36e3753188152ccf709dbd7bf7b462b51be1a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp315-cp315-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f76c1675b7a9070a4b155a22f5618e27e317e6b600e10d0fec6d35897b4b6379
MD5 8201989212d293e7a31c9c26434709aa
BLAKE2b-256 4ced0e370c131c4759d1f2ee4e3b8268de45fdc45826b6d4ec2a0fbb3ae3ac87

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: kio-0.6.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 908.7 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.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 19f99772c37c123b2c01feb8b640d35fc70e4d4ca65a3cfe3c46423a1fbe3e86
MD5 0b603a332e6ebe615d0bbabc78dfce76
BLAKE2b-256 58a5f2311ca905e6c3267645aadf5673c0206f46621e19a912c6eafabb12dd67

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e875237b5bfddd0a814d415697e1416591c7cdcf7a0422b3a823ead32e8b7e4
MD5 f400f177f4c34a8349b460b8f0c912a2
BLAKE2b-256 084d9c91ca11b9aaa112ac327613aaabd6c2b81f42cb9d6e2c551ca58d82cadb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 66f84f559d025262c2002c42521eb0dc36db5ab2d46d21156b9b41f3610da234
MD5 0329ca748cc0de76bdb4e8ce0712fa30
BLAKE2b-256 dc577f97b5a36b8a5a160a8b1d38c91ec41935132edd1132849e5a484666deda

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 831ce05645e6be93bacd097922b5b3961a88a1224586784f90c4e46f4bc7654d
MD5 11bade2d372a1abd5aa214fd34e7b701
BLAKE2b-256 87238879c161d6cdac546a4362bed5e9c2e56686d586cc04aaa23b8bcc62e53d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 41c41da7cb5fc71836449564c8c1509e2a613d54c28752426983fd4acc93dcd0
MD5 75c56bf359bc43aedd1395cc82cdf10c
BLAKE2b-256 6c227831f315053cad0b3ffdfe78bd823aa48e26204ca8f1336265c4616dc0a6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: kio-0.6.2-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.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2cc7dc86cc21c1f34468e70e24810aa7040074d1806a7ef5f78486fba71d84f2
MD5 637a12d76af45b27d5207fa947af126b
BLAKE2b-256 273fa97495fd21e2101311f56acf6cc1fb1cf79ac64e8a0ae44e97f64815016e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 017fc709f82abe192452eb5f5ed1a12cfac02409420d3e02db04271cfcd9a196
MD5 795a95093f9a401f6d1cacd302b3fd81
BLAKE2b-256 2d91a57638b303a623ee437a53057e35cde85565e1d099fcddad3f88d7787232

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: kio-0.6.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 907.6 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.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d4bcc74e4beac593628da559cdcde79326444801591ee50a5c7b1fb44b494451
MD5 73cf2c9c486fc1dddb6652b67b827fdc
BLAKE2b-256 ba7e73312fe3ac32306be09c6dc4d4bf6484872723cfc9dd4e81c46c58cf5bb2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b09ef0c6db8317aa7d60725ff2d953a0d58fd22f1700584bff19420670df83f
MD5 e1fe76bfb901a9825f2f9897e42dd702
BLAKE2b-256 e1f5a094d056391cfd8b2ad739486ccbb08c103084b729137578eba737755ab6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 20c72b886a9e2e072de7155095655b5cbb71d5a465ac35743ff3e87d60174bb4
MD5 31bd302566717c293bb157f69d1fa9fe
BLAKE2b-256 124f4b3169a210d2ff66eccc9b546317e00af216184f694371e41f4ae88af8d4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 55c7ff5180ae0dc0c5b4f269ad8a9a69d12df9662c554bbb59d27236d43eab27
MD5 e73d5610bc66e4aded76f8885b5e1416
BLAKE2b-256 ec26c59a9c517ef90f20b7220c206288a3616c7e08a53f5f811ab8292de7a645

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e134056aa84004e0b20487c19aef39e1db8935cd595971bc16f9b88b41a73aa7
MD5 12e934df35ead3cbed6e09d489b54981
BLAKE2b-256 078e5874e47effd7a2f07e8188b826fffec3c78e77889d535fb6a3c8dbfd09a9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: kio-0.6.2-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.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fcba5b26bc62b3eaabff0ea1edce1ed171b07ea1a8f70cae2b14e541f8451a1a
MD5 1ba58606d2fcda366e9b0903f986b11f
BLAKE2b-256 c2deebb265f0e378e4104d633811dfc7f560def81b199e57d737ba64a2e92c90

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0b5c30a3f778a7ccd654e21773c2d5bbc738c589b46a28e6968a7454bedf9e5d
MD5 092fc2379f75bdcf9d9c4f1aae8d8e41
BLAKE2b-256 d0adc58c9ae9f2d8a220afa0792388124cf361967fd167e2b02a71279df53f33

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: kio-0.6.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 908.4 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.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4abc8141aaf2bf3807490d1467edd557399656a0997cc41e30a14a9e7f80b0a3
MD5 7f2a27fee303d6f0ceab44d0a4e5693d
BLAKE2b-256 d419d345c7a8a84e3ff25665d750a022d607e18725d0afd8f5508ccbe7823bbc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09dc14a459810997c5f7ce6f8710da1aaeafea78a61c097f374bb8bbfeb1b353
MD5 a21c5a8e40363a9ffa91f425b13bc44b
BLAKE2b-256 43a0df156d442e1bd7a81b3874d74902d49d4e52b5459840117e4eb82f558b74

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0f9fcb5441a126a40da2bb7ab1808f9e1446b2d54a081c72167d806506c03479
MD5 c8f6a7b82ba8db36ea225d7638b2814f
BLAKE2b-256 c7d7918f3a1eb008626e074ab67f229acd0ca35c12a88db334465eb86aba5268

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 56d4c8f9178ea86714abbcc51c181ba93bca14e3320b912b53023b0e641cd6e6
MD5 9a54b328ccc8499012212ffd5d5f0796
BLAKE2b-256 506da5bd6a62cab66d84423b90782ac308ae3d4e854878acbc3c68c10fe23864

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9f1e6ccfdd94736321f95cd07147be7d1e2558a8ef7977c1a82ad5cac44078b1
MD5 63b83e13afed7b1ff562d409e5cbfc5c
BLAKE2b-256 f708e2606a765bd77a3822eade0d505d2a44e7e7f44a83fa86daeb0eb5232cae

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: kio-0.6.2-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.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66ce85560f39da5e9706b31f30a32e0c386416e6d4b7b0f64986191654c48025
MD5 708f72fb87c67acdf0d202ea12fd6e88
BLAKE2b-256 730b64ccd244f4c052d1292901d97e4248b0f20fd486b3042fd297c8cd37528f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0688e51fff71413ce08a9e50ad7b894aca3f75fd9e3e5aa50058684bfb41587c
MD5 48ce43584bf177d7d6d2904d65b4a207
BLAKE2b-256 679c9d8799124c3b8f57687bbcfe8d008fe54a95878187287e8854bdd5b762ae

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: kio-0.6.2-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.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 033306b57762d015c67df79bd65b6b116d53a99361cfb4a99689657c9219ba5c
MD5 17ee8cf29d50bb7fe018848643eb955b
BLAKE2b-256 f33e024491618770d127384474973bbfcf8f7a10a4fb3f354952e55a7118e88e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4b24698032367db9c04b18e76fd43a473351236b9dfd0e5bc9d6ee37fcfdc4b
MD5 3a71c5391ad8ea8ecbc2df75082607f0
BLAKE2b-256 eaa734f9445a19ba7ec4053c9b174c34ae72ff0d19b39d593bc9ca1f9a93a957

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 70489530b936ce6161f1e688b15ee08f120b5cf0e4abc5e7d51c61ba33cbd7ac
MD5 522c491d843e3941c896506a5804d1d0
BLAKE2b-256 30d253847a1d5113eca414579c8fe0334e8093487cfc2549c52c65690443ed6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 54f5c05cb752c69568f88fa478b699f760e5e648b8afef21d30e70c8f0604cd9
MD5 6ba2204d9a2ac419b30f693bfb247df8
BLAKE2b-256 cb836f038fdfe0592c39b6c498dd8f2a5a4a3118f0e319d8c6a0f0bea4508ebb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fcf19883c09a630dee4b93ca35938c87b310d9798350bc94d456113526af5ea2
MD5 f47b681522fe76e0e6483f8a19510acb
BLAKE2b-256 0ad4e747db2493d604be6bb26ce17b355352443cfda64bec24abcb6456caa321

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: kio-0.6.2-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.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cfe6e16fb2d9b6629a3ef94bce09ffd68b4c19a6cd880e8af3ac841e81ee4e9
MD5 f4d79688bfda56bd96bb6c6eaa60d950
BLAKE2b-256 db0d9acf15a898ae4f293708bee768d86683591ec35f39b94860c52bf730119e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for kio-0.6.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ce5f6a7c2f6f0f01ab7c0f720922b770e07785a5efe4c4d0378a77ac5e071d06
MD5 2005cd4151e5f9371867198e7c184f85
BLAKE2b-256 2b8952dafb934daba66011cd9c160bff398b6363f4676efa104f9182fcf8c4aa

See more details on using hashes here.

Provenance

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

0.6.3

38 files

This release

0.6.2 This release

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