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

Uploaded Source

Built Distributions

cwtch-0.9.2-cp312-cp312-win_amd64.whl (22.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

cwtch-0.9.2-cp312-cp312-win32.whl (22.5 kB view details)

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

cwtch-0.9.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

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

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

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

cwtch-0.9.2-cp312-cp312-macosx_11_0_arm64.whl (407.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

cwtch-0.9.2-cp312-cp312-macosx_10_13_x86_64.whl (444.9 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

cwtch-0.9.2-cp311-cp311-win_amd64.whl (22.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

cwtch-0.9.2-cp311-cp311-win32.whl (22.5 kB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

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

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

cwtch-0.9.2-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.9.2-cp311-cp311-macosx_11_0_arm64.whl (218.0 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

cwtch-0.9.2-cp311-cp311-macosx_10_9_x86_64.whl (236.1 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: cwtch-0.9.2.tar.gz
  • Upload date:
  • Size: 21.4 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.9.2.tar.gz
Algorithm Hash digest
SHA256 6f24b2cb90daca308d337c508fa0a7db3d739bea2e103ef802b8f7c893a7c63c
MD5 f241565213566b5d4885f16e8fc87c73
BLAKE2b-256 be7b317e52ca2b21ec72fbf72931d35ab659bba391f4bf5c48c47fb8a6e47fd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.9.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 22.5 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.9.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aefb8631d05006b50c96e2245949b3fb1969c393cb9fd0aaab491200f5f32379
MD5 6aa03f62e5e51a3c1238784b28e95068
BLAKE2b-256 c4f8b6c410a7670e10f9a85690bea1cc87cbe578aa9b8d21cf35bf6b720ae307

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.9.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 22.5 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.9.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e9208a7e64098a59ba0fbd150578483177690580a1affe5646243b5cb2ea1ea5
MD5 202833f39c26ae5ce6c840499bd23ba7
BLAKE2b-256 586b3e8064cb94294892af0830a58a12def073a3d708bc3706d9a7d54a72dea6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a08961307dfe9cd58d5330b42744dd22a5eb128c5386fdde3c7be89157b8f3ac
MD5 93fcb5f8664ef066c1b697a8c54f5ad8
BLAKE2b-256 b200c310fff9fb275d9ed73b71e5801e89bdb6ecb607200118fa5e995829c9cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 7f685d15aa6fd569824891919ffaeab5bf04777f5eacf22cf0480f66640504c7
MD5 7e5ebae4a0423dfebd5f2644f8b4a9e6
BLAKE2b-256 607da14e093eddb191a8b4be65995065d39b94b2b3889776a50dba19aa2ef628

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 eb75e8194e98796f532bd48cf5d3ccd00b85387c42206a59804ba2d6eef10516
MD5 20fe0dc1bf15c25cf88eb56f5698ad5c
BLAKE2b-256 60a880d8c5ce3a8159efdc02d0bbfd39ab2feb93008c9678e6e2a65b3a8f69d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.9.2-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.9.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e87f5d18be6c73791e8eb9058e0c577536c1ed7f6a9d05f948b3a286ef6cd09a
MD5 2f442d4bbea6d64331ccdf5642042f01
BLAKE2b-256 292e2b0abff48ce18050ac63336bed6086dedad8857ef8d9b55023d8a5549fcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 79aeadbcfd57073315921f758ab76804e1d3970c5998ed77b290a855478af8ba
MD5 7614453a32a86e9b32c65598f5f00c9a
BLAKE2b-256 2232f1f020892de974e55f50cd9f85513fcaee82cb4b9c8b68e6057d155d5b03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a15b55eee922fe75724ef0fde3900bf334c4d7cf215b0e53954f8d49d7a4ab5
MD5 3b907b52615a94ead15b4a468df0c60b
BLAKE2b-256 31a11d1de82ce600276970332ada82c5eb29fc47a950dcbac338310853be05f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e59a4fedac0213ca296cd7865477c2d32a9bbfb705b4cc47cfbe52bd389866d5
MD5 f2a895c1eca0ef4f8e170580cac2522e
BLAKE2b-256 f1466730f9d4ea687568b79044048989c6dd4c4d7655422bf48b8eb49b339d94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dcd927e9b91c286b0f7976fc0a57830ac741e3e22d4969d25e7ab15647f6b2cc
MD5 94bdf523069e7e949d219aed8d7f59c4
BLAKE2b-256 6ba3e674b7fd79c556ed374a32bcbc52e6b57f88ebaa57c0d838da4ace7866f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d382c08459d128b3c3a9562c78a38f475e7e5bb5c7ae07abc21641bcfdd36722
MD5 53b51d6396a9306b25baa7e501cc8670
BLAKE2b-256 241f8487069518c56550b763a08067e8ef2d399aa8d9e17e5972495399b7b4dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 142928fda4bc1401371ff042f72751465ff0a5b2ef9f4304a851016738324885
MD5 407fd86d675bcbe9fafa48f497198319
BLAKE2b-256 46d757552598dd3be2b104b8023c547bc964196fdf90e309b8a431e9412db5fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f59c65ecfbada6b49fc80715fb33ce3948b75b9bc90e2d31e771bd1450772a4
MD5 2d97efcdbcd62af496da28f0f03b9898
BLAKE2b-256 2c60af3e62f98bf6da0c5bb77c354ee572daf43865d4756ae2dc4d954238fdfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ed7025c04d10e9c13169b28150505f9d89545d3d1f72d286e64498e7e06f8d22
MD5 677fe935728f4aa847a43fa093903b2c
BLAKE2b-256 a5847426cd3b9fdcdbe88e06d17b736dd0fc87360112f7f841497cf2e5f7a45b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.9.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 22.5 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.9.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d867f29802de60e6dc1d87e8180f38bc56be9f8107139c4ecf855e317600f7a3
MD5 b9c658e037de42bf3a1d3369d677efc7
BLAKE2b-256 0d0a0141a1e9699c2284823ca780272aeb79be423b550c9f31c316d7e08cbe78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.9.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 22.5 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.9.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8c3d0ed630f354ba0aaec88aa15c916700da77b221bd377312f2aebd0363a6fd
MD5 bf99e9a525a5db32cc25fd2b44144786
BLAKE2b-256 00823bb3f34636de3d519aef9ba756f28955f23fca58095408aba1e7fc63b284

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67ab7301d726fae33dffc76d70420dd62c1def795d3b2884b4745c305367b7d8
MD5 2bc0c06f33a7b95570fb155db8b38acb
BLAKE2b-256 3e5d57f8c96d1f4c74247a6fa251c3959d26917e39211e427c09671b608a46f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 b8833aa591cd0c53855249b88511df3899872c47eaa603c3c4850fcaf895dc5b
MD5 426a370fed6923cc8f93733aefa10061
BLAKE2b-256 5be6fee59726515bd3c3b8a48b5faf78f6fd17f3a39efdd0f36375681e41f128

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 7d538bcb0ff6ff65b48644996c85d3ff96d44c4705f075ffc42a40fde1701dd9
MD5 4ff95dbb3f17b9b10bc5cf0555203bdb
BLAKE2b-256 7b84c8d354955f6eccc3c72edbac1072f904b64c729a37a6091c9cdb10b4db4c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.9.2-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.9.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 734962732068c37582522989a0fe68a33cc7d8a1c52f878d7a71aec905af4fb4
MD5 53b4bb2ba381520e7df4d88ea24b61b7
BLAKE2b-256 37909edfee0503b62f95735e643d7951f288aecf0b6e34ebc18ee0fee9f70711

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 21f19d5859503555f49c3acaf4d1d62f8a6bac9a5e1f66b5fb1361641121b85b
MD5 1a0c4a4c60668820a4ae1c5825ef244c
BLAKE2b-256 9595922c4aa490dc9cc5a89768ca0b38cc88c2d52c4d0228012b90b552062c75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea352a12dcd19279c63affc0a8db49b817ace7c5dce286eadab8d4412a026970
MD5 1a6b98ec77f561c9967e454d325ebeec
BLAKE2b-256 0730278196d9709d9fdd590bb631986eeeae80e415594942fa13d42d77dcddb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a91beafe7e874835f3fe54636b231854d982181021ead0bf7270787e915c1c09
MD5 adb7c6ba37d9c7161cccb163b63557c6
BLAKE2b-256 bc5050f816a211419b4381b8ca5b41732cddee2ad42dc955f30088b18ea27d51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ffeca78c1817fc0a5f95ed24340db86cf31272ded58e2b3325502cb0fe60407e
MD5 c677e2ee1d187f071763ef10deecd4b0
BLAKE2b-256 04e1537be0625b7df97ff71f81cccf87d58a14721f3a7a7bdcebd634e8cc10f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 974480bea9d70c14a76d663001e982eda7d554656e3e15b7174d55093f2d6eae
MD5 8b4163c2cb5c974a77134f41ea312a9c
BLAKE2b-256 f72b46a2809d5d0578f4304ab77ec98fd7483d5b1ef825d19aacaf5fc5329814

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 769779696a56f043400f1501302bb8868d4306dfa8f7e90fa0e40b2795332602
MD5 5b3e877c6d350ea78cd82ab5269bbd05
BLAKE2b-256 39cd46021c0fb9aa50a2ce27ab32b68c8b9e33c504131e184661d15f7756eb40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 249ef8fd18fbb0204c84df66b3679d5d14ec0c25a3ae5d0b62946015efd121a8
MD5 77db0cc4424dca543e6ec5e475b4cb8d
BLAKE2b-256 1dcdc2e84dfd54425d643504ce04ca2bb2418b7c22195975042511868f66c89a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9830b135753ba240db6e693b90efc7c77baf8bc58e73a6abe31904ff0064c330
MD5 949a5a7396d657e9771273fdf0ba1e5c
BLAKE2b-256 448ad5faa709f6c92a545726483f41571cc00b41fadb14c20ec1879488f822f6

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