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 D:
   ...:     i: int
   ...:     s: str = field(validate=False)
   ...: 

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

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

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

ValidationError: type[ <class '__main__.D'> ] path[ 'i' ]
  type[ <class 'int'> ] input_type[ <class 'str'> ] input_value[ 'i' ]
    Error: 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.10.0.tar.gz (22.1 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.10.0-cp312-cp312-win_amd64.whl (23.4 kB view details)

Uploaded CPython 3.12Windows x86-64

cwtch-0.10.0-cp312-cp312-win32.whl (23.4 kB view details)

Uploaded CPython 3.12Windows x86

cwtch-0.10.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cwtch-0.10.0-cp312-cp312-musllinux_1_2_s390x.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

cwtch-0.10.0-cp312-cp312-musllinux_1_2_ppc64le.whl (2.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

cwtch-0.10.0-cp312-cp312-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cwtch-0.10.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cwtch-0.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cwtch-0.10.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

cwtch-0.10.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

cwtch-0.10.0-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (2.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

cwtch-0.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cwtch-0.10.0-cp312-cp312-macosx_11_0_arm64.whl (408.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cwtch-0.10.0-cp312-cp312-macosx_10_13_x86_64.whl (445.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

cwtch-0.10.0-cp311-cp311-win_amd64.whl (23.4 kB view details)

Uploaded CPython 3.11Windows x86-64

cwtch-0.10.0-cp311-cp311-win32.whl (23.4 kB view details)

Uploaded CPython 3.11Windows x86

cwtch-0.10.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cwtch-0.10.0-cp311-cp311-musllinux_1_2_s390x.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

cwtch-0.10.0-cp311-cp311-musllinux_1_2_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

cwtch-0.10.0-cp311-cp311-musllinux_1_2_i686.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

cwtch-0.10.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cwtch-0.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cwtch-0.10.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

cwtch-0.10.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

cwtch-0.10.0-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

cwtch-0.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cwtch-0.10.0-cp311-cp311-macosx_11_0_arm64.whl (218.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cwtch-0.10.0-cp311-cp311-macosx_10_9_x86_64.whl (236.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: cwtch-0.10.0.tar.gz
  • Upload date:
  • Size: 22.1 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.10.0.tar.gz
Algorithm Hash digest
SHA256 797d164c08b8ec425f3f2c0df6d9cfbc58ff221e77a8752ab4b0788f1896ba00
MD5 5e7e52a8d72b7de10d83a34cc4157cdd
BLAKE2b-256 ece62aec83b8d12adcb09db6a68de2d8387f9c0700180ff3dc8c9ec68e6cc90a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 23.4 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.10.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4355fcf945a4a5a29f54e0b7eda0ed89540dc0116426b327939c380aebdd6fd0
MD5 1ea2ca46b2deab7072c6a24423475373
BLAKE2b-256 eea4d23be5825baef23a913d95768876c6f56425225b50d1534e9c2d63d818c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 23.4 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.10.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 938ab4ab919804f86ca93157937238231db5152f42955a05478510a7d3e7b89e
MD5 3d92ace2d2fcc3dda84e4178f835bda6
BLAKE2b-256 09e00c6444c76318782d2031fd1b953a7f6b123c8470083274e5d2e9ae847364

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.0-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 2.8 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.10.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3f85ca078609bcaac92dec8a1ba8a81267a30c9ac4985a217cb831a71597f02
MD5 61829dca45a9f58b02ee0947c380e7d7
BLAKE2b-256 0d8bff814c557adfff89fadc1b8882383c521997fb054bc956f3f0ecb8408467

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.0-cp312-cp312-musllinux_1_2_s390x.whl
  • Upload date:
  • Size: 2.7 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.10.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 e768d46d373b182f3adf4c216f9009a83acddfd2891843ac6c2848eeb626585a
MD5 0aace1c48acae974f66295bbeeb5ff56
BLAKE2b-256 d44a9697ed78c5eee46a0c1044120a8d0d3a54b2b551cd2b682785ab2703cf38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 6d689acd80a2cb7a5e7e85e318008d2b60206e58d961326ff880fbf01c741052
MD5 efc3502cba1e3aa388817eb35222fa1f
BLAKE2b-256 f33aec72a5135331d1eaef5c3b979cbcfa260b9a708b08537a32a34a4afb5e96

See more details on using hashes here.

File details

Details for the file cwtch-0.10.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

  • Download URL: cwtch-0.10.0-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ i686
  • 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.10.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ccc8ae2f6ee0d6199a4f92372b16d0c7163cdb196db4aeabc62dd91cc03f21fb
MD5 f55608210ef8ac255ac16b8b65efe5a8
BLAKE2b-256 9cc049b456a25c890fd01ac21506b846831ac38dcac906fab86544a2a5f0b72a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3178419020f226d9914702b3dfb740d3933d234a0d603e643fce141379094366
MD5 cedb627390c5a9b021f5e9773cffaa63
BLAKE2b-256 111574430eea44abd61dc7f8e5d0d19f97b4712106c6afd514d829070dd1b105

See more details on using hashes here.

File details

Details for the file cwtch-0.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cwtch-0.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f68b4f4604c068a3850d95d437908697f5366db5705b6a1461262a0fba5ef44
MD5 4111384e967b792f581e49c739a9ba47
BLAKE2b-256 29edb8fa02420837d2c7cd0ce24eb70876745da464068778ccc6d0f539634ed8

See more details on using hashes here.

File details

Details for the file cwtch-0.10.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cwtch-0.10.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 070bd3f8818edcb6552ec41b89ba51efe9629b63523f2033145a5ff78b95e165
MD5 3fd73c002bc8f69abaad968753107b4c
BLAKE2b-256 0dd42512a862985f916b3f8846be2e34063e6b44f0fddc011e63a067aaf04825

See more details on using hashes here.

File details

Details for the file cwtch-0.10.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cwtch-0.10.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 818a3ab398c9ae3230e6e691230b009937e8185e0cf5327a93ead38b2febf982
MD5 78443eec57f61ea6232835ce5087b51e
BLAKE2b-256 9d9116bce36bae8d7bac980114d3c20c39db031dee569f92e0c79b835715ddc3

See more details on using hashes here.

File details

Details for the file cwtch-0.10.0-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cwtch-0.10.0-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 38aa5398aefc9a89a081ae08da0396fb4298d1d8b1ef9fb4a487d8b0ba0e33be
MD5 a8748f0e8333de9396ede9e4a68971ed
BLAKE2b-256 7f66eb26358e5ffd59a1c2e35b0059acf6bf875ea12731f600787c8736d1b0d3

See more details on using hashes here.

File details

Details for the file cwtch-0.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cwtch-0.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6cf04cb47c66f2fb148f5b6a2e688889682640a0b1632347ebfd93b4dbb47c2d
MD5 32152baef9804f632e832ad4f196137c
BLAKE2b-256 158310b63a3bd43a760300d5dd356f1e1fbde3a223c947e41ff22eff636c1b70

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.0-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 408.1 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.10.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eaa88c8c16eeae920b598ed38b49c5a1b6a978a34cf1719c295d4b15e2b4c43b
MD5 fd49d9386703f327cea707a2159d0b64
BLAKE2b-256 b5d08172bc3184511e5b436c893c095a83afa550cdf76017743bb2b2a6b5cd27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e88450e1d262954719815058133f47a52675ad5916ea38d8503011b80b09d27b
MD5 06f247fbb14678ebee6a2f18873040a4
BLAKE2b-256 c8d98590dd4b192a68fc8d26d347b3ecfe785c4c6a485f2586dc32a9060909a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 23.4 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.10.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cbb422cbd0e7dede31c6bd9f26f9f014dbda7709f88516ef316947b1d6e57783
MD5 5cf8ed5cce12172631023c07a77ca5ef
BLAKE2b-256 4b03ef6c10c3c4da73c351107448e1d27ff777f49acac43e0f28cb191a06a7c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 23.4 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.10.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 553ccad464e31357252ea88a71fcfc543400b68b8e187f3a68a49afd18bb276f
MD5 8d8130cbaf0de389489f6ef2dec02f9a
BLAKE2b-256 7e38652461ae79a4c52f190339da97cc1fef2898ec508a103901593527ac34aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.0-cp311-cp311-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.4 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.10.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64ada625a1c106b00761d6dc5c8d4763df2f795134ad6ae9caed4e0931ab4afa
MD5 42432010fa9e57d482ba16d567414dd7
BLAKE2b-256 a9f89233a1257aaa1241c1a0dd365521cd092554152540fad98a069a01f1789e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.0-cp311-cp311-musllinux_1_2_s390x.whl
  • Upload date:
  • Size: 1.3 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.10.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 520f583497ecf03797b448775484843a70682a96d81d0b1c0f76cb0d9ac28788
MD5 a3efa35e40d5782c5c18bc267f7f0a4b
BLAKE2b-256 d7d4898e7246f1e6963bda2753909861075f536d1635b5a11de8eca59884f041

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 144ba5e6356a5cdcf8350996d835608de1d07541d2b4cc6da85725c99a2ea935
MD5 51bc8dc4c088dd9a1a6726fdfa0a4f4b
BLAKE2b-256 42c1cd7efce118a3fcf676926b7ca35a2dc334add13392f558d6976cd4f2ea4b

See more details on using hashes here.

File details

Details for the file cwtch-0.10.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

  • Download URL: cwtch-0.10.0-cp311-cp311-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ i686
  • 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.10.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a0ec173f624845800b9fd0647c86d472de1a696909fdeae55dc2013d3db9bbc6
MD5 09e98dafff9da7b551a389dc86b59161
BLAKE2b-256 e41509c3e5fefa6d55d611e4161c535975aa7f2701a0abb88a5166f309ee4a55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 58b6f35ab23a4b464f83d51a7e6da837a5d25fbcbf02f628b8399925d2b5ba23
MD5 d9ef740b264d128ffdedd3cfe855a10f
BLAKE2b-256 d24b6442a2ebcb983cc4c838d3d479df11ad7f492175f14eafd85da9a4adc745

See more details on using hashes here.

File details

Details for the file cwtch-0.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cwtch-0.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0da522481dc0f53cf0231e36567a62d87a64204ba99a929f3f3e1bf7130349ba
MD5 8906086fc13bcb13bcfd0ad411c00a15
BLAKE2b-256 0f55359cb43a25edc4ad005da50bc561354e92b8826da95236e3ebbb282aea27

See more details on using hashes here.

File details

Details for the file cwtch-0.10.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cwtch-0.10.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 732909335452caa773a20f79e8401b2e760d3b29e669d0124ebce34adb13649e
MD5 6bc13a008b16c7bc833d103e47855fa7
BLAKE2b-256 fd9143beb9caa5244e4aeb25c6216561d2539e1fdab853f348e45631d12468b8

See more details on using hashes here.

File details

Details for the file cwtch-0.10.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cwtch-0.10.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ea5321d30bfeadbdc50f262ddce8160218d0c335090a590935a818df51d93bcd
MD5 2c3d37bd253c994a6011dd1767591489
BLAKE2b-256 3933641419f4bde85022371536b3c0d406b3f2da7fcc464add220e11ebf1f1cc

See more details on using hashes here.

File details

Details for the file cwtch-0.10.0-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cwtch-0.10.0-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ef219b0440a303f69355ed106f686c334bc3f4b472e3308698d28c5903fa6a82
MD5 80f251815f1eb0e19c416c001bc8414a
BLAKE2b-256 ff38e4247a651030c6e350c7d643a31a7156237752d0f698f63326a0c287dbed

See more details on using hashes here.

File details

Details for the file cwtch-0.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cwtch-0.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1579605fc81cc7ae65e65315017099391e0b1035983761a59c49071ae5990565
MD5 5b2e5c676c6cd1f623b8984dd8745be5
BLAKE2b-256 d6b55157312a75ee2d6fd230d41d4c53323847a607b9667f56a21ee4c12eee2a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.0-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 218.8 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.10.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41583ed80c846301ec4e2ad4dbfc0062297c30b8bfddd03793b4c616ef5c631b
MD5 d7a5587821b1de9d294dc7d84f1b62d7
BLAKE2b-256 c776ea633ed0ae42cd829b6feb1012fe3a2a76866369851a9df9a7443da15525

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.0-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 236.9 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.10.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 16ca7798c935ab960d2cb8656a12a6b743409ce635c4b32c6def677464d9ea5d
MD5 fc627d616e97d865cf5add886732aeac
BLAKE2b-256 816baaf1b225f1020d0aa2ec23598bd381a9884774e42dc5ac7eca8e458127d8

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