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.1.tar.gz (23.1 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.1-cp313-cp313-win_amd64.whl (24.2 kB view details)

Uploaded CPython 3.13Windows x86-64

cwtch-0.11.1-cp313-cp313-win32.whl (24.2 kB view details)

Uploaded CPython 3.13Windows x86

cwtch-0.11.1-cp313-cp313-musllinux_1_2_x86_64.whl (4.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cwtch-0.11.1-cp313-cp313-musllinux_1_2_s390x.whl (4.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

cwtch-0.11.1-cp313-cp313-musllinux_1_2_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

cwtch-0.11.1-cp313-cp313-musllinux_1_2_i686.whl (4.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

cwtch-0.11.1-cp313-cp313-musllinux_1_2_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

cwtch-0.11.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cwtch-0.11.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (4.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

cwtch-0.11.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

cwtch-0.11.1-cp313-cp313-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (4.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

cwtch-0.11.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

cwtch-0.11.1-cp313-cp313-macosx_11_0_arm64.whl (613.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cwtch-0.11.1-cp313-cp313-macosx_10_13_x86_64.whl (679.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

cwtch-0.11.1-cp312-cp312-win_amd64.whl (24.2 kB view details)

Uploaded CPython 3.12Windows x86-64

cwtch-0.11.1-cp312-cp312-win32.whl (24.2 kB view details)

Uploaded CPython 3.12Windows x86

cwtch-0.11.1-cp312-cp312-musllinux_1_2_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cwtch-0.11.1-cp312-cp312-musllinux_1_2_s390x.whl (3.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

cwtch-0.11.1-cp312-cp312-musllinux_1_2_ppc64le.whl (3.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

cwtch-0.11.1-cp312-cp312-musllinux_1_2_i686.whl (3.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cwtch-0.11.1-cp312-cp312-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cwtch-0.11.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cwtch-0.11.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

cwtch-0.11.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

cwtch-0.11.1-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (2.9 MB view details)

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

cwtch-0.11.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cwtch-0.11.1-cp312-cp312-macosx_11_0_arm64.whl (420.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cwtch-0.11.1-cp312-cp312-macosx_10_13_x86_64.whl (466.7 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

cwtch-0.11.1-cp311-cp311-win_amd64.whl (24.2 kB view details)

Uploaded CPython 3.11Windows x86-64

cwtch-0.11.1-cp311-cp311-win32.whl (24.2 kB view details)

Uploaded CPython 3.11Windows x86

cwtch-0.11.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cwtch-0.11.1-cp311-cp311-musllinux_1_2_s390x.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

cwtch-0.11.1-cp311-cp311-musllinux_1_2_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

cwtch-0.11.1-cp311-cp311-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

cwtch-0.11.1-cp311-cp311-musllinux_1_2_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cwtch-0.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cwtch-0.11.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

cwtch-0.11.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

cwtch-0.11.1-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (1.5 MB view details)

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

cwtch-0.11.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cwtch-0.11.1-cp311-cp311-macosx_11_0_arm64.whl (222.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cwtch-0.11.1-cp311-cp311-macosx_10_9_x86_64.whl (247.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: cwtch-0.11.1.tar.gz
  • Upload date:
  • Size: 23.1 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.1.tar.gz
Algorithm Hash digest
SHA256 22a06c09dfb0e6f1d22c432c3a37ed8d9e8c339c795cd0196eca0e3b53ab2780
MD5 e6e0b9277863b9dd6c99f742557ef0f9
BLAKE2b-256 565757fab4da6f111df3b4e28bfba18e169a0d4d939d99e0efaa06c71b1def74

See more details on using hashes here.

File details

Details for the file cwtch-0.11.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cwtch-0.11.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 24.2 kB
  • Tags: CPython 3.13, 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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3cf691176031a2f4c1c8922be79cdaf8058eebe6c6542cf6fa3241553f6eee8e
MD5 cfc393d2372a79e0885582d47958e4b8
BLAKE2b-256 cedc91a09c925f179fb5dc8fac4bfbed72875d950c424494986ce552e21b27ee

See more details on using hashes here.

File details

Details for the file cwtch-0.11.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: cwtch-0.11.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 24.2 kB
  • Tags: CPython 3.13, 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.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 5548ded6bc7ee4558ebeb69c435ef3b6f7d30097fdfdc438b52924b9fb23a3be
MD5 95cf37551fdeeb3ea4d439d7d993365f
BLAKE2b-256 78dd30810aaa9c7b39a1ffcc911b8ee8a825ecb0812e2992628b95e94b8dc973

See more details on using hashes here.

File details

Details for the file cwtch-0.11.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: cwtch-0.11.1-cp313-cp313-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.13, 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.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 18b81624cff4aefeea5660492e7c263e8852a7c071bd55a33e29513b126fb902
MD5 9bc3f63ddc3c1a7f7f5c28edefd8b749
BLAKE2b-256 eea1fe942885519252cbd8a5fb183b39b4dd598b31ec268672d27f8058dff953

See more details on using hashes here.

File details

Details for the file cwtch-0.11.1-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

  • Download URL: cwtch-0.11.1-cp313-cp313-musllinux_1_2_s390x.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 3.13, 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.1-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 c54cf655952a040999081cb267ed935dcd50f40eeb04f4ca02bed1472b904298
MD5 8e97379110befd002750355afc0ebcd3
BLAKE2b-256 19085642e93af2d75864f4c253f3dde0bba255e14e85c93a92b93c86ff91b41c

See more details on using hashes here.

File details

Details for the file cwtch-0.11.1-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for cwtch-0.11.1-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 f259159dd7508f0683c7f5a2c2409985b7879611a078c89eec12793b59fad1a9
MD5 84d88c65ccb80ace0e1cbd7edce8f697
BLAKE2b-256 79c6f206b3b987b0c59bbaf5f50b2402adaa37b3cb7c9eef7571022e8932aed0

See more details on using hashes here.

File details

Details for the file cwtch-0.11.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

  • Download URL: cwtch-0.11.1-cp313-cp313-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.13, 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.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 70a298e257213487634634764bd2210ae2017085a2ba9ba0d08c14ed8b8872be
MD5 5ce4d42affb0d4e71a79d60b9868dbd6
BLAKE2b-256 37d7d814aa4721de3fba9f7bee4e62b106b43bb363edfec733d904d37ebc7167

See more details on using hashes here.

File details

Details for the file cwtch-0.11.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cwtch-0.11.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea843e52bfc49fd63a9abc9380a411ac28a60938401e43b784a8f325cd79f48f
MD5 5e80d665e44c22014ab4f870296af027
BLAKE2b-256 bfe6475648f86e47489f68bf94585e8a35ebf66b557a56f1740a5cc95c50e471

See more details on using hashes here.

File details

Details for the file cwtch-0.11.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cwtch-0.11.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c77507493b929d217e654d2837d5d4832caaca72009fe7da95407492241ba0a
MD5 a312d16bd3b85e6c830fa167fcee6fc8
BLAKE2b-256 9163e36e7e84f68f76bcf53f6ccad7e1b2c108c2f88f5b88922fbf2801cef487

See more details on using hashes here.

File details

Details for the file cwtch-0.11.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cwtch-0.11.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4964f8bfd87908294a8f477015b2371e376aac25e7b70c81363ba9ae7573dd53
MD5 af040f27603e795d26735226b6f38141
BLAKE2b-256 c473355e473eb834f3d59534375adba1bb29663a89e6b6a68f9d40112de37560

See more details on using hashes here.

File details

Details for the file cwtch-0.11.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cwtch-0.11.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 02698d332a5db25b8fbb9b9477e715c7050234eee5965f98d1942be32c84cd49
MD5 c50d44643f3e3cb09b087a3e63268f1e
BLAKE2b-256 d87c0aaed3aea3438e8d6ba91208ccbb923149f63dfc66b053e3d2d1834d62e4

See more details on using hashes here.

File details

Details for the file cwtch-0.11.1-cp313-cp313-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cwtch-0.11.1-cp313-cp313-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 22922d8c65cacceebf44d0d4e8b31ee55fed59310928513fe81dddffcd93bab0
MD5 72cb0f97d423e4c3b5f7669d31c7f28c
BLAKE2b-256 934ffe9d891374b903175a58fb9463da694bf87d1eb900f1ff6e85aa7752ce5c

See more details on using hashes here.

File details

Details for the file cwtch-0.11.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cwtch-0.11.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f64578c61ca00d7d06c4ccecf09351048af6fa54a5c36fe972aa71c570ae3b1f
MD5 334403393b7dd077308e322b44409748
BLAKE2b-256 6619ab83b8a611fed509641b5243eeaaa2e2cf5154e894ff4fe74a91742c8128

See more details on using hashes here.

File details

Details for the file cwtch-0.11.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cwtch-0.11.1-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 613.1 kB
  • Tags: CPython 3.13, 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.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff8f4efd1a82e3eda110ff24e2f1385af8b06e5063d2d1c6a8632f04de9e3ea9
MD5 bc8b58bee97610f6dc6f7c168215bb5a
BLAKE2b-256 ca291d94a0390ce0baae6b420ef87435c84af0bf6e220f7a5b2111420f4444af

See more details on using hashes here.

File details

Details for the file cwtch-0.11.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cwtch-0.11.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a76dea5be03eca06c216dae653b6b9ee11476aba278ccf050e93da880fd82827
MD5 a41a735f5d91aa97caeb5f88df1a15af
BLAKE2b-256 05ac144d3fce2119f81484a6f513fbd352dc0f016ffa1d21aaf78de48ef45686

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 24.2 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4486015901604e8212195a0f837e553956bf2e819c20791d5f60ac24a8936bf1
MD5 18df2491ece13fd395bb4ada466521c3
BLAKE2b-256 bf1b10766a1631df714e3f8c5e13506782b40165a5dd8e1d267b64db7b2ebec7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 24.2 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.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e5ab41f329a3436f5872c48fb7c10f5506e033ea508de3abfd9a85f3034fcc80
MD5 c83520fafee7dc332fbd870cd97ddb12
BLAKE2b-256 bc0428ef41807c1f3e4abd96d39276d3c78271979580d5fad94514dfcbd3e7fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.1-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 3.1 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.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b7d4b1a2bd3433b7de19b607b96c4d9da37a824cbe30e1979d5fb946d96b41a
MD5 c6dfe65bd0e94c8e97b9596dcf20ac69
BLAKE2b-256 ab7d2c5b532cfe87ead120aafad905b506e1da94378b1eba8c24426ac1cc6c97

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.1-cp312-cp312-musllinux_1_2_s390x.whl
  • Upload date:
  • Size: 3.3 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.1-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 36de6ce38838c4d59a21cb4a82d362541f624be7d470a62ac90b48a6a26b87bb
MD5 30be01823b7bd62202f8e654df7b3ae0
BLAKE2b-256 bb182f31fc66488fdb12df29e80aaba570fce9df9b78c6274823a4c6fd9660b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.1-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 a86fa6346266acb8e525199aed12dcd69637d0a152d2619c7e7026f9a5c95724
MD5 fe75faccbbc91c8a01fa20f67c62cc6c
BLAKE2b-256 f74c0c8c1ba6f59db39e88fe9bcd772004b0c24a69ae4cb613020d172a891e23

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.1-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 3.0 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.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b89761c14a6aaf6de684f508dc607a5b3d48d98bd295bedbc14fb89c6b4c19d4
MD5 fa91bb58502d9976f4e694c9a0799e60
BLAKE2b-256 fe7754543b02a1af11dbfc34fe945a7a8efea8d36e0a43dffda276dd48774aa3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ad69c611acd2f84e3c562841e0bd30e2bedf5cf45202d024c3c8ce13623c108
MD5 74ee6d2aebe73ca242a9aa12d4365243
BLAKE2b-256 a1483fe3545b22cba15b0b9e73981fdf67dd8a6cb217e8a6e6591019e3e9cc6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02722780ae49ada109c169a39b4bdf198ce31368e436b37a940be2e3f008a2da
MD5 5280774bacc677f9b1eec42f14c698cb
BLAKE2b-256 8195e6e5890d6753dd1ce9133b5d6e72ed3763c8958b64ebc39a0e7e04ed3513

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 991fe5e4a887abfb9f9df68ee89660a01073f6b43779991507d4db1d344e5d40
MD5 51fae0f732f69772873ea55c889e2635
BLAKE2b-256 d9e346ac95feeaeeee6856df9131eaa2e76aaca891b255557edd49bf05a1bd37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9afbf6ffd4cf892760538b6ae79ffc97e47f6efbdf6e919ad5f9c4c342a0ca95
MD5 4e0be2305a21b5515871760b86314a88
BLAKE2b-256 81562d2f4ad088836fa650422ac14b747bba519217a755ed8747b584317a1697

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.1-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ed23cc30da8a2cca1669587923cf5a74ca55817f2cf46649a286b9005db831a2
MD5 3c706ba9ba24b4d1cef67625b4e4365c
BLAKE2b-256 cfe7afa7bbaa34a9eec8b0eb75f05f4e2fbc73e445027e9d27685f9301f754d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 68eb08800e18576550864bb65741eb3e706cd65a19601b53d1ba3a3d9554bd2a
MD5 c101a79da9c71cb7d97a589f1c45ea01
BLAKE2b-256 cf28b0b7bbdf7c6e4e93df986a5122f497f24ffa769089c2c4dce6019e652717

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.1-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 420.6 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.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fff1417ab746d65a90b9e596e3025d865efa1d4e245548bffe4fb4dd14ae7661
MD5 0ab74c0439f8e9d8261aeb3c50e1e889
BLAKE2b-256 15f46e054afb5f42e251fe82f49f21499853f8c095a8fa86a405ddd4c8b50cd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f1643ca999cefca60fbcbe20c5e882b9ccb16ae89b688d388e25544d9a8f027c
MD5 296a49ad5efab6fba5b84ce275d7cc99
BLAKE2b-256 c9d23d4b4e96e5acbf6b749a83e0e395dde4375863848d64a65177a8425cc17e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 24.2 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0de0ac46304cc4f6d16731451900b1ac6c15912c7727e61a610b29d5465035bd
MD5 4dd4b1f48fa3a9ebb1895a85461339ed
BLAKE2b-256 81206203e68a5d7da0a67579e1873773c895a34035d0cf428c269195c0e8507c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 24.2 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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 63a22fa1ca783ee34978ac10f60e42c93f194139175d707d4a20b77272b0b849
MD5 6c622afa5c608fc3ce3657f1503efa4f
BLAKE2b-256 b1fd24148fb6383ec11d42b2451bf2f172100962438c9accef6977f3e557cf78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.1-cp311-cp311-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 1.6 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.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 058f643a1458d31675433acef130de2162b337b6cdbe8c31d04b4c10e2a3e9f8
MD5 d369f6ffbd81ad8024b49a3a77922a86
BLAKE2b-256 f1322fc3dac5abb0e2aab118b1d168cc808468d951c28c613b3f6f7336cbf024

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.1-cp311-cp311-musllinux_1_2_s390x.whl
  • Upload date:
  • Size: 1.7 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.1-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 56d3cd44d1b46ea31259149d9a844858ead0e54b59a21328ad17a2801de568d4
MD5 7d86f715a82c7253f84f65ec064269da
BLAKE2b-256 3f1c03eda4a19415155dfa57a558a3209e02e5c2991d7f207a1ed51719b4c0bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.1-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2cfd8180974fc191f190ca3a63ef790334ccc17ac084a337f60e30efa16580fe
MD5 9447c49b7af0013e7ef2cbd2deff12f3
BLAKE2b-256 cfe8b3dd131745170fc3294d96cf3ffb3b326e8af46fd8685b2fb31a80a018d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.1-cp311-cp311-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.6 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.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7ae514e3ead5b1a49d2653138ccd6b4d2dc11c204c723cca8554eb0a7071dbcd
MD5 c03a2969c22a3bfe4ab0c0f6ecab7377
BLAKE2b-256 36e4c39e9ddf5fa90e529213fdfe19b22935a32b2bbf4efa7aea56cef1e315f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ff522a42af198b0e7fe4bae43c7e2c101aab2b98d14ebbadcc47233eac3af832
MD5 278a0f7a7f0ab2c76b38af1c00009ece
BLAKE2b-256 bb5a252f093afb7c152d21851f12a2f7d67a9b0a6af71fb02dec616691c33901

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 daf813b3dcdf6c71230defe05d8247502e42d7236d2c307905c037249da78140
MD5 d4d60096f1874f8f750205a71005b68d
BLAKE2b-256 9450bdbfeb3661ab2b5331cb6dd9602b1d045042785be7ed2e17a0fdf53d7e8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0eb823fc0b27760a39198297d42727e2a5f0051d59d65dae22b202d03a62a3d8
MD5 0b370fc5416df0c13e322d8fbf5cbb43
BLAKE2b-256 d568cca72ba7e23680fcd4fde77341a0d94b21d9ee88bc1face3c9e70f77a05c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8c8b66bb449c71f173636e900978d30770cb298e9970b8ea1c2aea3c5f8e4704
MD5 fe17d4ad1f1fb14dce5079e4f9bd696b
BLAKE2b-256 1083237328a424e308235c4a9df05a4c31ba1e548bfedc582dd8a0f14cf7381a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.1-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 71088a9a7453b3f8e9a2879419ca8b3054388c850807461a837122cbf6e4e4b3
MD5 359f437a9fd0f778ca9593089865dfa1
BLAKE2b-256 b0b5660a8bda9a9eafd819bf0d598f62cd8faf4526c0205b489387c74ffb7b67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.11.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59e20f6a1030ad65add905dcbbf8d8f9f05e45c41ff086d65d4f2db20b73a6d2
MD5 c0c84a403d8fa7d02ac1cadcf58fe956
BLAKE2b-256 b3a6c158f5a6f30dd0bfcee96cdf1a6caf2953ec97c2ec0ee3b7595e3218b6d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.1-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 222.7 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.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50c7e978eb9e0715410050523e048f1791f977be972cca4b01b40649a7f17a9a
MD5 34866777d76b25ba27cbe68f5d1dc88e
BLAKE2b-256 1e48c0ef8c4822cd791c12ee4fe76388afcf875f43afc69370ffc7cf8618627e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.11.1-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 247.8 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.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8f002db16f5b0216db4d01f7054b55fbb0faaa94fd2e46a53bd232c93f88434c
MD5 77fa8f6122a472eb6b41893b673e3f0a
BLAKE2b-256 d12bf145082565d3616ffb368ed3ecac9d6cc002e759c531c713e5dbe5253c76

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