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

Uploaded Source

Built Distributions

cwtch-0.8.0-cp312-cp312-win_amd64.whl (22.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

cwtch-0.8.0-cp312-cp312-win32.whl (22.0 kB view details)

Uploaded CPython 3.12 Windows x86

cwtch-0.8.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

cwtch-0.8.0-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.8.0-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.8.0-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.8.0-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.8.0-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.8.0-cp312-cp312-macosx_11_0_arm64.whl (373.3 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

cwtch-0.8.0-cp312-cp312-macosx_10_13_x86_64.whl (403.7 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

cwtch-0.8.0-cp311-cp311-win_amd64.whl (22.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

cwtch-0.8.0-cp311-cp311-win32.whl (22.0 kB view details)

Uploaded CPython 3.11 Windows x86

cwtch-0.8.0-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.8.0-cp311-cp311-musllinux_1_2_s390x.whl (1.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

cwtch-0.8.0-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.8.0-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.8.0-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.8.0-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.8.0-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.8.0-cp311-cp311-macosx_11_0_arm64.whl (200.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

cwtch-0.8.0-cp311-cp311-macosx_10_9_x86_64.whl (214.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: cwtch-0.8.0.tar.gz
  • Upload date:
  • Size: 20.9 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.8.0.tar.gz
Algorithm Hash digest
SHA256 16262f3cdb9dfa80af0995fbdd7402885441156fa21d5f1cb521a55c987fc281
MD5 811e1b14d71266aa796473918d07af80
BLAKE2b-256 8f0712ad4088e0ebd1259b20bd8bb49f8cce4bc5454959a0c4982841dee65895

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.8.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 22.0 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.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 02097c1e5f5a8c8ec01eba4346a175557c200191a4f3c7166470863bf3552071
MD5 e70a4e9c5d2e9836d347d660c5bf3474
BLAKE2b-256 3db691d005aeab30006cc828085478d7848996bc6f01d925b69b32a5a23ed533

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.8.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 22.0 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.8.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9df84c2e0354802e05303cb86d4cc7dcc888f34cf5387707448f8da94506381c
MD5 b0f7136545f9f766fe0a4b631ca63448
BLAKE2b-256 8ba652531d052019ff5daea45a0af730919eb32660b00cafb481be9315109f64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da3fb7864079cfe6df73a1f7e1ff00fdaece7427043d652ce45006b390705c6b
MD5 33e5266db1fab2395358c70613eaecf3
BLAKE2b-256 01bc829f925e07c9f10b126f66f396305cd3a13f9cbd62be5dbaaf7c5ad1dcb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 b83075181ef41accfcf580db580beb40e9cc7e2cd73642e0a2f4a4971d20c8aa
MD5 1d7f44ee031e1d45216807d4f89c97cd
BLAKE2b-256 f6d581644676d3eb91b46c601d51dffec57d17f318a3f0321e48639de1b8a1a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 1b3f4b49536bb70058b18a0ef52d836710cf9a49e23e4ad234daab517bb42df5
MD5 34ab3a71fed7396203b17ab82c6bc5a2
BLAKE2b-256 dae17a846e6e95b04bd8f26cc841fe7a45a6d67a72d70f2e84f9e82612fcea21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.8.0-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.8.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5ecf3887ab109db6d09295a17651fc953135603f3081f88abaace6e42ccc7c35
MD5 5ea225d2f998b6b241ab07db4683ba3f
BLAKE2b-256 0d3848ebe8da60d29970d61741f0e86bcc63af5fbe15e2b0a43d58237f4b19b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 77a74008129a7aa6221fa08bc0ee353465b89cb643f272708cc502b3da1dfe1c
MD5 6584dff8f9d66f7fc6a5570a0affa091
BLAKE2b-256 2f2bb334118ce8e9300fde44c901129122a237b4ec2e285953cc3bc00d503340

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1385d1876dc4151af279205559d1162dfda6663a68858311a556f3f2621c3d1c
MD5 be87888dfcc2196e7e00d4d09566c7c7
BLAKE2b-256 4a357a0ea02ea4a38fa4192be9ef0d1a185fb6cb33b78db137fa0ccfba4d6e68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9480ec87a8e6f5a88e8d6128bc3f38358e93efb7c6367f3b8624c6144542811b
MD5 29c636b9688fe6d3157368c55acd446c
BLAKE2b-256 de27615681b5db750460d0cb38fa9423e83e8c7068148c38da78152a56184031

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2843bd38c54ebea73a4cc3a1117c18146034a47e6b40512a45fb403464076dc7
MD5 4435ac5e0fa10cb8ad7d803e081be689
BLAKE2b-256 6ad6f53eb90a30c320da2b94c0c89b3c325a0250c8e5b122964bd3528eaff747

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8a9023e316c9966f3018c5d5e2ec1570350d72ab0b928ba9f97847a961b4983e
MD5 ac4c7eac1bee6f0f7cc70e7257a4f019
BLAKE2b-256 506dddbac9c122ce62387ae7ac913f22360be95b7df9d2e086d467e0899b976b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2f74eaa543c5196c7c715b020ed3c8334198f8063296d16d353318647bcb89a9
MD5 eca65205bf38c7e9809fc3c356471671
BLAKE2b-256 5f4e2105808f5921dbb80d7abaae8238c98f4fdcf547d73c743a181df26b4c6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8f389352c8a542e6fdc4ebf1a62de44b5489f0b4ec60ad0c14f9ce7c197c005
MD5 fe74e5d1fc2f021839b26a4441211df7
BLAKE2b-256 8f09d900fcf85d072b893e810b08d6f49122e87caf4f30a9c2be843b4dd93327

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d12b222f1b1cc3bdda606dd9ee536ea246e519f6888e5f38fffa0bff161585ce
MD5 3f760b35d67d7499a128c54bcffff65a
BLAKE2b-256 94edd0e3fcbe5e3418eda1389021df7e38cd409e5f79ca1f54d8f839456fa5f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.8.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 22.0 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.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 480773116fc8f40ee8e0d481322f19133fe999f981ddff69588dd003a706a4ef
MD5 626671a871473d5081abc881dc0adb06
BLAKE2b-256 2feeca03aa2501ed1b6ddbcdc24993e82d8c0daf7e3d66293892424118ae9671

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.8.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 22.0 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.8.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 af202a216923614914873be4455a1e40573069435f81d6bdac04ffbe84d3f071
MD5 240ae5a2992b096fb6cc8615d91884ba
BLAKE2b-256 666d4633d9f600851efd796d07eee018c36523d9c0d0904dd06d0595247e3b82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aede1dd7fb470393b707854eb4bf17379fbbc19029c8810eadfe8e9eee05d91b
MD5 627b676714ab14826bbf6c0bcebb64a4
BLAKE2b-256 0a4a83eb18d248bec16221e7ff009e23a1b3705e6a890802797030aa48412818

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 aa38941103465faac001640a39722c573ccb6066ca58e9ac9ee9d709ad6f7ccb
MD5 1f7b844ca88d72232fbeaa8fc232c6a2
BLAKE2b-256 766dca7267b4e5089c860e185854e24d57f133bec48fc0eb6f18f474f0dbec8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2f384f3255b0152e710b90f1427554163598397ac490a77082cc59c7fc333dd3
MD5 8aa904b50f8850a45474fef02146ad85
BLAKE2b-256 512c68141419f19f55b566f8e5a538c01091048124d2f067e3d80bbc42a3fe14

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.8.0-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.8.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 79170c637afec8a0c81dfa553b8822b76592399d5f92f8f0582670c8be44366c
MD5 ad68e24b926f16eeabdce010fb6753fe
BLAKE2b-256 fd5d8693d6abdd1ef832b809b9ba4776a0b7d4362bfd55da6385be138edb9899

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e65690fc75e7647b23c90a904675aae0c8ad7229138db6a14d97b1083799def
MD5 1491294eaff33216f15ea76eb78adf9a
BLAKE2b-256 acb5b72e5da3271722e9746e19168ff32658787c9cff1553660d779fea85eae8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67c5345dd61231519f3d646e7d0cf4dfe0f3ae6a5899193cc90503ff4e12259e
MD5 a821d4168d46ec73505d3a5d3d90c75c
BLAKE2b-256 4a97c01673259404f8989e6a68384abb2febcca1c3e9a9860e0632874214fadb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9a612a48a4166bd629b60bea250a210d03d9c8c54a5657d2b1ccb3d4be1ee80d
MD5 fbdd7b20e0bb0cb892d6b723d19da475
BLAKE2b-256 6460241209f0165835e3f757554028c6bfa609fe0d55029ef713d2d7503c2292

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 124dc63716ad9eb0a353975d8f4502b19f3626ae9f58e03faa089fb329f9e151
MD5 db53fee9d911d3cdb74d4d4c074e3bcc
BLAKE2b-256 b4cbca0d8d1f71bf77a2fc5c4778b921b23aef5966515d357a3da220550d74bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0d6320d33619a4c53398f72a2aa3825aa503e3f9d50d6e789002d523ec8947d5
MD5 5a18c639871035403c322335f3913924
BLAKE2b-256 3dc8d06d6dd410ca07e614dd8b4f79aafc1bf70e0adf3e51a274377f9c2ef123

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3dde292700cf28bf340e4e60705aea0efcd931b8514852cb4537c4a904d5aee0
MD5 7d916c92387e2bd3ef6147bc88356a05
BLAKE2b-256 b763fb358f94adf232a3b54a5067da3982bdc0e1794f29b21932949f73e9cdaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbb35c3d6988495b9642968f171c9e353dd48b0843524a5da97918f464446b5f
MD5 6f4c045965c4ba0c9f6d20c4250e2d79
BLAKE2b-256 3ab0430697ed3995ea81da2807a0ea906856d8da6f6d1c29d9cd3b0c95104553

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.8.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f2ad4b806f5688a1dc8fd64289eaf7ba080b3b118ad0c1296d23cf8a6a12ee7e
MD5 b85a5f1332e9bc377b48ac058a316cf3
BLAKE2b-256 3ebccf19feb8e6fff79e37b4ecfa50e8a714022f0b76215fe23c0940a1d999bf

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