Skip to main content

No project description provided

Project description

cwtch [wip] - Python dataclasses with validation and views.

Documentation

tests coverage License: MIT

In [1]: from cwtch import dataclass, field

In [2]: @dataclass
   ...: class M:
   ...:     i: int
   ...:     s: str = field(validate=False)
   ...: 

In [3]: M(i=1, s='s')
Out[3]: M(i=1, s='s')

In [4]: M(i='i', s='s')
---------------------------------------------------------------------------
ValidationError                           Traceback (most recent call last)
Cell In[4], line 1
----> 1 M(i='i', s='s')

File <string>:32, in __init__(__cwtch_self__, i, s, **__extra_kwds)

ValidationError: 
  Type: --> <class '__main__.M'>
  Path: ['i']
  ValidationError:
    Type: <class 'str'> --> <class 'int'>
    Input: 'i'
    ValueError: invalid literal for int() with base 10: 'i'

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

cwtch-0.13.0.tar.gz (28.3 kB view details)

Uploaded Source

Built Distributions

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

cwtch-0.13.0-cp314-cp314-win_arm64.whl (29.9 kB view details)

Uploaded CPython 3.14Windows ARM64

cwtch-0.13.0-cp314-cp314-win_amd64.whl (29.9 kB view details)

Uploaded CPython 3.14Windows x86-64

cwtch-0.13.0-cp314-cp314-win32.whl (29.9 kB view details)

Uploaded CPython 3.14Windows x86

cwtch-0.13.0-cp314-cp314-musllinux_1_2_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

