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.11.0.tar.gz (23.0 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.11.0-cp312-cp312-win_amd64.whl (24.1 kB view details)

Uploaded CPython 3.12Windows x86-64

cwtch-0.11.0-cp312-cp312-win32.whl (24.1 kB view details)

Uploaded CPython 3.12Windows x86

cwtch-0.11.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.11.0-cp312-cp312-musllinux_1_2_s390x.whl (2.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

cwtch-0.11.0-cp312-cp312-musllinux_1_2_i686.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cwtch-0.11.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cwtch-0.11.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.11.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.11.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.11.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.11.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.11.0-cp312-cp312-macosx_11_0_arm64.whl (412.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cwtch-0.11.0-cp312-cp312-macosx_10_13_x86_64.whl (451.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

cwtch-0.11.0-cp311-cp311-win_amd64.whl (24.1 kB view details)

Uploaded CPython 3.11Windows x86-64

cwtch-0.11.0-cp311-cp311-win32.whl (24.1 kB view details)

Uploaded CPython 3.11Windows x86

cwtch-0.11.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.11.0-cp311-cp311-musllinux_1_2_s390x.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

cwtch-0.11.0-cp311-cp311-musllinux_1_2_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cwtch-0.11.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.11.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.11.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.11.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.11.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.11.0-cp311-cp311-macosx_11_0_arm64.whl (221.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cwtch-0.11.0-cp311-cp311-macosx_10_9_x86_64.whl (240.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: cwtch-0.11.0.tar.gz
  • Upload date:
  • Size: 23.0 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.11.0.tar.gz
Algorithm Hash digest
SHA256 415ba21f3bcd1c9fe922494235dd5df781a395a46ef666115b8e3d2b5d1a9be1
MD5 5576395663d7978710d5d14d640dd1cd
BLAKE2b-256 a9ab64b87b4aca3c839d61c33444389b07ad786ae71a039f7092b9008b54fafa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 24.1 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.11.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 df46a37a7d5912838f4d10e350b10a5a6281708654fba1708ffe12cf3fcac543
MD5 180c80c5ed5a2b4d089f29c174194108
BLAKE2b-256 d00862d1b24ec575b65f7362a959a9c9697e1d1723534377b6b61c59668f7b79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 24.1 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.11.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 857506fecf7210898f4e97a72ebcf03c0799701c542e4d7f18cdfe0bbb859b76
MD5 475ae0165cdea72805d79202de08615a
BLAKE2b-256 1d4bd142598a105be412042fe5ad28921efe7d4c4aee0d75e8d56f15acc271b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.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.11.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f1d174ab979f2cb02b6a516f73237ff67294aa29449283e56047ba9d203f9d8d
MD5 53181fb77f85228603e07876c2ee8581
BLAKE2b-256 f87392527ac4750b723d6935d1bc2b810f957322957cbd4aa5aa5a1f19442102

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.0-cp312-cp312-musllinux_1_2_s390x.whl
  • Upload date:
  • Size: 2.8 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.11.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 e2acd3ff5061d294744fe54e5caf775a7db83087832d64a649541cdf96db0f90
MD5 e41b210032ff675334ce0c8024df23d0
BLAKE2b-256 b6ff4552808707fcfdff6e08e407fef042d32fa14bd6c3b0382d251c17740463

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 bf1603ba7eaa27336e2b84876dfbdc06a09bccc5e8093e4c3c2b0c8dcb8ce665
MD5 dc39b4a9b4c29303b975f4b7c6711b95
BLAKE2b-256 d525a18c103438662d38785e87031a051816b9cd863a1e8a142f68f90298a40b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.0-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 2.7 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.11.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 54b398a70081635cf37eac4602994bb523a3c66301dea006a0d35537a11d8983
MD5 f767fd21ce92e1eb1893b66f746e71c9
BLAKE2b-256 af6f98bbd2c9766a0ec108ed786d5428ddb1dd8026f1fd87771076b3c5dc0d9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8fb2102a96cbc359d769887be42f35fb70f77367a721f531891a530737589a67
MD5 7acde9157677050e89fd85884b486749
BLAKE2b-256 baec6b767a71b087bc0ab6d029d20c2cfc0cff9541e14b1f3ce5099286d8d387

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e83129f58796f041e11bef6181b53d31e91f154db9badfd497b5ac430462c2f7
MD5 cae3d0df2cd216b506c0419290cfa9f0
BLAKE2b-256 630c606790f07d2158ce83baa3562bffe2a2fff2e49c42efba1df4ba4b0d2669

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 dc19013ed2f85b93fd541d7be9588661aa91f676b06d8bd4c55c91eebdf2ebe6
MD5 1dab8ca9cf328b807a7ce50d6630f9f6
BLAKE2b-256 c3cd17086b0d55f13954ff776dfb1b8894f6cd5c3e06af558935d96608340a2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 53c23ffe111cd845e03f3642a06b660c356ebd0f77d49f560e5e1277d1b8f046
MD5 0a6dc6f0688875a760fee19c3d8a4e71
BLAKE2b-256 822794faf0805bf145861cd4060592b2727e7b6f2a974afc6faa59280ab9152d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.0-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ff83d60eac0374fa39764ce12dbb9654dcd084046a26b29e32bf9f596992e9d7
MD5 34fa3e602e0924fb582255c2bc6eb027
BLAKE2b-256 650b0b37c1bcefcdf45550797777c9377be83abff6396b39a882c747c4611513

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5efd695591199e6a2111b72a3b46eefca50c987598997f05b8cde27e5e57a905
MD5 1689f16e9ac0637b0ec46576aa1e46c3
BLAKE2b-256 6e889537b76e1647958fc7d4fb121ccbec371ff611464df9048dbe5e757523b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.0-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 412.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.11.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 29d219d5c375535ea6a5cde508e039b93ce807a6d312ff4b1ef1d1b5eeb5c8ae
MD5 33759fb76ac5537e805f843b2a8fd856
BLAKE2b-256 735197e3bef858d9150ad8f9ff0c964b67c1289fe257e46a92608522f4540120

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0018f7497c7d3854975ec3667c96a6b2654b7c20625bc39c812ce1c4b15f04ae
MD5 686b0c035f0bdf7c6ff6402d94eaed33
BLAKE2b-256 caac0abf32c2c1855182927b83d0fd5525fffc7d4be00036f76a40a52fa54c54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 24.1 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.11.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 674acef66d63a5c2a3938526e21b0ce1b6bbd315528596c0e85ddbd7bb8921ae
MD5 5df1eddb9819f64cb92b5f5911516883
BLAKE2b-256 8301ea0a3cefe07ddcbe69bb0da4ef39b9796e77f424558d9f9a61dc91912b4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 24.1 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.11.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4be5cc158fbed64c13628206daf82c259c17691ebb43bb44bc7210ef75b1b53c
MD5 dc86483c8eeb2e9cfe28bd20a9f93472
BLAKE2b-256 eeb9ab41db08dac3c7ecce78e4853c789dece5d1a617c5f438ae9788976a90fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.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.11.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f85811c6aab528dc3ef2a5e39b55c8362d849f7e3f7f023f2877795beeef380
MD5 21e61512791faa383e6b4db49d945603
BLAKE2b-256 1d5f1a8607929995118c7dff522600c4ef4c07690ba060b53baab385cff2e50a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.0-cp311-cp311-musllinux_1_2_s390x.whl
  • Upload date:
  • Size: 1.4 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.11.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 994d7ed84a0f7a27a19cfcbd5d96f502a833f78ac99f55fb5b1ec434d10647c4
MD5 9e736d0ea35d45d605da2ef68e30c5d1
BLAKE2b-256 02b570286c1a9b38cf8e954c639da8a4f569d3695bb4f6af93c8d9312da8eefa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 ce2372ec7aa5c476226e93f28d82f968daecb4aa6376ee725c30d0178037f5b4
MD5 e4558ec97deb9fe784d34514057002dd
BLAKE2b-256 d716e4eb0f5eb314c2cc56b4b465a6cfdad52c6cea8295c3a064eebf82459a4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.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.11.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5b1be159ab387f9c41c186003f1c4dbaa3204d6e53b7202d9c64637b95d19baa
MD5 749badec9fdc5806bd98c225baacc68f
BLAKE2b-256 e58930606c8a827829eee286e5fc5f7ba290e06562a7b7b215d3a8b86c6dfd64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 89e6125c2493388813a573d412b6f5ebf98c38d3b715319307fa4312e129bfc4
MD5 ba1e5e67b76d2b962c8abd67255026f1
BLAKE2b-256 3de07743f187fb79a3e3bdcdd02f1ae6790974b134b9a510d88d36a687f86222

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5fc2e07e31236963677e6a9eead6e281292070087bf70fb57a0f52105796612b
MD5 44fd07c30617d7f32338daaa572028b6
BLAKE2b-256 1db144aa0bb59699468b978c3728a61552135d72185047192886d375110c44c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c605f5610a38dc1e2defad700b2605819dfa2aca4466e20e2560a9a38fe3ca08
MD5 e89537f77c0493a8d8fdbb57e80602a2
BLAKE2b-256 d3c3c4c725de9efa1c730d3c22132b601a8ae0bb6994ad1428e31eef943b01a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5cf037b42854d3814b1b55bc3dcf2819a711211d1ff020969e283117bb797698
MD5 2d3b3c8acf1aa785f915eb1fe2b4095c
BLAKE2b-256 9a12b76764cd54d61b7ffaeba36a98adf528888941567f1d95a74a9aa510314a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.0-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8c0d225fb01441a1b99296a5d61665b61c568949d7d26db3698f1cc2deb3d70a
MD5 be6b86caacfed192b95b682d1b639b15
BLAKE2b-256 347c17a94fab2b107df3def9e9fbaa50e6515d42878495c302ea6b0a9bd39f65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 90006dd9b4e5f9f1a091c59f6ca3fce8c9df7ab2780ee31f30b5b3579c057695
MD5 3e64398fb20e921730dde0b68a50be9a
BLAKE2b-256 7aa08418e576398e831a287511176f4f0e1b95581aa1218104b2fd7bf1ebb727

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.0-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 221.2 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.11.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 61d6fac7882890bc35fab019b6a211d15655d69797a4d594ffdca74cbf990fca
MD5 07837efc560f4641622641ae8e13d653
BLAKE2b-256 937d9d9090e60fbfaaf1821452784afd792e941c4cd5692a65f5fb4357811428

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.0-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 240.1 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.11.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 60cbac4d1163c801979c2b00083d17b3e3109c527c55d55f6de653f86818e996
MD5 e92ba5ca1aab2773330e4dd142e27191
BLAKE2b-256 2951ae6ee3a3a736aa14ff8e7ab127b1cc5f90e524eb63e1bdfdff4edcff3b29

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