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.7.1.tar.gz (20.7 kB view details)

Uploaded Source

Built Distributions

cwtch-0.7.1-cp312-cp312-win_amd64.whl (21.8 kB view details)

Uploaded CPython 3.12 Windows x86-64

cwtch-0.7.1-cp312-cp312-win32.whl (21.8 kB view details)

Uploaded CPython 3.12 Windows x86

cwtch-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

cwtch-0.7.1-cp312-cp312-musllinux_1_2_s390x.whl (2.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ s390x

cwtch-0.7.1-cp312-cp312-musllinux_1_2_ppc64le.whl (2.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

cwtch-0.7.1-cp312-cp312-musllinux_1_2_i686.whl (2.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

cwtch-0.7.1-cp312-cp312-musllinux_1_2_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

cwtch-0.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

cwtch-0.7.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

cwtch-0.7.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

cwtch-0.7.1-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (2.5 MB view details)

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

cwtch-0.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

cwtch-0.7.1-cp312-cp312-macosx_11_0_arm64.whl (368.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

cwtch-0.7.1-cp312-cp312-macosx_10_13_x86_64.whl (399.5 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

cwtch-0.7.1-cp311-cp311-win_amd64.whl (21.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

cwtch-0.7.1-cp311-cp311-win32.whl (21.8 kB view details)

Uploaded CPython 3.11 Windows x86

cwtch-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

cwtch-0.7.1-cp311-cp311-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

cwtch-0.7.1-cp311-cp311-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

cwtch-0.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

cwtch-0.7.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

cwtch-0.7.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

cwtch-0.7.1-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (1.2 MB view details)

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

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

cwtch-0.7.1-cp311-cp311-macosx_11_0_arm64.whl (198.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

cwtch-0.7.1-cp311-cp311-macosx_10_9_x86_64.whl (211.8 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: cwtch-0.7.1.tar.gz
  • Upload date:
  • Size: 20.7 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.7.1.tar.gz
Algorithm Hash digest
SHA256 f5b936c2d5c380fbf87d1105447b4c2d67e3a91d0237c37f5d293e58a5ad8362
MD5 688c05f29525a70ae001333c4135e0f7
BLAKE2b-256 4494b21663cb4b3e26230f3e89db1d9adbf4c736a308f8a42bc50f9d1bde8a18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.7.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 21.8 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.7.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 028b30c878c9c815eb53bea078487aad67a4f21de57553d2c22c5a41921f236a
MD5 a07747cd1cf7b158753f21e60e420f85
BLAKE2b-256 16af904939f5dc08fca56953b0bb6d5088367c9c9a16b9a8cc4d39d0b5d34b89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.7.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 21.8 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.7.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ff45a80967311f1fe836dccf47475d5cd2a0d309919b2c0c14ea7f99fcc23f3c
MD5 686f9293905872c963a88094a15c951c
BLAKE2b-256 b5ea04d829952d1c94bf060315ca0200499d52c22879cddec5548ff7dfb24436

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cd13ab3865c4380431da728af8aaedfdfa85c559de534e72c7e3202850349361
MD5 2f7d37e967294c45f2c2073cc4f673f7
BLAKE2b-256 48e75bb97a5edcfda7822f16b684956aa618ea37e5fa133a79ba5c422935858e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 c8917de68139502ed4448d1e2a38aea1807a5404683b099384c9ce91ae0facfa
MD5 aeed9ca3c11f6e0768e6ec4420314fc7
BLAKE2b-256 db50f4df9aa20bc458292c5915f5e0f14f523ee4da73f738e84ee7b3290e74c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 e7d09f6e94c506ef32e483f83e82a238bef84f60b4131512f12383d0bebe3849
MD5 c0d7bafe177f9092568ee4b0e556c52f
BLAKE2b-256 63de12cd00b1d198dae397810b8a86d47659c159e3a4c6ba7c5b40af5ee4568a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.7.1-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 2.5 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.7.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1522d1b6c167cc7a700ecc2ca68922f583d8dd7cb0ba352cb449b88f8248615f
MD5 9280c74cfad30e7e2b23a06f8372d32e
BLAKE2b-256 12b415c0cfd2a8ae13540a7fed4ac234b212cbe2b0e49ebbd2844a64170dec1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9046d14e72b01ef3cbf72547c65cb568e7fe84ed7560ca0efaae22c71cc7827c
MD5 85cb30672e90c7aae8e8bd18e2cee696
BLAKE2b-256 04468a8f760f6ce5a69fd5ee87a9db261193d014b5c5404e16500b5cd43e6771

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6cb8e55069484a020aa6afd277c4ecc07e822bf644718836f482acb129f1da74
MD5 1ab4b36ea18186cdf6a689ff52a8d76b
BLAKE2b-256 0173fbb08d6fa7c68f03870efc2adf9371e439199909f0656430966f553ccc1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9e1035e397074af50d1af30ebe62d01ac0c99a8cb5d383000f0e4f74357c7626
MD5 8955adaafbbd63e9e58f8e4a6ac18764
BLAKE2b-256 ce5deccf8d47181d9dad1edfcaf06d8a99d3d47a5b3d33099d21bede76e40bf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e72ea2cde1cd2fa92c1d76be3d888243cd71836a0a8a8302093c37b02d84680c
MD5 b08ebd355626d11027c6150d12e221c8
BLAKE2b-256 e8f6cda5f7aab6600bf522a9d3218e3ea7295d4bdb46b331a629b78a48e32cdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 88da536b956cb51e99f9754220db6156279e31b5d01213ccf4c46198b4f99b25
MD5 951126e04f2a190bef8d065d6aa5938e
BLAKE2b-256 b77a1a644b50f47c55b8942d5bfeeea71c11b821551468d447a2fe755a91683b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5acbfa9210586d4a365d46e30871170c1191048d9ea252fbf74611a710dcfadd
MD5 9e7d88da2d5fe1066e0be54a4ceb706f
BLAKE2b-256 ca7bd5a6ccc4ada3cd23d35d41cea27f27d8f262aeccb4839440f6d9715dd6b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b908d7f03c7a0f64f0fe4f0c5f387b5c97dd9f358e009c6a30ae31ec20dfd4d6
MD5 40880a7b686ecd78d1b74677f2b3cde1
BLAKE2b-256 f302d0c68fc6aebaec75b29a3bda9d080856cd33353e16bff6f36e58a1a75b2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b749fabb3e4799507e5e57d3c816ab598aac9ac45a27dc468712e5ca9354cda1
MD5 88bb041d3c828fe3dce49347d5852005
BLAKE2b-256 0149c8772f9411f75302212c004f13c6a97462d9b186d95ab732bed419c503e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.7.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 21.8 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.7.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 347a6177590e8a1099ec5260eca9c30820a5b6a60709161774c7920fe310bf75
MD5 68294fe1b95f2f06b9423fef722b46b6
BLAKE2b-256 7bad275d3f607b0d2c5d104595336f1772300623f5994891f95fdc47add44f86

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.7.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 21.8 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.7.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2136880a9d803ac4baf64623b506e739f0a3fd54c9bfcd732d904321d1501968
MD5 245c2a1f36dfeb23e9d01f040713a4ef
BLAKE2b-256 911a7b40120432061755933c72760617cf0769d8e0224f2964e06dbe47e8de80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77965ac6e3a592ad56617c44e18440d4a11a44aa8f5daee201e9b2491a5d3c3a
MD5 95dd4ac4e725c829f113aee62c1f09ca
BLAKE2b-256 2c4effcd638d2bd3b1a2eba41aa4932f4622d91f09544fc2e72add3be3e3a366

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 615d31e7ece4d376209c9f0a828aaba88f8f9b8c39230c87404ab70b10f65d52
MD5 9ec6431e7231184b09764ba69f78504a
BLAKE2b-256 d1fbc8c8258e8ac3b333706fe2ef4f780710389b0eeea5ecc4b5302a4fe2d4d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 928ba36b9cc016f41a01d8463a9cce2d7a984e24065956fe529d533036b7adc5
MD5 a0a9247799b3aaf8d79355e486fd4d95
BLAKE2b-256 e5658139ecfecc288e6db0ee4a8af4fc3ec0136e67adabef93059db8dc400a5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.7.1-cp311-cp311-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.2 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.7.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bf15f07bef4cd5c4290c0178000d3eff8a324217a4f0fff813cf84d4d0d33e51
MD5 2ede21d9f69dc7333860f4d5eb9f3de2
BLAKE2b-256 04880014a3aeecabe74764f2d22297f861e58f4a0e2ce9cfda27b39d408cb541

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e01a07068745c10faa501cdae35e24541291b6e550163a946ab5ffc406bf3c14
MD5 c9d6be51ca91fa20467efa7829a760fc
BLAKE2b-256 eca0ac5c4a55dd998938f6d3429aff2061d8a70b62598fcd77d6c51c0adffe68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f15be825ab5c5c79303e0f4b47212077c93799ad0abca4b5b092a3f44cef1b86
MD5 75996528739fd65a29c4798eeca4bb01
BLAKE2b-256 eefbc7d9003c410b6d7eafbff411ab1db1736bc3230805560d2428b7648632ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 30b46283ed2a0103365717af57196fc1a91240d3aa9d6980b4282cbfb017cb50
MD5 47533e4bd012e2856bea4c203a213dc5
BLAKE2b-256 894a090ec482c82efba943a03238c9396c37eb0ff7f7ffe64c1ae4240fbd7489

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 397eda2562b0413949d71797f0d3c41a1b7939286806637512ff11166e0c706b
MD5 c892a5ab47f9076c84804b97e41e4eb2
BLAKE2b-256 048cd79fd784ce42fce5586513daff2a08788197f9a032f82784f8712f9c1fee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 172b390808af0da3f49963895d6b559e8a9dc492aea03a8dc66db67a0b3c50c3
MD5 044b5052e348928423772889d7b47e45
BLAKE2b-256 363c8c2a5bcbbc553b9d7a4436f307f36b7ec98f644b1901da61422659bbeec8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8bb032f73163b2f5bbeb349143eb92ce8aeaf1ba19f2db5f3501f7efe01324ad
MD5 5527d65c80c04bb729fdb4d9267e0119
BLAKE2b-256 f643d75c1238086ba4a08fd077fc95691f8328cdf23f89c79e7059f79e9fdf41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c064936055b980ecc53cc160b4a0ebb4cb83bad60099cc82afa6870cee4eda56
MD5 95c24b990c41837a02911a1f2b868084
BLAKE2b-256 7d58918c27e8ada2da7c5d5ea14180fc9f84b190d00fb74b519354c8d4de1a0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 613456f75a3e26ca917f1f2a3e90ffa0799a1b7a6f7c2b73b8a8db65608d0312
MD5 077505c68890deb24df8883c36ce40f3
BLAKE2b-256 77cd0238d747f2abe655a42cbe158a572b617ed03a96ddbe05d8af21f4b054bd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page