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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

cwtch-0.9.0-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.0-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.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (2.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

cwtch-0.9.0-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.0-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.0-cp312-cp312-macosx_11_0_arm64.whl (406.9 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

cwtch-0.9.0-cp312-cp312-macosx_10_13_x86_64.whl (444.5 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 musllinux: musl 1.2+ s390x

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ppc64le

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

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

cwtch-0.9.0-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.0-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.0-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.0-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.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.9.0-cp311-cp311-macosx_11_0_arm64.whl (217.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

cwtch-0.9.0-cp311-cp311-macosx_10_9_x86_64.whl (235.8 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: cwtch-0.9.0.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.0.tar.gz
Algorithm Hash digest
SHA256 488139a20afb4416a92531563eb255acd94c83d9ca7378bf9cecc93b97210ab8
MD5 39658bb00384f987ca98fade73b96584
BLAKE2b-256 1d9412dda6ec3be8ea579bb74e1c4be2273a50daec97fab9fa89cff4fdb2031d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.9.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5896edb53308db2aa02e53905acaeb1f5397d2e9f4e5f2f2824d20f4da85def0
MD5 42a9cc078e7ef84afb8c32d14a5ee9ca
BLAKE2b-256 0b3b6f509eac48407f1e7a13c9e9047db5bdede23234fba88d809831c81fedf3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.9.0-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.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 fa0719ddb15261370ac74bfacaa4596f24d63a0e5329083857cbb28d867b4a08
MD5 0eed4b03d5b3a9255caaa1afcf8102ad
BLAKE2b-256 3ef67cee4d1069e7aece2924f1706d4bcbe70569f64e0810451490d59d338cca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0cdf6a5f827b94f7f465a2e799ed0287665ee2f89caa8224e9f2a0190d177b05
MD5 85ea003925b7e9334ba6b6626f5ac455
BLAKE2b-256 2afa372d651b8f8c37886b686ce496b7432a35006c33e0d44af46d68ce0b182b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 3837324c9bc229bfc8605a6df29cc4f1a55f5ce1beb894624667e6b1b8f017df
MD5 5e4978c0d666185958fc74e1cd0d5f22
BLAKE2b-256 a4f2dacd801b2d0d0aca2af5c8c0aabf168a4873f149414d05a21812c98dbfdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2a8c50b467bd7504be36f019b70a7666e47bb31929f0fa767bba7261e043ea5a
MD5 d3ad95501e6718150b75995ace8c925b
BLAKE2b-256 6db0f40427b2a1c5d417e7c83fc9185f885f4d0d67add5a91aedd0e0b86cfb11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.9.0-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.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 02bbcccbe29f30e85d285802da13a657a06b1e515bff5d037fda9b80774cc67c
MD5 7bd1450e189864d694f078f9dc586036
BLAKE2b-256 2c0c3fc8723b47c70e33f2e1b0eedf00fd4b815bef83e762c300c0ecf563f6e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0eed56ae0568ba6553f18a3104c7ea2da8bb1953e3cb876a007069298e4dcdc5
MD5 4089d2f515c404292e0875675b6c18b1
BLAKE2b-256 5a28d7c6c1d3721eb148aa15a3f2a2b6dff4abba6ad54da6475e3db9542cdee8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a05087d5ab83c4186cf78a16fd2a8601a26c1a42c86ac4f6e56be3456c7466b
MD5 930b4f6ba92645fb6aaf16a65e681768
BLAKE2b-256 bca772c456671dfce6336f0bbd4ca453b5b875bf19e3efe68c63b1729fa275e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f8d23f738eb49d2c193dc425942be68f9054c7824b958128734bf0c99317dbaa
MD5 c9cabe9e59c21967ca52ecbe1e8dcbb7
BLAKE2b-256 94d31b163c8ea5c02628f50960e2d6ec339b2c8653f03099193bcb2e85d64b58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ddc4c4b3163638756f34b08b2270b1795209796fc2eee74cc59e1359636ac62f
MD5 430f6242a6ad7f748f3295d2ed8cf5a4
BLAKE2b-256 eedd8232444321914c0579e344d6c31bcf87299bbe01925cde4d74407ef17aaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp312-cp312-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 88ed2872f58499f5eea140dba3b01122ed9db803860177e59179f633bc87d72a
MD5 4d4392658cd5d82aabdb4b862dad105d
BLAKE2b-256 9505c13698ed9e4a803928aaf0c120ce4ce87f9358e032811d3a1fe6a742f43a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1dac64a9d80095d162d7fa8de7108750600e3b7bd1023a9d3bd197e2dfb4509f
MD5 8e707233cf7ab08899ad91805a663625
BLAKE2b-256 581f3d3b9dd5c1abb6d3ae8df6fbe0a44ab3705c8acc67be7052f878994911e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec6aba0d049df04b41eb26db5c177516bd2d7d965d578be618190722d8014adf
MD5 13dedf4f86bd80dc32112b1a587c05a0
BLAKE2b-256 65384edf5fcc84e223c831910cd4f276d44820c13fd473e1bd8dcf26daa8a6d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3438d5246286ae5f17112a440e709a98f4cfc0a2096a402b0b9a0ed4a45f836e
MD5 818b2d9df47abc12f267583748c10bb2
BLAKE2b-256 93165154345ca3898a5da64468dae8aa61bdfea35e7542f9fe12dca5b152ef03

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.9.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fcf5db32c6ebc36faca837e92d447b96e50b5edef2a5214b6b44b5776c7f32f0
MD5 ca140b10d7de2cf84b2bf8cba81272f9
BLAKE2b-256 b802803e938386bfe8a99cf4916bdcc9dd1c599ab6afa459fbf08e1c64358f99

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.9.0-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.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1879227bef9b0c6c74ad80b933ee53f40029dc83ace8c46ce7a5608c205090a8
MD5 96eb215e350f8839aea2101cc1700820
BLAKE2b-256 cc3f5ef7c5db523b11645f08ed2efeb18952e0dec9071bbb56de6adc07c34d31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc1562294123a8aa59c2985408ad94c4d183d36b85dee9da74609e37f789e57a
MD5 d2d71045a786be3b77bd65b631c3e846
BLAKE2b-256 91b5ce5fe204713295a2faa1ad3726cb1916d3e665d5f1c9f8047fdcc3cdfae8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 eeb67a6b7561b6d14aed45aeb8facf9a04b1151ee15186c8b768487eaacc84a8
MD5 957b924167087a2b25f018b8326484d3
BLAKE2b-256 39a56649521d1cfc40e1a93bbe343f6d7cced500ae9cc18fa7f7505e58d0ee47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 14982a378019e80e1ef557b57436ca80541d6089de7cc77ea41601a580ce3378
MD5 4974f8331e77de26f13b250300cb278d
BLAKE2b-256 0fa6ea9e787b1d95e7d5e16da4df05a3b7f1a4c6b4405029c9c282b37286c06d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cwtch-0.9.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.9.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ca66176e70092715364cc311062e4da8ba263ff1919a15a8f87b2bd82335ec15
MD5 61a9097cd6adf5b63b07a4762cb511ba
BLAKE2b-256 aaa79ac00ed313118e2f068b08ae64a8a77e043f34ea9ef987662362d3e42fd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7e1a97c0232cca7b45e118f50f0571e13bb571b3ebbfdbc046f2f9a7355f1865
MD5 a5d0c1b7d3d85d9bc9101c6e52c0e89e
BLAKE2b-256 7f7513d7638c82d2f0c69c0086f097518fdc48f4ef44529e3936a4d7de41c0da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f473bd2f9ee3e3c3a80b959c698801338940c8bd9b199aa7f78230e279571e77
MD5 b5ab32078ced90029b5bee11d379cbd7
BLAKE2b-256 a8db2c6bd1b3b242ee4b06b1dc2872002cced9f114d6126d572b4ae24f89b2f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ca96bdb8d472718d043cdb2707c37e0a34737d480b875af70db94b04d03e8201
MD5 ae423cfe4327b83c6907fb02e1cc0acb
BLAKE2b-256 504a7a3c8cdf5b8ffd96a57b662eb3b5ff4c8758b7d51d0f2e58327881cb8481

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 72792e977d35e7881775774dbc3495db14d96f8aece77e060d0151267f30a0c4
MD5 da4c8ceb7936f9b0f9c3b784224c99c2
BLAKE2b-256 02e182b9752b190593de052ffea38af574590a23c75a0538e2043a74d1b4e016

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e8a6ac23d5e92fe8575cbf9b0604bad1325c001531b9ebea4266da5df32d71ad
MD5 10df8df3e3b14d95987a910c28f9b463
BLAKE2b-256 4190c95bc9ef2c4f9a76cbe80b10c49fdef9ea65d2221793a3116aef0a54503a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 74eaa402f6bf70763c1df3ebd71dc842b57a71cef4cf2c8cd55d730012a807e5
MD5 8abda40e03d353ec9345c1617a3ba244
BLAKE2b-256 35d6d2ea93a7bf3abc491d379f98d5984804bc8fecf525f373c4ff3d1ac1ffe8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 215779b7b82687d7d9ab8f2c8f6dc246214b34ad0672b203f6513b08b3f34f11
MD5 4bb6cfbb63bf24ae9c6f75752822f5d7
BLAKE2b-256 517dfa044a01770f944fd7215f03a1d7de97e068cfb87c8007de2aa23d8b1ef6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cwtch-0.9.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 72d1d4f39a7f1080b58648bd4d7ecd06c9bdcfb9325d72860aab4795e94323a9
MD5 d005c7dd994a89d9d7f065a707cfbe81
BLAKE2b-256 aed0c9418798f38437963de74e8c893e459fd9abc2da27e4817b28380c27cefa

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