Skip to main content

A Python binding for the iksemel XML/XMPP library.

Project description

pyiks

Copyright (c) 2025 Gurer Ozen

pyiks is a Python binding for the iksemel which is an XML parser library for Jabber/XMPP and general XML processing applications written in Rust. Iksemel aims to be easy to use, fast, and usable in resource-constrained environments.

Features

pyiks only provides the DOM interface of iksemel with this first release.

Usage

Here is a simple example showing parsing and editing:

xml_text = "<doc><a>123</a><b><a>456</a><a>789</a></b></doc>"

doc = pyiks.parse(xml_text)

doc.find_tag("b").first_tag().remove()
doc.find_tag("a").set_attribute("x", "1")

assert str(doc) == '<doc><a x="1">123</a><b><a>789</a></b></doc>'

License

Iksemel is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Iksemel is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with Iksemel. If not, see https://www.gnu.org/licenses/.

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

pyiks-0.4.1.tar.gz (24.8 kB view details)

Uploaded Source

Built Distributions

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

pyiks-0.4.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (488.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pyiks-0.4.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (497.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pyiks-0.4.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (353.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

pyiks-0.4.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (339.1 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

pyiks-0.4.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (488.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

pyiks-0.4.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (496.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

pyiks-0.4.1-cp314-cp314-win_amd64.whl (967.8 kB view details)

Uploaded CPython 3.14Windows x86-64

pyiks-0.4.1-cp314-cp314-win32.whl (735.8 kB view details)

Uploaded CPython 3.14Windows x86

pyiks-0.4.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (353.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

pyiks-0.4.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (338.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

pyiks-0.4.1-cp314-cp314-macosx_11_0_arm64.whl (583.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyiks-0.4.1-cp313-cp313t-musllinux_1_2_x86_64.whl (487.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

pyiks-0.4.1-cp313-cp313t-musllinux_1_2_aarch64.whl (495.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

pyiks-0.4.1-cp313-cp313-win_amd64.whl (967.5 kB view details)

Uploaded CPython 3.13Windows x86-64

pyiks-0.4.1-cp313-cp313-musllinux_1_2_x86_64.whl (487.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pyiks-0.4.1-cp313-cp313-musllinux_1_2_aarch64.whl (495.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pyiks-0.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (353.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pyiks-0.4.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (337.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

pyiks-0.4.1-cp313-cp313-macosx_11_0_arm64.whl (583.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyiks-0.4.1-cp313-cp313-macosx_10_12_x86_64.whl (693.2 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

pyiks-0.4.1-cp312-cp312-win_amd64.whl (967.5 kB view details)

Uploaded CPython 3.12Windows x86-64

pyiks-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl (486.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyiks-0.4.1-cp312-cp312-musllinux_1_2_aarch64.whl (495.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pyiks-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (352.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pyiks-0.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (338.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

pyiks-0.4.1-cp312-cp312-macosx_11_0_arm64.whl (583.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyiks-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl (692.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

pyiks-0.4.1-cp311-cp311-win_amd64.whl (967.6 kB view details)

Uploaded CPython 3.11Windows x86-64

pyiks-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl (487.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyiks-0.4.1-cp311-cp311-musllinux_1_2_aarch64.whl (496.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pyiks-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (353.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pyiks-0.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (339.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

pyiks-0.4.1-cp311-cp311-macosx_11_0_arm64.whl (587.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyiks-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl (696.8 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

pyiks-0.4.1-cp310-cp310-win_amd64.whl (967.8 kB view details)

Uploaded CPython 3.10Windows x86-64

pyiks-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl (487.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyiks-0.4.1-cp310-cp310-musllinux_1_2_aarch64.whl (496.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pyiks-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (353.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pyiks-0.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (339.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

File details

Details for the file pyiks-0.4.1.tar.gz.

File metadata

  • Download URL: pyiks-0.4.1.tar.gz
  • Upload date:
  • Size: 24.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for pyiks-0.4.1.tar.gz
Algorithm Hash digest
SHA256 cc987ad6a14d152180ad3e6fbefdcf63583089eaf0ce1bfda2e602a708b52bf7
MD5 0f9287df19f39764760e170fce5ebf09
BLAKE2b-256 68f1156ee8a335c3407513439a71e49540bf1c3429db983b536d4abcd2315c90

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 474cf3110dc03c2662296fd9e0269ed3c78c400cf6fef792643574405f9f3449
MD5 092bd3504b43301f4f25b7bdf36f74eb
BLAKE2b-256 e9cb9ab27e269dd9c397bd1fcf072a75f7f3e907a8b4918a422e053091bc0476

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0a1b7475599f27b5a867e4f6312e5c790d47001c6167bb64b81c4eddf15fda0d
MD5 ce07ae32e6aa90e5e4f716530d95731d
BLAKE2b-256 dd0379285d1ca73b075d9713bd2e745bbcff1a5ef8d90d745e222c3b6cb23c55

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d30e123be6887eb86b59a73d93e2df11de389adc8416ab4bcafa2d7bd539525a
MD5 a50982d88f18aa5fb6dd5da814153d0f
BLAKE2b-256 91f78d77539b89b26d443d38fce82a0bd79d0b3792d5f31e491271c3c888df19

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c931497ce6cb94844afdfa795b21776f6a0c59bc0e5a0c0cee21991e50c3252c
MD5 2f2ead0142277e7049b4e9fe5d8e3da8
BLAKE2b-256 274e9760cd97fb73254dedbaddffa2ecb4c6421a99f2c1eca01720f03bfd8986

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42085016ed0396302b5d9bb92d5614016a29a760822f27a01b1682a2a11aa130
MD5 ca304bbe7ac4134f3598690390ffd92b
BLAKE2b-256 781d1b92f7285ea7d3f25eddd8163b8886a2cd3d445e8d358fea3617480a6891

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 40d2c2b2103802241ac79fa29e35b3bd76fa768eca28d5c4301e227eddbbc233
MD5 fad695aef2ce944cdef072c76819eeda
BLAKE2b-256 296e62666ba62894158c0428de1263ff01d8ab8162a549e68cdd3269102c5a0f

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyiks-0.4.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 967.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for pyiks-0.4.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7ff5fb4c9b62849c3e47c0220f384beaf870be6f59c0a62e2150086bc75524b1
MD5 7abc1fea5a0bde7e774639d90c90da24
BLAKE2b-256 47e18ce23b3ca483a5ff5cffbb6144d2c3a701ab7df14d8b77f9d457d4f90c85

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: pyiks-0.4.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 735.8 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for pyiks-0.4.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 090e8fdcbafc6ddff7b6bb84a7a05852f629bf0cd337f97be6a4cc915abe4c56
MD5 9c03ab1428bd5c9bc12b92f6d0b4eed7
BLAKE2b-256 6194b6202e93f5a9fb8d758325de31981c1d0ecf3678f8176cdee0f366e94bd8

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2781adff6c0cb0bbc8e77a77f54fca04bbbdef8f9777840894e9473d4bd2e4f9
MD5 0f7e7baac7dac1a270aae69b9358b4da
BLAKE2b-256 bcc444fec17c1ee74c92931ed4ffe37ea37250bc94bee0d7ed28bcbce9fe3481

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 497496b519f996169eab58a2cc3a74b509c15a67c9b8cd15772acc50fa857fe8
MD5 ec609fbeef76e0074630be51290cff79
BLAKE2b-256 e21cc8308a9b91636b1debd82d77df9fcd445021cfc190ec4e3f65b03c8b1847

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ef010ab60f5141b0d98469f04f584897c7fbb65e449ab6a8d11d137884a5287
MD5 b8406667dd70937fecc4ce96400362e1
BLAKE2b-256 0547f9264581b2b255d43e214013d154efbcce91c0708c7b1a7e793c92898622

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51ecae321a91dedd137b5550091abad35c689da7dcae815bdb7ae1d2bfa9b4a6
MD5 af77bc4d799420f8810687a1c1765811
BLAKE2b-256 6e36e333138be16349aacaff06b63e1a000c54436f9c204e65767bb78df131b2

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dfb5efbfb31ba2ecd1a7434751c62eca14ef6175c7d9f1f4feaa1d22298f48ca
MD5 67fec8ab11f3f1e3c8fe144706c4b56a
BLAKE2b-256 f3b1b11f00fbdc06a0ce0f976adcc5617f2b2ed602ed66bea1a9faa0ea6676b6

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyiks-0.4.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 967.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for pyiks-0.4.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 72a2d8516d340b59644d50270407d35071885d6a58bf39695e393f144ea5731d
MD5 c5ea9d2601e7dd126c3441ae42fc7f64
BLAKE2b-256 df9541f30b6e3bebb6bad61675abb034250261f2d7ce4fc71882db705a3b67bc

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 135af4c5e6f768fec1cfbf007ffc3f9e80dfe7e90e720ce8a2d2c3e03f16934b
MD5 d43c6dcc22674d0b032a38732cf8d0d7
BLAKE2b-256 6d9806c680b6c0b2d4931eb1cca289a463bfbbdc680c500d798e580dad180aa1

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92040f9928fffd0f5b98ef961287852c6394ef240b4fe151dcb14ba9eb0e8e64
MD5 0979b22228e9848af8afba61b241c893
BLAKE2b-256 1799b932650e6aa161af78c9ba14838214438d4015bd8850d79048923324a900

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 20b1f273ef831421c8d72d29a6595be8a3d85bcd8abf02e92b3d62de79b6cb61
MD5 fec7045112baf57f82dcee0cbc0ff46f
BLAKE2b-256 18b62b77aedacaa37fee9b434169adece447e8474c78886b07e31d5f67e76b14

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7e7a87927007dad6f3a2c8c45dd66862da436235a85198b49da51e92bd60671a
MD5 5bcf32ac3870b9e4651e4148441865cd
BLAKE2b-256 90fb1ffbc7b498a1ccbd7092370103b63e1796ec202780055df15d08de69e40c

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b05e993a9621e40acef7bb5e4ba7413f1d5fe2985145e83deedb0403853d238
MD5 8d917d9ea3f6afda6126b4c16fd33052
BLAKE2b-256 8488da67d5afef4bdcf29ed062d4c676caa55e836da90a5392dc25706a69a300

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b273eb8cddc5531a946ec6e746c44e85dfbc7d3d3479198a5880d36753102e48
MD5 78aba5634a2513b17e9bb71e87d60eac
BLAKE2b-256 91be6a3e5759f828623df83c30c2fec020b92639598e71a601bb7419a9dccb59

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyiks-0.4.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 967.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for pyiks-0.4.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6ba6123492ce1525cbfec72b485ee8f2a471d55de6e1db6c5021deb5c6c5dbf1
MD5 3bc36163fe01f48e24125c5f49d2484e
BLAKE2b-256 b7c0e6d9fa52db96d0dfb3e2e58a7ef5f73ac09de97655273580bf23c8528183

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2b17a875d9f80e6f5f451e44f6ac44398982d3073745238c400f0442c92f2ee
MD5 43d6db3fcc2a60857dc74ce1a224e8c3
BLAKE2b-256 7ca9d544c33de6c2f0eea3605fbc77045984fdd3e1b236ddf05c56a3d9a97f5e

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 55028068c0eea51aa81113076ea58b4cb08530c467d88ab3b56c32fc2c1a1b85
MD5 7e8999def33235b617f6f29e93deeeda
BLAKE2b-256 de46d8b35259e24153f3e07c73b026147e81db09f85be90e9699b4867f1cd909

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c09ba545b4fcce44ae9c8623c3eea3a21c16a345cd81028f5ed4e1e65c2f61f6
MD5 fab94fd5391e040652a1cb6c3b5bcec6
BLAKE2b-256 8fae3ee1df0f793b0b80608e23d766f23c278881190696427fd024c73682ea8b

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4237f9f3f677abd3ed0039e5cca7c9d6aeba7631480f99c60a096ef2b14ce6c7
MD5 68dc510118527ac6547466a3373e89e1
BLAKE2b-256 fc60a38bd7f0b0e47c5675da926a933c6d8a73575d0f3af0a7089c12313594af

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe3ff12ceb7a4422f8bdc7fa28ec8a94c5ecdd86e395198f7ada3925770ac0fb
MD5 07ffd6b7b9f504a33a15eab26b131168
BLAKE2b-256 54b487a3c74991eab25443708b507058e268e7e3027e9a2a01e7cbde6884eb8c

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a196123af7f13209bbd55b1493fee250d95e2c41f72c88ce4824aa3e3628b67d
MD5 73fef8238a10b5fb72847cc859d0b541
BLAKE2b-256 52793764b62d9f5cf88b5deb7c4ea71523c21117d2d42a2a47d62c79711cc1af

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyiks-0.4.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 967.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for pyiks-0.4.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6d41b958a59a83f26790d30669877c061b6e82f2687ca50303876fa503a79e0c
MD5 29632cc09fdf983bf23ceccd84cd22be
BLAKE2b-256 5f3df46edaf0fc20a6b584597d282bb39dedb37663c21e957c002d5fe6fc3a18

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a557889bc79dfeb2a320783bd713b6eb72873f640e0afacb74d4db736de6956d
MD5 c68092511eda465e31f3f83299b6ab11
BLAKE2b-256 28f077acff067edec385d96fceb17d5908efaf9306fee677bb7269f2617cfedc

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 115decc3720e35f53cdbb353a0b1c336c7fea142888e5be2dfb897fb8d387424
MD5 981be599d755ea99740452ef3cfdb0e5
BLAKE2b-256 c006ec05429716e2fe9dd881da6907684a198febda463916c31b200e47b7c989

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2dd6ca997f13f67806fafdd8dc092cd822d4892be3ae8f74519381ffca0f2c53
MD5 f3163404678b44a1c18579218c67d356
BLAKE2b-256 8d91ebca26f065ab36d977962efbe8e8b3d26ae0e191316b8fc1c670a670ca34

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 df330e6c1a8a6848bd24b2432c415db30638886d66db869ef00da2cb04e162f5
MD5 ec9d27533c6ad7cae851836482ccc0f8
BLAKE2b-256 01b8ccc9a929f978cfa8e53c1ddbb07dd98c739c470a7835506b7b4cf5dfb3f2

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 312fe3cdc88d5f2a9170a1df00bc839627d4b123be3d030f2030b108afe9d09e
MD5 7ff65534aac87d62d537dd645ebb809c
BLAKE2b-256 ea37349fcef813467541be08fa5d613d302f43764569918c8adad0c04eb7ba0c

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2aa1d9922f9773b9a1ba78be8444aa0981f67dc75b916adf9243b69149b12a42
MD5 c5d669471c781c70d05b59fd3479b69e
BLAKE2b-256 758c3dec225a035ae260923bdea16aa6172ccc62d839bd59e02aac1bbecb88d8

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyiks-0.4.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 967.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for pyiks-0.4.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9332d2f79d20648dfb8a4bf551bb3aa3198e8cd567e1c68053fdda1fb8786f27
MD5 6360ad0ab48db1997a5a4795d0b92bf5
BLAKE2b-256 445f6717961730ea4e4686b92cf29b436bced024871a9a164e2b7837f84c00e5

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8cdb6008e3009894ff7ae3ec8ae0f971d2b4de6158ae6c25cf9776fcfbccd5d4
MD5 2e0073e4012c8d13f4d1fa69b046630f
BLAKE2b-256 c6f860342901195e1e38372c0cf9f147cc6e917df48fc1f725d5edf098c6f277

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 38f6b96a1e7c523bfa539240ce502cdf6cff5e2c412b67b9d2a41d18e59e9e94
MD5 f1a7d788e6a097078cd1927b592e2ebd
BLAKE2b-256 5e23ed786bb1769e390b72cf100c2bc6b9dd3dc156e7ad3a1683e95fcd8ad064

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85ba0d8b89254f0b5f1f4d8eb54e86e66dab8fde45fe6e1d22c266a5b8162bc5
MD5 657aa66dd50c302d6f6b28d480b0f7cf
BLAKE2b-256 60ea38825f0e3c5c1c18ed227128a0d48399d1869848b83e1da6074a1e844a89

See more details on using hashes here.

File details

Details for the file pyiks-0.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pyiks-0.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 17781d363ad53e7a52bbc6a4696cdd81b19477c304bfcb8fc6c3f3e2501891b5
MD5 0f6b6e1a2ee681435011af63d3257084
BLAKE2b-256 152694b1a64b32bd464a37d7855872efe2a5a92744d6055e0620b681b2fa728d

See more details on using hashes here.

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