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

Uploaded Source

Built Distributions

cwtch-0.6.0-cp312-cp312-win_amd64.whl (21.0 kB view details)

Uploaded CPython 3.12 Windows x86-64

cwtch-0.6.0-cp312-cp312-win32.whl (21.0 kB view details)

Uploaded CPython 3.12 Windows x86

cwtch-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

cwtch-0.6.0-cp312-cp312-musllinux_1_2_s390x.whl (2.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ s390x

cwtch-0.6.0-cp312-cp312-musllinux_1_2_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

cwtch-0.6.0-cp312-cp312-musllinux_1_2_i686.whl (2.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

cwtch-0.6.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

cwtch-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

cwtch-0.6.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

cwtch-0.6.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

cwtch-0.6.0-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (2.4 MB view details)

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

cwtch-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

cwtch-0.6.0-cp312-cp312-macosx_11_0_arm64.whl (347.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

cwtch-0.6.0-cp312-cp312-macosx_10_13_x86_64.whl (373.5 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

cwtch-0.6.0-cp311-cp311-win_amd64.whl (21.0 kB view details)

Uploaded CPython 3.11 Windows x86-64

cwtch-0.6.0-cp311-cp311-win32.whl (21.0 kB view details)

Uploaded CPython 3.11 Windows x86

cwtch-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

cwtch-0.6.0-cp311-cp311-musllinux_1_2_s390x.whl (1.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ s390x

cwtch-0.6.0-cp311-cp311-musllinux_1_2_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

cwtch-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

cwtch-0.6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

cwtch-0.6.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

cwtch-0.6.0-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (1.1 MB view details)

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

cwtch-0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

cwtch-0.6.0-cp311-cp311-macosx_11_0_arm64.whl (187.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

cwtch-0.6.0-cp311-cp311-macosx_10_9_x86_64.whl (197.9 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: cwtch-0.6.0.tar.gz
  • Upload date:
  • Size: 19.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.6.0.tar.gz
Algorithm Hash digest
SHA256 786e8e1a98a008c5f143f819978898da56b52eec3d38f91a55dc5da5fc318a4f
MD5 b098b6be7b87d9f60a036c58c449400c
BLAKE2b-256 d8505ecada273c71cff75c30028c3a9aa23323afd623a386b38958cf1a0d1918

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.6.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 21.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.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 eba71cb03a001d00be6762def57f054521a355c4c02ec5d3e266757475cdc04c
MD5 864eb2907dc919812e7c5283bad00951
BLAKE2b-256 8e2eb337228c2be169f6b034949d95faa9e0d9b5bce676e588b99e95384f2e61

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.6.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 21.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.6.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 212539fd0ad45f9e68b8ae112b8d56bba22884407b05f5312fa8ab996ff681ae
MD5 10a328c932daa350e13222dc9b443bac
BLAKE2b-256 e2692d666bb6a39011273c12deff7aa9fc17be7e098ac928d220bfc2658b93d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9feab51c5f38ee4897ea16c5da600e94f4169cdddaaf887c6372433069549cd
MD5 878f599c5af2a353841dc29efd2f6c6b
BLAKE2b-256 613fdd4e6527309d2b8adca2421412873482aea839940a5c87051b84340f2f27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 173a1f5872b18116df57820fec47eef94cc8b7cd904967f62e89a8d658620b66
MD5 c605e4dd4b6b519605e0848a87818e17
BLAKE2b-256 bf3200f9b8cd141c34beaaed8867ab33af04e1d7fb25a5e4bb0db9a5e82036fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 fcde28bf5df662702764215d0950a5be111430aa7ed80f62c82b2667c6cc0958
MD5 7713e8ba0ba9c71158c993b1b1ff6a8d
BLAKE2b-256 88892c330954e0002583c85b84e5cad383e18c7d567f811e6c736df270bc796f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.6.0-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 2.4 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.6.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d9ce891500a862029497e3b292511ba0a8aa61ba20ba1f9fcafb8459051ab661
MD5 62296001f3791a6ed0706d05061fb970
BLAKE2b-256 f4ddb6cc756835389d9d66bd04f6da4bf2e0f37c100ba3d0e0e87626ec82f997

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4786ae2a6843e3d9cf5ba0bf4a1cea9feb031ee7953dd3aa66e7e14666c7f926
MD5 7ed4bf59991ef4ab3bfd9acf26187540
BLAKE2b-256 f9a19cbba3b2dedaacfd93e81ca0c41ce8e48f45e2cbaf9905827e78e14200cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 63e84840d63bb2e381fd881c14e21ed04815d6e287afc05e4ea7575c469d7e59
MD5 b1bda390bf0227d1d0eb8ee46ea3ce0f
BLAKE2b-256 303171b2a602e74dc11b8cc768863d7f317b7779a9bbb77c17c475d2f25323f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 38458c43e6d902d1013d4bdebb9c81b4e95eb21a33d15b6f5da2dff39d0a6606
MD5 7c5805e9ff9881f40b3121b17254559f
BLAKE2b-256 38b45c81d9564d40cac9ce0784fcdfef461ecc925c5df4b97bd11c5c538d78dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c1b38800df2f7c45b68e15d3ca331c67982bcb18231e35e0362cb8bbeb6a64b1
MD5 cd77bc2ce42edeb7225ef68c35e97f9a
BLAKE2b-256 99b73ca2df0e799f007edc86a323a436bc0cd4e23abbc402d432a4b7f3035c29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a593be8e0f73f663c29dd24ca3255d19d3827b9a79108c65464ea4bd8a9bcbb4
MD5 e06588fe79a4a0ec798ac3690db3de0b
BLAKE2b-256 6a178ffff07ad1b413c257feaf65597d9ce5ab78681e71914d4101b15b15e4b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bf07d5a316d3d0f33d4532a342213aa161af3c8126fd098f91d7226283ee18bd
MD5 7b70b5cb11fff5849fcc8cdf13458a7f
BLAKE2b-256 64ff39ee9d6fec62003aea97ff602d82f8ab90b67a1aa598598e66de7f259efd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 865699561eb4a6a6c26aadc28311da45134fb8afeb550879c2330c368b32c8b7
MD5 04b22dfe7b5d9890dd856bdc92480ff0
BLAKE2b-256 b6404ec23ae88a1120323f9a73aae0fb86d6f49419bc61b2fba1c322eda2d057

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b37323fbbfcc7f7f7c27e4d70536a43712414d9437a41f8390c4a03cde5785e3
MD5 c1cb2bfde4aae7c053ccde0defea65be
BLAKE2b-256 8003f134dcc7ff192f0e91a0163220cb45df13b92d1c5c06005cfb9e289fbb32

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.6.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 21.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.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cf1d0e163d210b68e86824e58c315083895eeeafba2c40f1a780ae851d320a9b
MD5 e1215ec96340c4f331d97266295e76db
BLAKE2b-256 e392c338a01ce89a56411eab17aa57e75440bdc358d5df5c4bfaa57e0e0284cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.6.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 21.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.6.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 dda60a17053069d5e7fd2f97b13c9837accd5b4235ba52c4fcb2bf388798887c
MD5 964f4feff6b16dd9ace26334490db06f
BLAKE2b-256 58fe2d49ac049ea846eee5869c32034bc1e4094813fcabd81c83250287fbd21d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 92897521b9d27d1fb9ed744964f209ce6e5257d49ed9c7bca9ba008d7e8d2a07
MD5 c21ca52745a447185c0e5fa37720bda5
BLAKE2b-256 52a2964e6584c064ac93c55b93893dd2e0cf95d95c81aa6afd59c94bc509a6cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 0804f83d6d3aa7bce3af5fb1374049174c6e46d56c63d1d65b238e13454aa053
MD5 d0d6048a12b25b7472f6957f36080bcc
BLAKE2b-256 e4071e56ef5ac2406008663357adf287467a9ae6b42abce1a784227155346241

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 46208173a933e3256bd9b3cce6edc65ce867a7b81f2be4030f3d90331e2be0a8
MD5 8818c67eb89b07bb2b60ab22c889555b
BLAKE2b-256 f933707d3a0336bfefeb39fe5196da4ac8c06e7bf9463e9197d37c1b49a31de0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.6.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.6.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 499624455ef52385e444f177945e0b65b9aa075e114da756fb3a00026936a262
MD5 c21f5acd360447a3825d9fcec85a706d
BLAKE2b-256 8741bea55b0d7eb383fd4bd1a33340ae67928a9355b92dc08971d42fe84ee9b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 028a6387dd288cfac003f3310b8378ae37982f595afc358a505ec120421a01f9
MD5 1bdd3039cfbf10a3232244adcc80e4d4
BLAKE2b-256 febefab79bcf337a0cee2ac6ccbc3769873047176788add478009d234582503c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5436269f5ecf9f5e71cd50a66bf3de7356b83c24148e82ca4ed4e6966f2eeb0b
MD5 9c465cd641b3d8f640b779f61de51096
BLAKE2b-256 7d4a6000c4b22c72c0c4711d84ca8aee776a8f1fded28b9d30145be24c5ed689

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ffe04d1e1afaa5017263851879c86b70589655af1b41d916568535e7edec0548
MD5 b8264806dfb16ae2771083ba5b1cc50c
BLAKE2b-256 3f8152cbfe30f084ae969c6d651e3e92ce6e645299ba34172fec422a5f451e5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 eeddda6ed07db3afd75e2022b984abc7ded17729fc0e3b14e0bb08848ede3c91
MD5 3639224d42287382790bf687c3b24347
BLAKE2b-256 0c8e50bd225c5b35e0e4309816dde67b038c38e1402db57abfe3a7cfc280bb03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9e3e97ecdb50c6246b6c42813a7cddc9cc7a332c350a137748be3fc83f874d71
MD5 3a1c013d3718cef09b7a1214081f4960
BLAKE2b-256 bf2ffbeb9fcf48b877c5d30ea318a0545652fd6a4231177f782a61943b7eed08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6b231f646eddd5b2ce98b73f6ec62f9fede2807782b308db0846f31a6059218
MD5 031aff5703aee06a3349abd1b01db06a
BLAKE2b-256 4ad5e326942af85501c1fe906364e98b085e9752135daaa05198bbdc139fc73b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d37588daac852eee8fad72612f0399f4703e287d6b760713b8df80c03ea9d14
MD5 9a98edaa8c55619ce3f54f896045b65c
BLAKE2b-256 c221ccf04856852b5024a313861bdb6fba29b874a39c3a769e10035979b588b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.6.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f6d7c0bc5de0af7b513fb1c0f8ff00f9fd750852708fb0eae0492a1679c44404
MD5 a5fb3a3c92473cec4388a48c08fba702
BLAKE2b-256 4856baa26978f8785229bc42de0fa3c9dad2c51acf5fa15cfc4ec2c2a01e31a4

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