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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

cwtch-0.7.0-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.0-cp312-cp312-musllinux_1_2_s390x.whl (2.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

cwtch-0.7.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.7.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.7.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.7.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.7.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.7.0-cp312-cp312-macosx_11_0_arm64.whl (368.7 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

cwtch-0.7.0-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.0-cp311-cp311-win_amd64.whl (21.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

cwtch-0.7.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.7.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.7.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.7.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.7.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.7.0-cp311-cp311-macosx_11_0_arm64.whl (198.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

cwtch-0.7.0-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.0.tar.gz.

File metadata

  • Download URL: cwtch-0.7.0.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.0.tar.gz
Algorithm Hash digest
SHA256 cfd77dfeb93c6d00161bfc502a28a6bb3213f9501cd320618223baf068702d74
MD5 f45d31cf69e9c87e6b3a10784dc5d120
BLAKE2b-256 d2d38fef245252d4cb63b17f00c59f6a092b4c1416eb5179d8356792b7c021f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.7.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3c112610877bc3c020e49e42e1d09bae0fa950952b6ae1ce46ab657770cee1c3
MD5 ad27966ded966b47a8cf55e34ac84e14
BLAKE2b-256 527cf29b75e32a74b342fd0fba9312fdfb400d4f7e7ad4dacfd5d9f53b6a9922

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.7.0-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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1121171e94dc2a18dcfa0edb16379cc1fd19df3d58fdb37d565250b269d6c477
MD5 74d1affefd6e1b5de576a15d66e7555f
BLAKE2b-256 1213f5e748da7c98a34e8e5c3e6a99144a8649a04c7035e1860129ffb3daf0ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5782dccefb49be89d032c86f17741a09d008eb4fad28a664fce9774d840bd22d
MD5 0a1d2424d333d2f4eaf92427784a7f8b
BLAKE2b-256 6fb8b1e3b31cced5e38f102f1f83595fb403eca9d9c7f235e913a93efdf4556f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 80af84962004a9289c78c3e1a013c9d52fcebcedf00b7769272caa99febc9524
MD5 aba1e369a996b5113b248a027a48ecb0
BLAKE2b-256 8f6c6a89d53af80176a54264a965bf622d71ac38b3366722239469edde2ca995

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 d782f13e17f2c8603f556caa6de85e36ea8a0b71e56f3aaf94965cba8099df87
MD5 755df7177d75b411630ca70ecdd8f49b
BLAKE2b-256 f7c139e598dabb7629883652dbf0424b06b0ce6fc65eabe1cf33efd518b91df9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.7.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.7.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c8cebc1a26bb0912a33324be25463c55fae69fb404aaf56cdfb50bb7663a2e85
MD5 55bcc71cd0f96fa42e12119a858be395
BLAKE2b-256 1d0fe1e97bf49cb3a2ea89704fb38698a8a734949bdda130975aaf50ccd7efee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c2a26863a53c84e016c8952b1581bec7104160363025c044e3808042e0e13d5e
MD5 58e155712a5cd71fb95f7a5888e5e5ae
BLAKE2b-256 927fd3095316d2f06b604a7675ccc52b94fb7b949db15bd28057f249998eafbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 254fb62f23a6c9f936ecf88df34685d38548358028c8a813370cedd32b91f675
MD5 49be603e15ad53a4fb0c7d815d728461
BLAKE2b-256 c95d42c5ea4f4066179b4257be46faf8a62f975b063573f9cb7df67fb4029720

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ee442cb649f30a5b9909a6e541b819b26a451e4ca08e363b9fed66b3c3217888
MD5 35cb187c70d954fcc16c1babb8826c8a
BLAKE2b-256 51f921dae4bada89ab80ff87d3a9a08254dbbf5ca9548f1f83e4107c32e5ef21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a10043292a7980e05d485987bee55af0a221cac26fdc1759c708d02f0147e38e
MD5 80ee6591c1b903cdd6af6629f7008826
BLAKE2b-256 6b23a825ed3ec5886a0d12fb7309554a4371437b937ff52b75bed8068914800e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 20520037458042e87461090b1b15fa06ae6c682a50282de619a476e2e786fb19
MD5 e39fdd8090485794d05880b3e22ca200
BLAKE2b-256 0cba527b348523343363d23c97996e3c11e2d2d6e84226890bddab870d76a0b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f5268ee9fa28d43b70a8c835e9b7bbf67ec475f7903446505751749575d8c701
MD5 70d993b0331b0a230732c2a6cbf0eedb
BLAKE2b-256 89564022d208a394f6ff649242f28f8656698b540d0a4b7d8b4f5422101eaa52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c54b7c62666aea581fbeb7ae06179263c0169b9ec62b07e1565b4ee2b4eee9a
MD5 7e90fc73100523c0917f118df83feed2
BLAKE2b-256 0603fa08e3b94a1b74afa38647eed30aef4bb7f23062554f0b09b5267a4b49a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7309aab148e34e43ad881c04bc95485f1119df53fd85cf0e7b0f8d777e6f7206
MD5 3691e2fe6e2f9207ff6ca8255c351e8d
BLAKE2b-256 9d9b91ce8bb19adcba312d4ff83c0271e0bd4ba8ff7d824e076e2d91b0b39c67

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.7.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a35e7ff4699075cbc0abaa3c35255b2930626763888fbfe7a1743f7fe4b00343
MD5 ffc03f0d80c4d5fa20a6bc74012cc3a0
BLAKE2b-256 431717bafe81173ef84f776925ed2ad6223b93b7c137ec3ece93d736920b2f4f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.7.0-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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c009987f6b26cb6c61a89e342033bd1015092d2e53aff0bde4ae6d4699cb9366
MD5 7b1e68dd2cfb08e706a48ce023520772
BLAKE2b-256 814cf63ca14a84fa6c1bd64fd5189b16fd50234b22fd74061afcc32850129acb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ae5bf565add64c9f1fa1249d2d41db95ecb93de1fab65d43bbb8fa1d7ad4efe
MD5 9109e43b4e7663f16b3b8bb9f9d27d9e
BLAKE2b-256 16ee1da996b44e8a0bb45be2b5dbddbb12a7bf6b7404de10b74966d07b9f9061

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 ed857648e253bb7e874418a7a8dc1aa37534142dd74f371f4166e4953ccf687a
MD5 119c46ece80bbb99f2f27ecffaebea37
BLAKE2b-256 744e3a5fc515bf5a3ff0fd7a6c942aa7f3b369c644c808843fc18bd9b235aa69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 b5fe392a8366e53f1b733d71db5fc4ff94220df893c4212b662243c98e125870
MD5 21c4d16a83c5d4d0635471c960217c3a
BLAKE2b-256 7810e78f750c73f8b4f665db9f99bf449986f9b92a64561590fe3b4068774d6c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.7.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.7.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2aaaea8e5e1bcb22a86f8e49841c85eb1ca8da0614d19e9c0f9d0331140eeff8
MD5 1b142f43c994381cb847dfea9d252d93
BLAKE2b-256 babf23bf5e20260f0c9f542f0ff0375e5d8f3191df6ddb8b53bb76ad18a16804

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0e3e4db0c943b348c7e2c812b0ef9f00cf6f4b9e42416750ac4e4047da681b88
MD5 8eed6d86f0e57672bbbca74e4416eb60
BLAKE2b-256 d3949445fe04709b4b94be7af9d143945461385117d711f6fb9d27f17a8f3981

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce3e249c851d04a709067268600737ecd6770281539116abd1173008182bef39
MD5 ac7ac48dcce9ac5eea919bca4c21327c
BLAKE2b-256 9e764dc605cc7f70c0e6f450f8620d2327264212e2af2cb7312593a1fe4e552e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 337fb2d579a43639b89b013c9b8374c1d3c2a2ee26d1cddc40db6017af071d09
MD5 851a1bb0e1c14e2bf52f2acd56ba0454
BLAKE2b-256 161de87a27a82c2d6caa5741d69d0ba4ec84e9516e04ebaa3fa9bc959026ea81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 91e2b172559aa0010e4b55a40f6f19bfbf5e337a3b0332d4d6a2423ab8a4c06f
MD5 77db312adcbfa7ea19880adcd67397e3
BLAKE2b-256 748c85ed4262ad8aa5b412dd0d44863606da1eeb1c04f209cc696af60f745dae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2738b3dd174831b0cdb72bb77414fe057a30af54ae0124093be180c32c294aa9
MD5 20bbc2fad1e48551c896398e1c838239
BLAKE2b-256 2760fb9640c8635b041f0ffe18505f758c5c6de8475569353e0818a9b5b81748

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96817abb7b42dc740450261a54c0a0038484a23f8ec1f6086f6d16776abc282d
MD5 c134d23ad583cf8642f1009b9ef280c7
BLAKE2b-256 1e68ea7a3c1342066e7683f93338f7b58d78a34353e76fbefb5ac3e21f87d931

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7691b7c0b9d20da0f1f339903e30ac54558733be8c3cea7a6d7682a3abec4fb
MD5 82278d4684275762b3b63a5683bd9eb2
BLAKE2b-256 dc2125ac22abb90bf31bdd64f4bde60165228ca96f840f6607f6f54377402dd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.7.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 15b1c3115cf6bbbbc092b31e9351cbe67a8f609783f72a68bcecee6082542f98
MD5 5163d5ff17ef5ba3ddebc94b3fb17fb4
BLAKE2b-256 53bcd061decc77efa7ee8987193c62a03604c7545a6d7b466399a4244a8ec403

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