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.10.1.tar.gz (22.2 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.10.1-cp312-cp312-win_amd64.whl (23.4 kB view details)

Uploaded CPython 3.12Windows x86-64

cwtch-0.10.1-cp312-cp312-win32.whl (23.4 kB view details)

Uploaded CPython 3.12Windows x86

cwtch-0.10.1-cp312-cp312-musllinux_1_2_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cwtch-0.10.1-cp312-cp312-musllinux_1_2_s390x.whl (2.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

cwtch-0.10.1-cp312-cp312-musllinux_1_2_i686.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cwtch-0.10.1-cp312-cp312-musllinux_1_2_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cwtch-0.10.1-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.10.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

cwtch-0.10.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

cwtch-0.10.1-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.10.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cwtch-0.10.1-cp312-cp312-macosx_11_0_arm64.whl (408.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cwtch-0.10.1-cp312-cp312-macosx_10_13_x86_64.whl (445.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

cwtch-0.10.1-cp311-cp311-win_amd64.whl (23.4 kB view details)

Uploaded CPython 3.11Windows x86-64

cwtch-0.10.1-cp311-cp311-win32.whl (23.4 kB view details)

Uploaded CPython 3.11Windows x86

cwtch-0.10.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cwtch-0.10.1-cp311-cp311-musllinux_1_2_s390x.whl (1.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cwtch-0.10.1-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.10.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

cwtch-0.10.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

cwtch-0.10.1-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.10.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cwtch-0.10.1-cp311-cp311-macosx_11_0_arm64.whl (218.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cwtch-0.10.1-cp311-cp311-macosx_10_9_x86_64.whl (236.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: cwtch-0.10.1.tar.gz
  • Upload date:
  • Size: 22.2 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.10.1.tar.gz
Algorithm Hash digest
SHA256 182352c950b78b10e0f6ed543f3882ca3d2457bf008854a483272d2e33ea75da
MD5 94e917c5a600b3d164ecda0a85beb37d
BLAKE2b-256 dfd66120743c4423faa1ec4b8d20ebd6032903dcf6ab5e1878789473e8f79ddd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 23.4 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.10.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 df0b4bf536a33964faf89309d817d5bac44a7f5b33000ddc25562c9536e2a2fb
MD5 f79eab329e116e85293303278b2212a0
BLAKE2b-256 d0807f1bc7d0cd85967dc61db608448f961307a1bd101800226c771bbf91a426

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 23.4 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.10.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 0262ff1dc428a67a5896e837c860792cedaac2f840e31a4ad4b6fb2004da312d
MD5 87ced3dd8335965c62a61b47b61b6ad9
BLAKE2b-256 2011bffe65f18c93aec05c2c6f9bff8780e62f487c866c3302d4f3bc89eeea37

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.1-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.10.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 71cd067ef8b932155a0a3e0af9cd1b8963fb854f5bdf3a0290b3a7948f6e835a
MD5 fc9fcf99f5146164a8864b7fc9a27c00
BLAKE2b-256 7bc56a469c6683a1760e8b35056a00f9f0b3266644a94b2baac6b506b5a429cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.1-cp312-cp312-musllinux_1_2_s390x.whl
  • Upload date:
  • Size: 2.7 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.10.1-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 06652604f6a70fdfc991b934656dfa22b336ef5d0481de0d5e535ed4f2a68b61
MD5 dfc7cfedde1a44eddef2934a148f7eb9
BLAKE2b-256 02d0d251ab804f5d1fb2c76f56aa3cac56760acba44f7aa36ffad689d9d4f8d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.1-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 df253c0db8a12112738f74a7a9b0d578b651f5ac2292b14914262ddf55457227
MD5 ee7dfcb80e86a1baf3a806c2b6ce7b1e
BLAKE2b-256 ed1c44ee88a86b05425a8ba7596bd28d91db771ee447494152dfc14e2b0b0329

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.1-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 2.6 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.10.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fefeb5dec544b15e1ed4a384d4e4ba30f8ca810259883d01ff07d27c0255250d
MD5 3de8d8a7d9a8f06d5f9df7cb6e077955
BLAKE2b-256 97be2b8ebe67dd111e60df47449aba7419feb7a11c014c0450df09275440f00c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 20255faa9ef44872ba5936a73fe7645c5ae276a76036a3ce5356cf8dae59fe80
MD5 14daf229d56e0a4a426424d8ca25a266
BLAKE2b-256 046c6837c04b7cb39a760bcca8d6cb751005bee1a8c5b77fa3ef7a3e16cc52d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8645d5b42465950eb0b13f84e56fdbce883fb16375d3deb13f29e1a8b997496f
MD5 8977c9c0b3ef47b50f6fe50400531782
BLAKE2b-256 a457c9fe9f3914eb32aaaf93039c3edb5af0c544ea86c1a93033431421083f7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4a82415f414ae93f7a5b28502022739064521c9d90d8dfbc5923afc9a2d9e45d
MD5 3aec08d7147a9285bfe2247aaae158eb
BLAKE2b-256 f353d3b17019b842d25e464dc01ff0013643d5022e43abb9b3fc2a996e5c2d4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bcfc2256b802c58a334125725badeb0856e82eb480aeb357e16146fc1dce8bf6
MD5 85bfdb5b997895f75814c99cf87afb5f
BLAKE2b-256 8f224cd5444073981db46a25986eaf7e91b4e95e0ee03c209e5fc81f729624cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.1-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 895a7d96a2a36d6ffabb9874f725c3fd8fd08fbbe343d8b81e303198d8382e15
MD5 b358becf681f3b85f470f07d0d680572
BLAKE2b-256 fe32ea43d6d7d6c1f59880be208d81d0fa3569b72912873a26d23c1330dabd70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 01cc66a6d404028011942b99258bf927c80178026165b2cc9b77ce28a8fa10ac
MD5 496531658e41cdc734ce3b9e00c14592
BLAKE2b-256 197ac281db139bbe41356290efefd4c5356b4914dbeaf809d78883ee389d7bdd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.1-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 408.2 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.10.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b168772ef43a09e6e20bbed71b691c10a4a51516fc19660deb4742806e15d2e
MD5 9446969c6393c7198849c10a386416c5
BLAKE2b-256 9e196079b8a1422ff771d23410581a1004b7ff4b2985b13b5711260cb6eede81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 50a7ff60847ceeb7c024637b152dd1557f41891ece28822fd2c2e34bf8fb51c7
MD5 a2b5c3eb6e979a02e87ded944f08970e
BLAKE2b-256 1203ea9d0535d0be94e2f8ae3c1f03f1b8044934d460b2e8efc20a08002a0572

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 23.4 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.10.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dcefff0f48033b4fe54e90f6d1108e89bfb1cbf6eb4dfa0dde6db25017997d89
MD5 b0c0a2c296d3b5bb215ad627857f0e40
BLAKE2b-256 e48ac8cbc6d0f6524fa77342046298d744eb8079a420b8a10e2e89eb4f0132bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 23.4 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.10.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 544274d10b82c21de52c7d4bd50cb886dc76bbff01456618aba0933cd7bc12ce
MD5 cb82f44a0abd7272868a17032801c399
BLAKE2b-256 694cfa2d97214ed8e72556e52c1fd88f8b431556a120164d0b548d4e8a7f20c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.1-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.10.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3d4a918fa94e093eab77956732c36bbe4cf7ff3128bf2df1f066bc6fb3efbb56
MD5 80e55ab192634a73ba3b20cd5adba3a0
BLAKE2b-256 960377bfba8b430f99767d8900c3aba069090905f8806d0bccd9ed4ab0c69f04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.1-cp311-cp311-musllinux_1_2_s390x.whl
  • Upload date:
  • Size: 1.3 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.10.1-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 d1bd6db2f33520b284fce1985baf767235f400bef8a3eb89e9ca087a4b89764b
MD5 2332051e4a40ad6b9460f162217faf98
BLAKE2b-256 ca36c9a6d435aabfb7dd7bedcf6dedd5d7039bf77b8a7fe068b3aa9f399c256c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.1-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 ecb75695c381ec69ed0ebdc2c21a63b5d475da5464ecf34c70d44f17e4da588f
MD5 72ab47762695bd8db0cd8fca8d3e0c15
BLAKE2b-256 b18247312abee9305295fac574ce946cec5fd7d69b541e775c978e6d464cf2c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.1-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.10.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 42d16ca1a9ed93c529787c1820e95065027158aed77f04e369d04cccff2f2280
MD5 f794fd00dfcefb66b4614b17f9067f04
BLAKE2b-256 9b7e619818c489ec68ec41760c5027836d2c33e1da0061444f730c76482dc5db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 134c283fb5a0b516079365dca571d8ff0632fd7865745bdcfe77cdcab965bdf4
MD5 8893cb724230eaf62ea0d49dce046fa8
BLAKE2b-256 ad19f8b4c7850a739f14633042bb3a351025f8c64a0eece1170192a080a39165

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c4b70051683ef7cedd35a6d5ba85e4345d5992bb200a179f7f9fd36fc0663ad2
MD5 578e031b3938997f9bd2900fa9c75c82
BLAKE2b-256 2e6e4245954c3e42eba80bc31ec1e4984f3348341dc87242eaf89a7bdb9d965b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 05f8a3a0ef1e17f2ae801e85f315cbc7c5f64ce0638fd249663df987f3893aa6
MD5 03d8b97f381c558ee8e65a7827499255
BLAKE2b-256 649bea574fa13004c11c17d8676625c5f944c301d2eb495196e72d17ae7f2adf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 598be7ce18c3e28a40be0f3653ec7fa0b2bdc4ca465c058b68670a10ed84e594
MD5 1dbc2d667b96a2f6fc05d6d4b780fabc
BLAKE2b-256 24cbc074a0b20612bcdfb64d45493ea325405cc87b95b0889a02f516cdba5922

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.1-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8424ca6695f7a924cfd01b618102df37b55b25a15f982d0a77524a9925ab3ad9
MD5 711767aea6d8453693b8c1b048947dc0
BLAKE2b-256 32eadd5e6d9e842e4fd8286748877b27504720eed828d1009746d73bef7657e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.10.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 563b38e55885e9675ba022cbfaf64709a464b1b29382894a0267a6b3d8111151
MD5 911b38515ffa788a877f6b80a4f17449
BLAKE2b-256 312509f09cc127b6cc5aced06a605bca0fa26b7bc763203a220e23323624f38d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.1-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 218.9 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.10.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b37a44be5130c7ade4b52181a9e442b75853a58f38a0fa49ea72f4f24100ff6
MD5 27558b581cc64a60c92b8113d05cbf5e
BLAKE2b-256 fa1f23ecc8c6a5b86f5b86a233cd1d1607611977cfbc18c665755765f32b83bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.10.1-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 236.9 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.10.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0ab54b2c978759886071830f1a94cd38264b5ab25480ad03778dcd2ae12f0155
MD5 67acc97a8caba5d722615998c057771f
BLAKE2b-256 2992d4c7bedf1c66cd13c2083c40fd8909d07cfb4ec2851073b907bff9f8e83e

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