cwtch-0.13.0-cp314-cp314-musllinux_1_2_s390x.whl (8.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ s390x

cwtch-0.13.0-cp314-cp314-musllinux_1_2_riscv64.whl (7.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ riscv64

cwtch-0.13.0-cp314-cp314-musllinux_1_2_ppc64le.whl (8.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

cwtch-0.13.0-cp314-cp314-musllinux_1_2_armv7l.whl (8.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

cwtch-0.13.0-cp314-cp314-musllinux_1_2_aarch64.whl (8.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

cwtch-0.13.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (7.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

cwtch-0.13.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (9.0 MB view details)

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

cwtch-0.13.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (9.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

cwtch-0.13.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (9.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

cwtch-0.13.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (8.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

cwtch-0.13.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (8.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cwtch-0.13.0-cp314-cp314-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

cwtch-0.13.0-cp314-cp314-macosx_10_15_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

cwtch-0.13.0-cp313-cp313-win_arm64.whl (30.1 kB view details)

Uploaded CPython 3.13Windows ARM64

cwtch-0.13.0-cp313-cp313-win_amd64.whl (30.1 kB view details)

Uploaded CPython 3.13Windows x86-64

cwtch-0.13.0-cp313-cp313-win32.whl (30.1 kB view details)

Uploaded CPython 3.13Windows x86

cwtch-0.13.0-cp313-cp313-musllinux_1_2_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cwtch-0.13.0-cp313-cp313-musllinux_1_2_s390x.whl (6.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

cwtch-0.13.0-cp313-cp313-musllinux_1_2_riscv64.whl (5.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ riscv64

cwtch-0.13.0-cp313-cp313-musllinux_1_2_ppc64le.whl (6.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

cwtch-0.13.0-cp313-cp313-musllinux_1_2_armv7l.whl (6.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

cwtch-0.13.0-cp313-cp313-musllinux_1_2_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

cwtch-0.13.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (5.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

cwtch-0.13.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (6.8 MB view details)

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

cwtch-0.13.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (7.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

cwtch-0.13.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (7.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

cwtch-0.13.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (6.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

cwtch-0.13.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cwtch-0.13.0-cp313-cp313-macosx_11_0_arm64.whl (817.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cwtch-0.13.0-cp313-cp313-macosx_10_13_x86_64.whl (899.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

cwtch-0.13.0-cp312-cp312-win_arm64.whl (30.1 kB view details)

Uploaded CPython 3.12Windows ARM64

cwtch-0.13.0-cp312-cp312-win_amd64.whl (30.1 kB view details)

Uploaded CPython 3.12Windows x86-64

cwtch-0.13.0-cp312-cp312-win32.whl (30.1 kB view details)

Uploaded CPython 3.12Windows x86

cwtch-0.13.0-cp312-cp312-musllinux_1_2_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cwtch-0.13.0-cp312-cp312-musllinux_1_2_s390x.whl (4.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

cwtch-0.13.0-cp312-cp312-musllinux_1_2_riscv64.whl (3.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ riscv64

cwtch-0.13.0-cp312-cp312-musllinux_1_2_ppc64le.whl (4.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

cwtch-0.13.0-cp312-cp312-musllinux_1_2_armv7l.whl (4.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

cwtch-0.13.0-cp312-cp312-musllinux_1_2_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cwtch-0.13.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (3.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

cwtch-0.13.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (4.6 MB view details)

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

cwtch-0.13.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (5.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

cwtch-0.13.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (4.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

cwtch-0.13.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (4.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

cwtch-0.13.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (4.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cwtch-0.13.0-cp312-cp312-macosx_11_0_arm64.whl (562.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cwtch-0.13.0-cp312-cp312-macosx_10_13_x86_64.whl (617.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

cwtch-0.13.0-cp311-cp311-win_arm64.whl (30.1 kB view details)

Uploaded CPython 3.11Windows ARM64

cwtch-0.13.0-cp311-cp311-win_amd64.whl (30.1 kB view details)

Uploaded CPython 3.11Windows x86-64

cwtch-0.13.0-cp311-cp311-win32.whl (30.1 kB view details)

Uploaded CPython 3.11Windows x86

cwtch-0.13.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cwtch-0.13.0-cp311-cp311-musllinux_1_2_s390x.whl (2.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

cwtch-0.13.0-cp311-cp311-musllinux_1_2_riscv64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ riscv64

cwtch-0.13.0-cp311-cp311-musllinux_1_2_ppc64le.whl (2.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

cwtch-0.13.0-cp311-cp311-musllinux_1_2_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

cwtch-0.13.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cwtch-0.13.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.31+ riscv64manylinux: glibc 2.39+ riscv64

cwtch-0.13.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.4 MB view details)

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

cwtch-0.13.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl (2.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390xmanylinux: glibc 2.28+ s390x

cwtch-0.13.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64lemanylinux: glibc 2.28+ ppc64le

cwtch-0.13.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

cwtch-0.13.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cwtch-0.13.0-cp311-cp311-macosx_11_0_arm64.whl (300.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cwtch-0.13.0-cp311-cp311-macosx_10_9_x86_64.whl (331.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

Details for the file cwtch-0.13.0.tar.gz.

File metadata

  • Download URL: cwtch-0.13.0.tar.gz
  • Upload date:
  • Size: 28.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0.tar.gz
Algorithm Hash digest
SHA256 2148e02cd13d8c434f344bf84f2a14c230548d2ac961a4ddfb02963fc3733d15
MD5 1d4ca7948d645d8d93af1630b110e93e
BLAKE2b-256 e0fbb339035a46b998e2b9001f92ce5c59fbf3cfdb99545db66f427e682453b6

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 29.9 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 f2772e10fc624da3f8c588e57fae5d45a938acaeb2996b0ecfba36311eb868d3
MD5 e9e9a663d420a572156156f5b85ce03c
BLAKE2b-256 0dc49d8c9c086aaf2c7f06f62a9b2119ca73b8f88cac97d267a15788e00276df

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 29.9 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 46030b978dcb48aa9a438db8c6baef0d8a21460f55de5f6f88d21ee102db6c6d
MD5 75d533bbb0b40982af253971902a3b31
BLAKE2b-256 b193286f7c6a0293df7120ca5977ca4aaed704fe65bf64f02f434e2392e5945d

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 29.9 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 c136dcdab19da9c964bf6298fa515959640fb62b0fdc573ecd6e3bf053f294b3
MD5 2a087543211fe751ab37a04228ccb8a9
BLAKE2b-256 1bf48c3266eeb27c6d685d79f01427e45d007c220590d005776eaea73f435364

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp314-cp314-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4579a4f9343022a7bb8a0dfc5453bab81ca6de525598836e93652c86ae521aa
MD5 8bc2c56d0b29cabf70383e7773e38dcb
BLAKE2b-256 9ed7c9a284906d18520e114d5aeb2a887fda8a35be9f0491af23ad696b39682b

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp314-cp314-musllinux_1_2_s390x.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp314-cp314-musllinux_1_2_s390x.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp314-cp314-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 9321436697bebf7841651f9e9207b61e7dc069af9896322a8fff6418536540de
MD5 10538228743f2dfdaa4032a89450708b
BLAKE2b-256 9cf3a2c4c12c5273571059884de1c770303539a35d3e2f8ec2de837ddddca000

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp314-cp314-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp314-cp314-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 80e344cc38782455e1d3b17943747fc301c80e573b06964acce4cafa0a471813
MD5 88941383cc2c6a6794d5cadbdacb42b7
BLAKE2b-256 34923692fab466ccd966b95f0f831dd06c51638dd28b9c63771ff3be291add34

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp314-cp314-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 80f957264f0140e24f345a84947c379c953940073711da6987b23f1e49d30967
MD5 9b3e15f09b4e367fb4df09966a974fe3
BLAKE2b-256 57b7e3f9320d25d18bf2fb6978f2faf37a771b1c7aa33a61d912d5bc06f859f6

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp314-cp314-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a198b0a375cbbbe29da3de5a3fd03a344c5539ebe3f0c935f559a4c9612ae505
MD5 39a1dcb1aaef591034d4f6522de4cf40
BLAKE2b-256 3e553c6695283721b6a6eaa1423c5961b5b3269587d8a297bece39de03e3a5c3

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 627fbe7e8b8b6a798b17840c85c9bbe9b16acfc05fcec83d59fe763ce91b2556
MD5 ba4e4cc0415c55d3a6aa886982f6f3f7
BLAKE2b-256 5552b20fd24391f2bca431e1053b7ecad40488028f4bd2e9e8e64388ac737258

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 ddf27b46ca1101aa5d79d0a0ed2e49b87a3791acc23ebda00f1f925fbffa8dd8
MD5 c9e7bd49bea5976eecc09cb655c41b97
BLAKE2b-256 a5a5ab87ae17ea458a7a464a8efee1bc1fab536f552863200999e5d8f1969484

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3b22d850c8ca13d13f5eef53b1a1e1a006ab90516400b0ebac84d93338ae4f3f
MD5 852f2f611aedf31cc744d5d9ef5dc0eb
BLAKE2b-256 baa329d804054d477695c31cd5b1cdbccb92df27cfb430273b67aeff4385f3ad

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 a19f51cea8981862f4b45197577fc02a560c9e89fb3b5bdbfa47b22a863553d7
MD5 a89ac67dbc2460f65570933e1f78ca43
BLAKE2b-256 7569baaa9d9b1f609797bc9c320e2a9174fb12a46c7c99b01faacfbacf4d25dc

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 f62fcd053f06ab9806c82eadf7dfdbe94b62e562f06427e2766c755ee3a103ee
MD5 7b38fcfbcc7a3457771fd0e22f9d38a9
BLAKE2b-256 0a8d9ddb906b2f57d18ea579c8281c2f621db00df49254bfbbdc204e06109b25

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 02e797f70593055e8317a2b539f2da4c6b12333d5b53e1549a5e617c9d79a26c
MD5 114cfd64d569e2d52171f3b0c93a6533
BLAKE2b-256 f11427c513d962720af0dc345b3171c9517a709512c3cd28327e10d5f15f9947

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c0f60df093a40ffa30cd8d79ddbc064d8049451e598f222be50a8272fc444c05
MD5 900ec35627b9f3154b16a796e96b6390
BLAKE2b-256 e80a66c4cfa05dede0475a62a86baaadb6790b416ff776d558cd3a5cdb679d21

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.14, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 065a5d921b0154ee4b3e9784e3c66371892a74503c35626de156a06ac5db918b
MD5 c7a944b5eeee7ab2ce06492f663ece88
BLAKE2b-256 96db982d82da73928f897e19b5c5d7a8f14f51e065b555ef7af74a0cf77fde63

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7bbd1e55c215a3541383fabe2ba8a7e3d3fc9a55e2b56ff0b92a6c2e4359f48b
MD5 649ba55372d55fc319fe9424edba6ce7
BLAKE2b-256 a150e1f4bc43db01078c77df1e09a90669004c857837d2fd627248d025896ea8

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 30.1 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e86935af26420958ebda7c58f097a5ea16bc76c9273c73711a922f5bf81a4ace
MD5 998b79b495ce8be1ea82f28d8ca29128
BLAKE2b-256 444f964e26a9ad0221ad844dfa3ee9b6f854c3ba2db6c56182094eb3d14cc896

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 30.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ccd71a952945a5ff53549e8c83350758f865282d58a3b0a606020164e3388580
MD5 40d0e4c8a9a24aba3b8f57c5d4288263
BLAKE2b-256 e94eaa8eaa397a4a95516603cee7458b4ecc74f0f1264df6015ad252136e0b91

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 30.1 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a31f8c8af160d3ec6df110e66f2cea36f0255e8a813652c5424c9772db39565d
MD5 2cb2b2fe083ce7b3ae06471c053b949c
BLAKE2b-256 25eb213e3cc9d09a44f15c187495193ced958b8771ba991016d6035920420ed2

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp313-cp313-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 caabe5ab6c3f182666e963fd71af3ea82ad4654f8277eaa34ad40150ed207529
MD5 a6e592545aa5928fc2bee4a415407a04
BLAKE2b-256 e3b0fba0632f3a5d6eea3a305e7a66a44141b2c373c05d50eae98836d3cb20b8

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp313-cp313-musllinux_1_2_s390x.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 42c30b9d97dc5225e2e4089d81ae214165299230ac8222748db9385e0525a2c1
MD5 524df4ee778d5e442fa55467d7f3a2bb
BLAKE2b-256 468d08e3f70866d85cde9d711d68aaaba07b4d21f06ab9a36ed6bc4bbc3c28d4

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp313-cp313-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp313-cp313-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 56e7545d9a4a3264a45368cee3d16296e12aade671d82a2a1e6a44a1255d4558
MD5 47225034af9b197b3dcafa1bb95bbe5b
BLAKE2b-256 e130544b971dae8a8569330ae087a370b678900f46a3507b37609a499457759f

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 c53f52e652866489e86cde69850f49e77e32f1d97def88c896c483cfda70d6e0
MD5 73f6b5abce8f463e818c76487c8d655e
BLAKE2b-256 c591677ade4da2de7f3c94669234a4f1df50f9197e7132f2e2f7df029d5e58b7

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp313-cp313-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 6.2 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0a07da55ca1dfc95c41bd8ea2701f9fb0c6cbd9b076a7bf80f24c7dfd7b55f84
MD5 30ffe208fabd7b57b34b4100b0e32ed4
BLAKE2b-256 1cc54591f2d147c1b519d2a29e9b7d0ad1299bcfca210414c98e7e240dfff697

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f4618138e80e5aa53c292521c8e800dc1049dbe03f74ab4e9a96cd030a210765
MD5 4d36dbe7bebff8818c4ce3412c7922e7
BLAKE2b-256 177ed5a6729432c1f44ac87d953de26661c74c2ea2757305a43cd666a52c21d3

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 e8176b9257f8fef84a21347a93d0f3327f095336c539efcbbb0f23c80acdaf5e
MD5 aa41550686fddd66804ea008ca9284f7
BLAKE2b-256 f0d8ca15abf3ece20e1914ee70496758e2bc1424c5910d568438a43273afd3d6

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a9e577c30d9a27f59899ccd21827bd00c9c24811f60c2a935e66c6b611dd4043
MD5 b287a7937da7e3e286de776b4d0294ba
BLAKE2b-256 213ff5b810638e9d55a912895045257741bed48897219901a3217fadb3e21973

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 91efa4f87aee949c726bec39bcc7eb7a71cca70f0bb947399ad3582d00e65463
MD5 7620db71f23996d8d5cd10dd636e1fbb
BLAKE2b-256 01e3e5a0b351179eba76c0c7d66e93dd4e5907561d5d44e484d84ce2d26fac81

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 c3b5935a0817aaa708c12309eb3e0783abd653cd52ceb68acf4e455810089276
MD5 5ea1f6868f7ff40879c181459c2c3a0a
BLAKE2b-256 90927cf6beb2ddb27128fb6a57bcd66c69891255ea315abc942012fedfe38bd6

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 8266d0f42768e7a5ec6e4a2a5799f39a9af6252cc5e747605062726db7aa8df8
MD5 00aa5222819cec77d44c2bbc04ec5cbd
BLAKE2b-256 05bbebaa05a0cb42b2d1ff42dff034cb38804427637ddda449dc2ae9776f2438

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bab93d300dba4cd54dd3adc76c436517e98db7689f6255c4ad37a4b59041a227
MD5 d693468ae5cf205010f4c3724e87f778
BLAKE2b-256 714d11606231ef559d24e3f859931319d653c744362161a21ad2c4bbd2ac6829

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 817.6 kB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aefafac49288c00c255f23a8c7b2aa150aa0d92460d4b46d1872f1daeaec39da
MD5 75795fb1da6bab29e9840a44c51b5e2d
BLAKE2b-256 96c1cd4de46b2678ff9ce6a56d210adf21171ef60ff488bf51cc4d5ff1db748c

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 10c7675f69a20e5f25d695e0e2462d6dcc789c07a3489e3b2e54175fa7088fec
MD5 e5fdfdd4072db88911552b8d45e9932c
BLAKE2b-256 e12231535c8b30f1ed133e6511606f819921948d7e81f64ed7e965cb5876ec97

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 30.1 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 d2e2d013f9c31a332b3d808bcc0ec2946cb8ba81f77bbecb6aa01bd7d9b31316
MD5 96ea1c958584a7a0cd359e642a3a57d0
BLAKE2b-256 a917b110567b1a426084c1a8962fc8ba880f4017127c34e8402eca97bb37c6e8

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 30.1 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ee6afaba3fd79fa33493d0d862f7f5d7fb9d4f5c94bcc6c69a2f960240a0ab01
MD5 628c07a633459654e08bf87342187599
BLAKE2b-256 fbf1c4f234f2ee5c2333903ff3ed0bfe5e5e8685f9200c93b407d8e4b403b0a1

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 30.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e7a44d47d9bc513a2b756fddd9ffc15c157098b9c25a820eac5489b50f2d82b5
MD5 efdfa1e799f1f905b9d7b352c8320291
BLAKE2b-256 37ccc4e5fa507355a7e358637b3f66e98d23d93bff77b265769d8681e2b552d9

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 4.3 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 530158ee3e8eb59e1d33e8abfeadf5f8dd1458529fe16165d6eec6539065ea6c
MD5 58aa9181275b9a991e8192bc4e22578f
BLAKE2b-256 d9c89c672eb12bf879b1d8529a30328283d896d3975202550eec414e753bfa06

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp312-cp312-musllinux_1_2_s390x.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 9a3aa2016694734c4093475570aec7a89d69cb8608dcc4a19476ce409a95dec9
MD5 f877568fd1f611cc155b61d6e8367e8b
BLAKE2b-256 224eed54a6626e3d3b1e3aa0d9c4f95d618f1c767b8078945ebda23abb77ed98

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp312-cp312-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp312-cp312-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 c5ebb2d7052a12d06e2ddc5a11eb3fd457007acc43adfe853ecbf40df9c2bc2b
MD5 d426aafc61af753af0e02cfb1fa5aa64
BLAKE2b-256 9d9ec2b787948cc14ac3c044f67110276849d4c969b971f604eabdd446ab8a85

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 198b3a5728dd2593343b0b64fdc013a58a05906d842af2db79d9c665a9fc8714
MD5 ca2f455c1e56ab4724be304994ca153b
BLAKE2b-256 29738abde45506839d580035b8961a61e2b88aae0592422954a32f0b2b6d74df

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp312-cp312-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 4.2 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7ca20d8c81ee8ec4d5512408174fdc0a3ccb6c2764e4b21f5d1693512ee165db
MD5 52d28bc844c7fde1a03eb811297c77f1
BLAKE2b-256 5267e8055e494a00fa3fcc9f271852d1d3fe173901b80c750bff6ea633366ef4

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0aa5422c7d4f48ed78a434292f3728d128d0305e83af97752e64706345b42867
MD5 320d53ded6d6968491159acadd2a9c4d
BLAKE2b-256 98a7341beef0c562afa9193e3cf2b1e880bcda9afb467766507542a67a70bfde

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 91b3b364bf70394e5383f5cde5f4e4b127fc2bafd333f39a738b7435f8133ee7
MD5 274d5112148f0d6383ec8d7d0a1d61e9
BLAKE2b-256 ee7ac21081745bd00394c7aab2a7d02d55dbf2a3e024f6bf36048ad2fc1a24eb

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 91e6bf195fcc3d5551bb433799f0c33148fb435f965389067f4b241eb12e4732
MD5 a8063c82bbe96306d046aa40777b2e8c
BLAKE2b-256 011099b1a359f8b472777b6ec19bc56202f82053b4c2c17517ed3ac20c39373b

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 f3493fc9a0bdd0cb6b2c21ddd42ca7a94d6a1e84f844c8ddf89371a63152e740
MD5 aa35ea394941df9e218d0fa9cb05f8ac
BLAKE2b-256 c3660f036b2104c45db3a42e2fff45e6ca97b0e9c7182a76d715d8fcdce6e59c

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 81784bf896f1ef253571cb4fc8e4070572f7ef91b8069b4c5454a3432f057fec
MD5 7f1032c662fcd2366ee7f606410b2b65
BLAKE2b-256 df26c2f58eef2309c533572dec35c5ee72224e018e878118074a5b2d0b2ada6c

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 168f22fae105a776d6223cd891454f053565300201ec826e4d52b68c89a95e99
MD5 8b2abc13022cff0d7d7538e5476ee10b
BLAKE2b-256 b8539f761332edc0248b586625512e105e48b52efe469e46ec4d3177b08f0faa

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed614a2a7532fd9742ef34e8d24ee0057dcb001a2350c954a9dd1b6b9ff54a6d
MD5 9e476635216c86ef5094d1025c229a1f
BLAKE2b-256 da879acb4674112286832b9c966d43fdfc9cd27ea481c25643f5907abb7ae8d3

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 562.2 kB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 97a3852ed743dac2b38091a8c56d1c14ece10385073d01a352e635be72e8c8fb
MD5 ec7a0b6080f5c6fc079cff30c03f29d5
BLAKE2b-256 d18b098ffc226fb346f862daa096ec5f77dc1042d1c6d768f61c8f461ff4b8b1

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5f5c50da83e5db4227d22a884eba6fe34f165122654b6aae47c6ce6a2b6076e4
MD5 5ed251a81359a4ad8ea6875d1ec17bf8
BLAKE2b-256 047b171aa214a31a3b42a1c317095bc3a5cbc99e1b288823b493238264a10cda

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 30.1 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 b0da75339f529b91fa769812ee918128e30977c85d9d78dca3dc9c3ca1f9f605
MD5 b765e0ff5d7dfa1f82ee1f52348caa4f
BLAKE2b-256 b9915052233fdd7fe6ce77b872638bca2914b28c5e810c853ad4e65db3b73935

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 30.1 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 13aa4397ea367be8aca4cc94fe15c823a830b2747b89f9340204971273bd9ca5
MD5 213c6b37c2a083ca1aab3661e2f775e0
BLAKE2b-256 35c8659bf938ace48db67088767147045fd0a2da48f7b1980d8158ab2078822e

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 30.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 a0b7a67888e28426fca5c6f9b225ce2d8a9f536d9bba80096996bc879724a3a7
MD5 2dbaa5bb0b48dce95b1eb26457782d77
BLAKE2b-256 a7d82a2b30d662d05082f26b24bfbbd3c3646fd669318bbf0f43b19115b4e3f1

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp311-cp311-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a98502b5257e9df16065564e3e59bd0793fe796c07398f3392c62eb54db7ee52
MD5 1fc3544b6a7e08f8fa71afde5be8ec3d
BLAKE2b-256 293cae44a3f470e56401a9bb7914cf7987c56346a510bafe4129205dc896b6b1

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp311-cp311-musllinux_1_2_s390x.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 201ce1d20a3d9e234ee42982e71d4ce3567a2d7bf51b4d30d762e099c6cafea2
MD5 2dadda33274857a140c9153aaa4a6d70
BLAKE2b-256 e8458ef5b21ee871c88b163a538bf9b34602a6025d1c29fefc3bdd3c9319bd01

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp311-cp311-musllinux_1_2_riscv64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp311-cp311-musllinux_1_2_riscv64.whl
Algorithm Hash digest
SHA256 2d501e3d5f16b8b7d43d362a2b8c17dba089b1cf1a2e576f3559f446a96c5290
MD5 f098342e4c55675d11ac5e177296b74a
BLAKE2b-256 db6e435ca917a441bd3e81c16fe663b1e903742730c4deb1728a73ca46b345e5

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 9b9cc796b61969a09876770fcdc8e66f5319893e8a43d9ad019bc7c8fadf75f7
MD5 35ad4c9a574837e25c15e7b15f0ed213
BLAKE2b-256 51a85ae620b8e16d04cad216157c9b6bbcaa67baa3efb7a447bc8d6d1d8f760a

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp311-cp311-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9a2030b41c77a160d157e38ab52205c0ce628ea119e03656620ff4ddd791b77f
MD5 3bd68ec04ebfa92bd0c53def62279a8d
BLAKE2b-256 b4d323c07d7aa461fe501ffb736c160d656cddfc5899dbb05e48bab39262e004

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 edd8c1ad129709a370a5d881f76187a19b65ef2b7bb8e74f7aa66b702e4e5a5b
MD5 153422e227e0548da2af858172d7ef6f
BLAKE2b-256 cbf56c6b736a4b0a3ef06e2732f29d64fdc4916ce7018e1c220f5bf38ef37154

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl
Algorithm Hash digest
SHA256 b9376df146ee50a9bb934fb29f13f241accbfb1a439cbae8bc914ab90299dabe
MD5 dea4313c96a841de8783579199a4a646
BLAKE2b-256 02c1977c487e5ee1cf79443848e3ed37ba92fc1b225625faaab06a630c5a9397

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4abe6219878c43b876c5e43258b4802c955b987c463e1066672a612c216b08fa
MD5 4760b72bf1ad99fbb31a7548ad74833d
BLAKE2b-256 022759ef02c60b3ab9343abf50f20022b15605c9514404491e9d8ba29acdbaaa

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 e15914a6f6ae25e900fda0e086b8a2f9e4d43a9256c57740b6801e390611aeab
MD5 def1c1e253a4f8da9cf4ee619fbadc85
BLAKE2b-256 5d04b6adfd99e884068359367bc15312a5fe8b6e99f0a3fa0f35b3a7a692ec97

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 cb259dd6a702d1e4b23e69d811644235ae4c9f3e74607c3a5706152331c57117
MD5 aab561c3d43179168632db5cc5bf7250
BLAKE2b-256 42f588871b3aa0f572d0a7c0287558e91b4e4d8a5b29f23f8b9fad7346374590

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 57e731f1030f969f7d8e6bf3186d8af7e849dd337ff5109709309c441a573c20
MD5 29f498f88ee4c4975620cb5ad8ad1485
BLAKE2b-256 271d8db9e7666ab22230a3e480318eed9a2808e53c06c349b54519d968100788

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cwtch-0.13.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5687613947a88d330c8843fa304849ee7817822c536c122eaee6e6eac30965cb
MD5 cf59cb5048fa52a98ff50153433e1a02
BLAKE2b-256 443c547867d624c98af697d0cf14b57d1f924630579c582dead8bba2c2d4d1fc

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 300.3 kB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5ddeda02ed5775adc5869cd84107c14516c58a7f800a56b5e070ced80cbf662e
MD5 9ad97bda4adbbd317dd719273c05e566
BLAKE2b-256 fd77f3c0467e4f52f418900bffe765214b1c5a6b95d470a6debf6a62416cf406

See more details on using hashes here.

File details

Details for the file cwtch-0.13.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: cwtch-0.13.0-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 331.2 kB
  • Tags: CPython 3.11, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.11.9 Darwin/23.5.0

File hashes

Hashes for cwtch-0.13.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 904cfffdd0405610d605f8e8f56f037e259cd0391bc1afdf19d8f5d3fb0781cf
MD5 04230a631d932dcb651ededee2c3144f
BLAKE2b-256 6288cfa2df74a0668211cb36128d3b66c9a2bbfeef79967f03f9969180ce48b2

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