Skip to main content

fast, full-featured kyototycoon client

Project description

Fast bindings to kyototycoon.

  • Full-featured implementation of protocol.
  • Simple APIs.
  • Thread-safe and greenlet-safe.
  • Additional serializers implemented as a C extension.

View the documentation for more info.

installing

$ pip install ukt

usage

>>> from ukt import KyotoTycoon
>>> client = KyotoTycoon()
>>> client.set('k1', 'v1')
1
>>> client.get('k1')
'v1'
>>> client.remove('k1')
1

>>> client.set_bulk({'k1': 'v1', 'k2': 'v2', 'k3': 'v3'})
3
>>> client.get_bulk(['k1', 'xx, 'k3'])
{'k1': 'v1', 'k3': 'v3'}
>>> client.remove_bulk(['k1', 'xx', 'k3'])
2

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

ukt-0.4.8.tar.gz (75.7 kB view details)

Uploaded Source

Built Distributions

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

ukt-0.4.8-cp314-cp314t-win_amd64.whl (164.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

ukt-0.4.8-cp314-cp314t-win32.whl (162.5 kB view details)

Uploaded CPython 3.14tWindows x86

ukt-0.4.8-cp314-cp314t-musllinux_1_2_x86_64.whl (392.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

ukt-0.4.8-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (394.1 kB view details)

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

ukt-0.4.8-cp314-cp314t-macosx_11_0_arm64.whl (166.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

ukt-0.4.8-cp314-cp314-win_amd64.whl (162.5 kB view details)

Uploaded CPython 3.14Windows x86-64

ukt-0.4.8-cp314-cp314-win32.whl (160.0 kB view details)

Uploaded CPython 3.14Windows x86

ukt-0.4.8-cp314-cp314-musllinux_1_2_x86_64.whl (328.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

ukt-0.4.8-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (329.6 kB view details)

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

ukt-0.4.8-cp314-cp314-macosx_11_0_arm64.whl (163.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

ukt-0.4.8-cp313-cp313-win_amd64.whl (160.7 kB view details)

Uploaded CPython 3.13Windows x86-64

ukt-0.4.8-cp313-cp313-win32.whl (158.3 kB view details)

Uploaded CPython 3.13Windows x86

ukt-0.4.8-cp313-cp313-musllinux_1_2_x86_64.whl (327.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

ukt-0.4.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (329.1 kB view details)

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

ukt-0.4.8-cp313-cp313-macosx_11_0_arm64.whl (162.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

ukt-0.4.8-cp312-cp312-win_amd64.whl (160.9 kB view details)

Uploaded CPython 3.12Windows x86-64

ukt-0.4.8-cp312-cp312-win32.whl (158.4 kB view details)

Uploaded CPython 3.12Windows x86

ukt-0.4.8-cp312-cp312-musllinux_1_2_x86_64.whl (332.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

ukt-0.4.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (335.7 kB view details)

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

ukt-0.4.8-cp312-cp312-macosx_11_0_arm64.whl (162.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

ukt-0.4.8-cp311-cp311-win_amd64.whl (160.5 kB view details)

Uploaded CPython 3.11Windows x86-64

ukt-0.4.8-cp311-cp311-win32.whl (157.9 kB view details)

Uploaded CPython 3.11Windows x86

ukt-0.4.8-cp311-cp311-musllinux_1_2_x86_64.whl (319.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

ukt-0.4.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (320.1 kB view details)

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

ukt-0.4.8-cp311-cp311-macosx_11_0_arm64.whl (161.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

ukt-0.4.8-cp310-cp310-win_amd64.whl (160.4 kB view details)

Uploaded CPython 3.10Windows x86-64

ukt-0.4.8-cp310-cp310-win32.whl (157.9 kB view details)

Uploaded CPython 3.10Windows x86

ukt-0.4.8-cp310-cp310-musllinux_1_2_x86_64.whl (311.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

ukt-0.4.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (312.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

ukt-0.4.8-cp310-cp310-macosx_11_0_arm64.whl (162.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

ukt-0.4.8-cp39-cp39-win_amd64.whl (160.5 kB view details)

Uploaded CPython 3.9Windows x86-64

ukt-0.4.8-cp39-cp39-win32.whl (158.0 kB view details)

Uploaded CPython 3.9Windows x86

ukt-0.4.8-cp39-cp39-musllinux_1_2_x86_64.whl (310.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

ukt-0.4.8-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (311.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

ukt-0.4.8-cp39-cp39-macosx_11_0_arm64.whl (162.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file ukt-0.4.8.tar.gz.

File metadata

  • Download URL: ukt-0.4.8.tar.gz
  • Upload date:
  • Size: 75.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8.tar.gz
Algorithm Hash digest
SHA256 a982b6d72e0cc3b6088ce4f9d7633f5cea749766ce640ab71262eef16862aa35
MD5 6b060ad97f9435b8ada3a51722dadc8b
BLAKE2b-256 669f66ac7361eff6ece12cebccb703e00d31bc871e01e45f50cbcbf4684faca6

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 164.9 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 177a1e45fcdc7be34909b2b7481acd71b005ee1e33f5f371da637a1b33e62208
MD5 8ef1cf218b4854f46cfb7aa8c8fa1962
BLAKE2b-256 a278f09f334c7dcfafe8b074791c3acc55b3a37b714233e61cf28cfdf654f3c3

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp314-cp314t-win32.whl.

File metadata

  • Download URL: ukt-0.4.8-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 162.5 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 fc071a471334bf6724bfed867193f66fb7f68252f77942759bd33701a9f542f9
MD5 3cc640ef076ee1ca6845e4e9366a00b1
BLAKE2b-256 16f979ff6991ed4c36320036d942dc9d16d017da12716656bb7787ab3aea9b2a

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for ukt-0.4.8-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f16dc3ea3b868c5bbb855b7ed1a84911dea6e97f4e1f3fb7fd6d137538d56eb7
MD5 3ff343516dbf697b5a9ec448b00c642d
BLAKE2b-256 018f61be3e4b2f24bb0c3d4655a7497945f54229f18f748ef3c7f2665f155142

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ukt-0.4.8-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c255815d3e0f7869136f9bc9c960b4cc629fdb29b0f9f6a34831dfec6a4570a4
MD5 0015be646e8feb7e300928465d7ee305
BLAKE2b-256 64a79ef1f9a42f3cb5bf45fcbf163a886472a98354e8e716ae79ca2e63286a90

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp314-cp314t-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 166.9 kB
  • Tags: CPython 3.14t, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd87510cd3110d831eafa75b28701a8762efac36264fe50c748d5ef75f93dce2
MD5 f8098bd79066b86dac85f48d2e137a58
BLAKE2b-256 2a5287459cd1b208331f1f404505fc261cc7a005763f9562488ea94109d4925a

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 162.5 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6b9fb870c5546976b7f1bea122a52680dea6c6bec24b56648cba42a9f72d3439
MD5 dac45c10784b693fdda724d4908a4a6d
BLAKE2b-256 0929364c4754fd80a2bd467260595322e2964ec853af88f67772a04273b598e0

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp314-cp314-win32.whl.

File metadata

  • Download URL: ukt-0.4.8-cp314-cp314-win32.whl
  • Upload date:
  • Size: 160.0 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 fe11880bec4c18fd01a29b74b33f4862c8b20db0bc57ef29ce29136fbbe6084d
MD5 99ba517e8b88aa1441350f060ff7df66
BLAKE2b-256 112d9bbeefdeb5b5f7bfc5d6e064a783fb6497daf05bf99d966a4b222a5663ca

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp314-cp314-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 328.1 kB
  • Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88773f536e58daa993a7cef7199f86e1909da3302bbd6004e9bb1417196b0033
MD5 cf116a615087df1c071ddefbfac04a97
BLAKE2b-256 1e984eabe9e68e293a8de52f06dce38ecd3d563e367a77099bfab5a96300b376

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ukt-0.4.8-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18c45ee20aa65fcec0d4c51f78a564cac18d1cd4be52fd28d9b6c874387a0ada
MD5 3ab1ce09063579f2e3e94400eec2ea82
BLAKE2b-256 7c023fee209dfd34d5f29836e938d8c0eda44028d93bfaf6da7b7a3fd872f6d8

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 163.8 kB
  • Tags: CPython 3.14, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2cb5842c935990e07cdd2ebd7c7af3e48fc2fd16f9cc6b6d9b768b9ff40ef8d5
MD5 8240fe78d6e3dba0cdeaa639837a512d
BLAKE2b-256 3c80939e80d708fb67e0663834ff2990fb37fca587f49f89510bbf186d2da1ec

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 160.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 edb1f032f024126d51e14c8b4760ee2418014fdb7b3e361500b268ebcfcf898f
MD5 84984342971ea77a68fc09a8f84d4569
BLAKE2b-256 44d2c0784902ff2a74ae00bae6753776d9257cddab19caca6636c34cd784f781

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp313-cp313-win32.whl.

File metadata

  • Download URL: ukt-0.4.8-cp313-cp313-win32.whl
  • Upload date:
  • Size: 158.3 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0a9a5044d3a52df280fd71ebc4fa9ed2281b00bb369febc768ac49f8ddd7e430
MD5 9db15585aa91f947ba255495433eb19d
BLAKE2b-256 efd21e53f9539cf06e487294bbc5758a01e1337564a7b129f49e1f5859355e6d

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp313-cp313-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 327.9 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 98539dea9fba45142a29ce183c0f2ecf773e919176a1fc8f0f11f1d3f82ec7bf
MD5 c73f0d8a2c8a2045e958e3fd6c72356b
BLAKE2b-256 2ce3c4a319d08da77e97231e68a0c6d01aad4f23b7f128a4e78174b6a7c3622a

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ukt-0.4.8-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d739b54088df81e54a2dc7a1c061c2a2baf472c1613ca4b91a78607d9299196f
MD5 fcae7b9578c516dfd31f6ad5387b0195
BLAKE2b-256 c2ee726db0c72d06164e2a2a5328cee132ef81b093a1889c366e8e62aa11df79

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 162.3 kB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 deec78540e3bbb35fbf962448ad77fc54531ccf25be1971e98bf1838fa0bf63d
MD5 9eff44e3b26ff539faa7b2a76f5b15cc
BLAKE2b-256 3b8a0895c47d51fd0fe4236751a22b8e2839382d482ccc152c29e550c0979134

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 160.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6cf605cea2616336a0c4d66a499425cceaff14d6fa725a35e403755f3e446d03
MD5 dac61300615dd5290986e40b955fd28d
BLAKE2b-256 2350eea1573df8781d3a98fe5102a714083d92faee5ff29d0545a6d494cc74e6

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp312-cp312-win32.whl.

File metadata

  • Download URL: ukt-0.4.8-cp312-cp312-win32.whl
  • Upload date:
  • Size: 158.4 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2f888b33786c1f565c91f93c30ea05d251249bce8158403c5ab894de8c678496
MD5 5f767b426859660ccb2a46b680115356
BLAKE2b-256 e57b88fb1c361d6c63a8ce9d29ea4707575154251823cfdf32e520eddf9fd8d0

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 332.9 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1ac538add79ff840f2efa3899558724708bd32fad6b6fe8eceaa1f5b57da9895
MD5 a79fe8b7eefac7adfb5ca9ea818081b4
BLAKE2b-256 9c9a806c2bffc5d2115c5df2fc000a77ef628123722cf2621d375ba16a20e549

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ukt-0.4.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0db8bc321399721c60b0fb7e73ecbebc32f1cbe512a9a28d5a166188f2f81e7c
MD5 b64458241b58aef257f625bd0cae4da1
BLAKE2b-256 1c1769613d0d8fa51ac684f8079f2ecbdfc841fecd67ead3406083abc0a5ec37

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 162.4 kB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cdb92908c32db88f87fb3cbafd6c066ca5c817abea411e834ba28376e778214f
MD5 eac746cada24f1b0f0320a684c1c63d1
BLAKE2b-256 fd6704488a1dcb703ac006fc9d7de5641a68f653e81b402e7123bc4e3f045447

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 160.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ce221f26f9cf24746a704e1a115fc9981daad9a4bc05a30649b2c3f19782937a
MD5 3213ca74db2a5d8ac59ec46f996b8536
BLAKE2b-256 4c27f4388201822dd7203ad67cf793f661615def352a0eec3b0520c5ca302c00

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp311-cp311-win32.whl.

File metadata

  • Download URL: ukt-0.4.8-cp311-cp311-win32.whl
  • Upload date:
  • Size: 157.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3b6c598d2c4932b8d9d58c961b862552171b6798bb1ec859cda6c338301a5ccc
MD5 73711c2efc2a39bb59d724013ef7c39e
BLAKE2b-256 25df24086f5d579837f0a06686700c390b37a615e43aa8726db658651ad5c9b2

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp311-cp311-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 319.2 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2bc7541a9c7ccb7c3e9122859d8cf3c3c6da19b8c029b1057b620a5351bafee1
MD5 5e03beb02534381a8c960fbd441e2b7c
BLAKE2b-256 c64938ba74bea155bcda58a59ae713b004cef3af0398121eabbf3f5a0c74bcaf

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ukt-0.4.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 21a73f9ed230ea6d5e85e3e66a8333782331693bcfe08d2b9a7273673ace2a56
MD5 135157ca03f67d932450e93531f1fcd9
BLAKE2b-256 ec1d3fc78fcf2b8dc195703719107eecc8687ce61234b6091c20e045666a9403

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 161.9 kB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56eb90ca694e8d6a2427deb04e4f6d22213ca9fe8209a18c99ef651508493aed
MD5 62000dcb95675303564f4dc6d8e908ef
BLAKE2b-256 522958ae17d1a8550c72914cbc6026374e693e64cb2e7f68d060b8af406d92ea

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 160.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 15d0b1ccc36e38205b447253edcf77a8a25b9cd4b16c08eb03ee0488256e8e50
MD5 ec20cc46c6920efc57bf009365a50b86
BLAKE2b-256 129963af3428f249e8cbad21e6b06940ef30d4e2b1086753cfe2f0b43351d560

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp310-cp310-win32.whl.

File metadata

  • Download URL: ukt-0.4.8-cp310-cp310-win32.whl
  • Upload date:
  • Size: 157.9 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1b73eb9c974122beb8a6ae3561bc802f98d2e7d801180c4cc477f53d00acb3f8
MD5 5082e95208563ed18c56484efa74d2c6
BLAKE2b-256 b57876ba97df796ce971469e87487f3c757318ebd3f236945f78051b6cf13ab8

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp310-cp310-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 311.4 kB
  • Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e98a03880f9557a71d7bd531d0a840e627ff1612aa4af2efefbdc693bcd5643
MD5 a816bf56c5666bef2a2adde8661ff70c
BLAKE2b-256 6f6da1fc37aa6db901266f9dbcec753444344f1a699c6f176c2fac3953345c94

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ukt-0.4.8-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d4d2198e91ac38a0e0b099a70aa47fe747b687e2ba0f6bf8cbabeb9a5f1a8bea
MD5 2cbbfd5ce51371e00887340335f0bcda
BLAKE2b-256 8a0c2752a06d50301d3f3faaee0ecea3131953c7049ec622143e240d33cf48fa

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 162.0 kB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1acac2200b1f0114829eaa1535c99e57ea4c4daa0abc45533b3a6f25a80b7aaa
MD5 5f7e06fbbe650918eeb4e45fed36052a
BLAKE2b-256 b28e42e15c5b762559bf4d1aaf8a3c4f62bb27d5fb61504eed5836ed3c637a98

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 160.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 90d13b70461f0b0690bbeebd87aeb6ccde8c38b1be89bcc66a30bb85bcc16ba9
MD5 8be8c87f43ad2acc9e8fe2ccb9f8a29e
BLAKE2b-256 24f860080b8dfee7df99440a9027e755a6dc9e4e8829f9c7ca07014751333014

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp39-cp39-win32.whl.

File metadata

  • Download URL: ukt-0.4.8-cp39-cp39-win32.whl
  • Upload date:
  • Size: 158.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e3572c8803f70a0886ad0242c69aca63c0889532bba66861f2ea97dfec0819bd
MD5 342cd5a2cd5c2490a3dd6a824375d85f
BLAKE2b-256 27e4b0618dcc185e5d721d17ea85c36e24f327c37f0a122bdccbb1181f3697ee

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp39-cp39-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 310.5 kB
  • Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3a113a44c9a4a2909ee360aa410200bc2790d35f9419d24f481ffb647fb5a6ac
MD5 c5fd73edb760d7576e37521b0fe945f8
BLAKE2b-256 e3686925af08497d31550ae1685852fa074889720146bb2042874e89b9c36062

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for ukt-0.4.8-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8bd27e9ccbacb9334a2993f245ac59dac039002bf75ae2a6f843a5df2cc04695
MD5 633a34cd62e93dae5237b333e57af26c
BLAKE2b-256 81be32a0354973ffb4c9ddb17be2b599251fd225b33cdaa092d3eeffae87be2d

See more details on using hashes here.

File details

Details for the file ukt-0.4.8-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: ukt-0.4.8-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 162.2 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ukt-0.4.8-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 72ac55847ff75f1ef9bc6207b2189cc4859ed38fecceb60141aba8b66c7acb8a
MD5 0cbf53a12ca605fcd7442043b74f5db3
BLAKE2b-256 13e6aabbd31da01b66f6caa31bfd5b1b2c0e3a1a4acdafbbca9a2c6936771455

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