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

Uploaded Source

Built Distributions

cwtch-0.9.1-cp312-cp312-win_amd64.whl (22.5 kB view details)

Uploaded CPython 3.12 Windows x86-64

cwtch-0.9.1-cp312-cp312-win32.whl (22.5 kB view details)

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

cwtch-0.9.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

cwtch-0.9.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (2.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

cwtch-0.9.1-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (2.7 MB view details)

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

cwtch-0.9.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

cwtch-0.9.1-cp312-cp312-macosx_11_0_arm64.whl (407.3 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

cwtch-0.9.1-cp312-cp312-macosx_10_13_x86_64.whl (445.2 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

cwtch-0.9.1-cp311-cp311-win_amd64.whl (22.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

cwtch-0.9.1-cp311-cp311-win32.whl (22.5 kB view details)

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

cwtch-0.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

cwtch-0.9.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

cwtch-0.9.1-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl (1.3 MB view details)

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

cwtch-0.9.1-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.9.1-cp311-cp311-macosx_11_0_arm64.whl (218.0 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

cwtch-0.9.1-cp311-cp311-macosx_10_9_x86_64.whl (236.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: cwtch-0.9.1.tar.gz
  • Upload date:
  • Size: 21.4 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.9.1.tar.gz
Algorithm Hash digest
SHA256 a3739b79f30f7e79a4f578b0900511a630c8334047df4ba8eebe7c29bade0b15
MD5 875db03deccfbf56d03eb738a45deed2
BLAKE2b-256 7d5d92d7ef82536182ed99a6a8ee65d1450602f31b15a0591c1486817049ee5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.9.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 22.5 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.9.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fbe293ed9f279d06496edbc83397c8b23690c3a6ac1f5c3656b3183b9a9c56ff
MD5 d6832b051f5a4fc4c893a0fc248e7ab3
BLAKE2b-256 604a68768e2d1574fe0eaa75583412c20b17175f203cf5ac9bbf4a3bce55523b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.9.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 22.5 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.9.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3d6f06ca393bfd03fc917e1f1d178f7a90db0007d195242e22efef00e14ef2e5
MD5 fada2c02b159af01b59cb48febd0f7da
BLAKE2b-256 62b959f2cc54ce81e4b1338b4ccf95cfb7105a4d1b4f286104f60ed09d677cd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e8f7b905aa2072022aec69f84acaf98179c8847257299bd257df70a17522dbe
MD5 4e2243467c94ef8c2c3b72abd3540a47
BLAKE2b-256 9ec812c06cfbfec4299d73ab5973bf7065fe39e322a349558325f95e2d8be243

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 a55afda9a99b51243388c48137b52d04481c2c2d97dffe3c33d1804d66c60151
MD5 77fc2685033e8d4835b0d72c6b84e6cb
BLAKE2b-256 0d50b18f9bc59041a605b5dfee33ae8dc5285049f7325fb142b13d4f99db80a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 bb9f0a690cc30691c9488ddc93e09fe2067d44440fec479c908f763e32a0d8d5
MD5 e47dfe7ccbf92e5dbe2f849de314ca8e
BLAKE2b-256 f6464a56cde29a093d429ed27c066815b5c268b12f1d4f2b545f14634cf37826

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.9.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.9.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 18a527e31cc6c8781770ff7ac977ff8c8181837c75291fdd60e9ded4c3b3089d
MD5 3137703447136aa3878e48b72a04a2b3
BLAKE2b-256 ea224224410a0a3e6aa41b9dc30a2c6d5f93fcbe16f3ada98e799cbc0a1d9366

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 38cc7fdb5751e0425ac818644ebafe4a5b579bf7ca6ea25a66009905e636fe15
MD5 b1c36d4a551fddc611a302a57abbd6c8
BLAKE2b-256 7cfa9b7d2d65a61f3b52fca363855e53a52fdf5d067f8eb010d9c87f721ea4d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 855870f65f452d2d370c3967a01824943a5a1597477c6cc5ea3abbced8048107
MD5 3c41f889fcb91bf7ce0dca90adecbd6e
BLAKE2b-256 43b6a0b34a4c0900f79769f76a20cfdf4c79527734d21e34ecb20f96ebdbe029

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9c81d31f4fa7bd74331a6f53f85c4add8d331343cf28f924028b6796d467a0e6
MD5 2513bdfac1d5422133c7f8b07872daf0
BLAKE2b-256 8bba551be6ba8177ec94da8214d09fb8d5fdabae2164577b9c7c6335644024a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 76286c0c404ae607b406248fd35cafea0f24d9519ac46e3560987ae6d722f545
MD5 4ab62f489bf8d99b71fa15bab46bd86d
BLAKE2b-256 5a8fe80e3e1e719f2cacd4bdd6b156b297ec036e6631f8f1f69cd0152d810385

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8cb53bf117cef07c7beb7e416a104cf5412568a6ef5cf6858d593ee01bffede5
MD5 6c3f9176bb5ae7b19077c6734d5effda
BLAKE2b-256 3b18b88fe5a9b756587f7a2e66e3aa4b62e9f7592752c909a3fe32c9ff2c8eea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8704f475e2bcbec77596b80d71c3eef9222b0531086cd491b8693bc97a01cd87
MD5 a9628e5649d4b09bad50445ad4c3c4b1
BLAKE2b-256 cb3a36f5b302249810abc6e40691ff209ba084b3f42d756d8b8941c1089b97d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b067658fd46ab68be6e4a3ebe7e65a0a54205f91d1a1a35c2135bc3983cefcd0
MD5 b8177925ffa087d28e57a5d98d5c8f36
BLAKE2b-256 cf8a6b2393ffe7f2f8cade7449d2432c2c3d70044ba807911c48fe2b726c594d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8d11510fe01dd29adb91f59930b769db779173c03d8bf59ed4bdfd4253063581
MD5 1592951d9a91ece280ae52b4993ab606
BLAKE2b-256 06c831ad273c91639c705d7c92331adbec6ea9077ab9678d8658414cd6be44a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.9.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 22.5 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.9.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a0c62cf8efe11b35ab8d4ed26e7056f82555ffe26c2c2e48c26a65502f736558
MD5 20d411639a3106c3c14c8ae3d741e05c
BLAKE2b-256 4a017c7a072b5f374d02f766fbb12ddd31de8236b556b36ade7b9a8412fd2722

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.9.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 22.5 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.9.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 40dad0168945d30289581a7623e6ea08d3c19b0c81270fea80dec1349a3f568d
MD5 c353eb289f80214c24611847e2bd1717
BLAKE2b-256 3bf486d598c60e9be90f2f29384b819a1e478a5ebf8c01fc115337d46a039822

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b1a1f089ad26fc2e3ab7fefe6a855b5e7023dfe0db8d658125bb9f4072fce0a
MD5 1dacfc8dd22035ff7d8cb59176e8dc33
BLAKE2b-256 0df2454d6528cc7b9bbd5c1f413638c444ba8fd59556fa959957d0a3889ab4ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 1e70ea6ef88c3b28baffe980383f9674b237ffda6fc4f1fa26d375cb78a906df
MD5 b56c9138a047d74dd33ae0c95ce41356
BLAKE2b-256 d229acfb31332e4b0ff8534487361eead34eba1128a15c2b3d74cf9b3ad69ead

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 3daaba2ec8d125b8d009ccdfb01acb9fb8a399507b5ea342f4f059eb8f2d5aa3
MD5 771c8cc1f7963ef3ebc1fa41c4c4dd2a
BLAKE2b-256 2d22986c9e4e4189d8736d752becab0dafbc928a930bffaa15aea7ecb3501d40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.9.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.9.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2d71f54a33f2f130a3a549959e67ff73f0d32f9c5d10d239b461b17492e630f3
MD5 9bbeee7ccdfe4573cf117e3ba9ace5eb
BLAKE2b-256 d09777bbccf18c25f9f311eea8eecdd20482d610bf84c772f62c60ab919f1849

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7c935849fa118a10c0c3a9ad819731a607e01a19b7e037c6fa3022761414814e
MD5 de42217656e877d95ec0f1f013e42e09
BLAKE2b-256 c049e1bcc5bea316deaae9901b07ac4cbabed1be5ebccf11864dfeeb7b27a926

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ba30d05fa23fbbe1dc051eb99b20a2eaf01ec2ce27f054a7002903de6a125cb
MD5 2fabf396c9f7f3ca91762a14a7f90a87
BLAKE2b-256 9bd05fec635e9860f10342ddf4c019dd1c5751251bf3abb10e92fdffadc18efa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e1ddb8dd4006f360b0bc3d669ed27a9fa019293733ef8dec7fee70d1ca78c45d
MD5 7b60ccf6472396d609e36386256f64f9
BLAKE2b-256 02fa95ce1f00c0fa4bf22c97b71cd1da7228757890689e60862c5323c1dfc8f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 defb76d9beed8cc0c75fa7c0b48d6e24b930799860fd1fd9575a36a873aa8d87
MD5 bdfde51bb94a9e373ec03f5a6be7b57d
BLAKE2b-256 92674823d48961e03cbdf264be5fa816b5abcae6ef129686ef500cf99a53b7fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a51c8c84ed6f2b49dea025293eb42edc2af98cfcb72e7583820f8bf109b0634f
MD5 34e685066026177d2cc6d04966b636c3
BLAKE2b-256 e84052d652bddaeaeb6923c992627a9bd2be76d8624c780a509d9bda0231ee74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 43a86b0b9fd0ec394b3486b7ef53cb92e6acecb4157a10c382290cb971b4b63e
MD5 ec80106158c000d284e235148f61380d
BLAKE2b-256 adf0396c9b809a7a44acc0b882810c49092e4117bc325611b36e032f346c013b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8a36416438ba809ffddbf991a0da0be088a8aa8a4f36e1098182fd9344e0494
MD5 415c751053afd803a02f18fee8c343f7
BLAKE2b-256 21abe196302ebc12f7ab173783fd8f87c99631f9dbfae2bf081ff273d9df4769

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 96f17155466404d77825f73877574ab9c4fbe9e4576e991fe3116af802920e8b
MD5 a7f30131f32be4d5c3a339547e6a05b7
BLAKE2b-256 30a39ce239f50f58cf166c5e64c2c1c5660f520c5d05b2d9f97eb07b187c3f50

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