Skip to main content

Observable typed attributes for Python classes

Project description

http://docs.enthought.com/traits

The Traits project is at the center of all Enthought Tool Suite development and has changed the mental model used at Enthought for programming in the already extremely efficient Python programming language. We encourage everyone to join us in enjoying the productivity gains from using such a powerful approach.

The Traits project allows Python programmers to use a special kind of type definition called a trait, which gives object attributes some additional characteristics:

  • Initialization: A trait has a default value, which is automatically set as the initial value of an attribute before its first use in a program.

  • Validation: The type of a trait attribute is explicitly declared. The type is evident in the code, and only values that meet a programmer-specified set of criteria (i.e., the trait definition) can be assigned to that attribute.

  • Delegation: The value of a trait attribute can be contained either in the defining object or in another object delegated to by the trait.

  • Notification: Setting the value of a trait attribute can notify other parts of the program that the value has changed.

  • Visualization: User interfaces that allow a user to interactively modify the value of a trait attribute can be automatically constructed using the trait’s definition. (This feature requires that a supported GUI toolkit be installed. If this feature is not used, the Traits project does not otherwise require GUI support.)

A class can freely mix trait-based attributes with normal Python attributes, or can opt to allow the use of only a fixed or open set of trait attributes within the class. Trait attributes defined by a class are automatically inherited by any subclass derived from the class.

Dependencies

Traits requires Python >= 3.7.

Traits has the following optional dependencies:

  • NumPy to support the trait types for arrays.

  • TraitsUI to support GUI Views.

To build the full documentation one needs:

  • Sphinx version 2.1 or later.

  • The Enthought Sphinx Theme. (A version of the documentation can be built without this, but some formatting may be incorrect.)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

traits-6.4.3.tar.gz (9.5 MB view details)

Uploaded Source

Built Distributions

traits-6.4.3-cp312-cp312-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.12 Windows x86-64

traits-6.4.3-cp312-cp312-win32.whl (5.0 MB view details)

Uploaded CPython 3.12 Windows x86

traits-6.4.3-cp312-cp312-musllinux_1_1_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

traits-6.4.3-cp312-cp312-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

traits-6.4.3-cp312-cp312-musllinux_1_1_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

traits-6.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

traits-6.4.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

traits-6.4.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

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

traits-6.4.3-cp312-cp312-macosx_10_9_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

traits-6.4.3-cp312-cp312-macosx_10_9_universal2.whl (5.0 MB view details)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

traits-6.4.3-cp311-cp311-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.11 Windows x86-64

traits-6.4.3-cp311-cp311-win32.whl (5.0 MB view details)

Uploaded CPython 3.11 Windows x86

traits-6.4.3-cp311-cp311-musllinux_1_1_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

traits-6.4.3-cp311-cp311-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

traits-6.4.3-cp311-cp311-musllinux_1_1_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

traits-6.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

traits-6.4.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

traits-6.4.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

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

traits-6.4.3-cp311-cp311-macosx_10_9_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

traits-6.4.3-cp311-cp311-macosx_10_9_universal2.whl (5.0 MB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

traits-6.4.3-cp310-cp310-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.10 Windows x86-64

traits-6.4.3-cp310-cp310-win32.whl (5.0 MB view details)

Uploaded CPython 3.10 Windows x86

traits-6.4.3-cp310-cp310-musllinux_1_1_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

traits-6.4.3-cp310-cp310-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

traits-6.4.3-cp310-cp310-musllinux_1_1_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

traits-6.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

traits-6.4.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

traits-6.4.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

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

traits-6.4.3-cp310-cp310-macosx_10_9_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

traits-6.4.3-cp310-cp310-macosx_10_9_universal2.whl (5.0 MB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

traits-6.4.3-cp39-cp39-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

traits-6.4.3-cp39-cp39-win32.whl (5.0 MB view details)

Uploaded CPython 3.9 Windows x86

traits-6.4.3-cp39-cp39-musllinux_1_1_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

traits-6.4.3-cp39-cp39-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

traits-6.4.3-cp39-cp39-musllinux_1_1_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

traits-6.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

traits-6.4.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

traits-6.4.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

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

traits-6.4.3-cp39-cp39-macosx_10_9_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

traits-6.4.3-cp39-cp39-macosx_10_9_universal2.whl (5.0 MB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

traits-6.4.3-cp38-cp38-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

traits-6.4.3-cp38-cp38-win32.whl (5.0 MB view details)

Uploaded CPython 3.8 Windows x86

traits-6.4.3-cp38-cp38-musllinux_1_1_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

traits-6.4.3-cp38-cp38-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

traits-6.4.3-cp38-cp38-musllinux_1_1_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

traits-6.4.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

traits-6.4.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

traits-6.4.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

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

traits-6.4.3-cp38-cp38-macosx_10_9_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

traits-6.4.3-cp38-cp38-macosx_10_9_universal2.whl (5.0 MB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

traits-6.4.3-cp37-cp37m-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

traits-6.4.3-cp37-cp37m-win32.whl (5.0 MB view details)

Uploaded CPython 3.7m Windows x86

traits-6.4.3-cp37-cp37m-musllinux_1_1_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

traits-6.4.3-cp37-cp37m-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

traits-6.4.3-cp37-cp37m-musllinux_1_1_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

traits-6.4.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

traits-6.4.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

traits-6.4.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

traits-6.4.3-cp37-cp37m-macosx_10_9_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file traits-6.4.3.tar.gz.

File metadata

  • Download URL: traits-6.4.3.tar.gz
  • Upload date:
  • Size: 9.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for traits-6.4.3.tar.gz
Algorithm Hash digest
SHA256 a9bbfd9e0c08b7de07e86ef64e69cb96a29c2105a43bf832cd8b162fa1e22f44
MD5 43a96b3f6effb8312a41365106d67e50
BLAKE2b-256 b108ab5a95c4e3f7ebff53c4b58cdeee5ad161a8a285e02620928ff566185a48

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: traits-6.4.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for traits-6.4.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a01968bff6b13a0dc64842caf598ffc628bd973610b309d14b50fa92ce493a56
MD5 e5511f41b701626b2f0867d2cc34ed27
BLAKE2b-256 527cff400b76ae5d6a596894002d536c2fde758194a7771bab9c20cc6c33fb06

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: traits-6.4.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for traits-6.4.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f1253043fb8f034c4342b78e56490a1f2386ed6a645cf5e33e3aa428b4b680b6
MD5 329b84457cf4834ecc9ffb298d34dd27
BLAKE2b-256 88362c09faccc21e6d6b469e17736fb9e18d3f9237e430c6da4afce685dff4bd

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7b1f5763ae1e6b1cab0ce7c82f7da3a642170666fba32dd643181f564e576d4d
MD5 12a9e3ee41d4e3f5ac72b4e5a0bfd432
BLAKE2b-256 1fab8de13dc6c30cb8c72239725a15c2c3bed4a6dbef6b1b73afc05f0b740373

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 83f531a45d681bbe133953c5d5a5a4b572d06239672b3346fb927706bee0c9a9
MD5 5d5ed9620356386dd8ebd3de8252ed7e
BLAKE2b-256 2c14c88e137eefc90cbdf60e5bbf61cb559ce7e901f33d66aeeb465a365b1ff5

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 44a663117ebd197dbba4a9222ac0ecbb7a6bff7cf97e051924e987685025edd9
MD5 c1afa1b73f82cd79812a2b6340541164
BLAKE2b-256 6a220237737233ac504894fd8656b42735b2efddd1ec14c6a538449c6ca53b50

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 92add65d02b4d9ebd6b607948eff84c3a4dfaa642335e3d63c5d8c5a52f08e98
MD5 905be6cd0c5a70785e132eab9e4fbd74
BLAKE2b-256 7837646223fdf1d84313c222fc993417b1fd93ff67435c7e30cfc8bf958a2ce8

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2203ab21df7fd58d0eefb26c56501654ababcafe5e9299bac83dc1ce559be2f4
MD5 b36f3a98c58f923fd5255da1b890b46a
BLAKE2b-256 eb7b88f70954f63d4513bfa23a2cae5f02ba78f551e131d8a359b829fced194f

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 13181f5433dc2d2fc2d9ee3f7ee3d0ede734c4eb53311ab9710500e7c45ae2c2
MD5 d5bdb7da79f90ef8480431d5703aeba7
BLAKE2b-256 e2b3655545952a5a2d7c8a39c9170cc8456f060b14253fe0809c37f3ee159b1c

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e1600875fc3b1cd0502ce0d4317479e0ae0b91e4fa6f14fff1cc525eb1ad088e
MD5 3a515a28d4e234dcfa47dcc595e2e4d3
BLAKE2b-256 6e436778b5a93d3ea3378b6deb628e8fab10e672ba5fed32100b10918b640be5

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 dba809d945d599980694b69c5d5756115959a3899afa9354f0994eebdc843e14
MD5 9e4f6eacab5720abea21f3c9c8482eaa
BLAKE2b-256 e312a8605a9f084118ed585c758dfedaed2f0e4327b12052250e6d625faa439f

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: traits-6.4.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for traits-6.4.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c0e8ef49bcf8ab4e880009de934ce06a4f3fe47b3a064807eebd0e80798c0ab5
MD5 1ff92bc3319b1a96afb51bcb8744cfdc
BLAKE2b-256 14a1936fa87e771998220d965ab3d25b230a7dad6f418d496156a21a3db96db7

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: traits-6.4.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for traits-6.4.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c51635d076b4c2919e7fd7e82198cd7c3d5d0beee2cc4a5c366f2706dee1e465
MD5 d43dd907084e21340edf4a2cffa0c079
BLAKE2b-256 1e9a79458a4ac8f3d77deaaeb0be2f91e39ccc78055b512f59304b01a97aeb5f

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 79f937db0b0bd61272867f4a104d86a132cffab6cf8046f590fed800d621d9bd
MD5 b5f1a5792fe14af29cbb835294c9c7e0
BLAKE2b-256 da8d5b853235971fff9c7e2a3e412c264f12ad943f0bc0a892df431e15b8b374

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 22d17a47dead1d78fcd7c85dc961e646c4b924ee6f0005b5b7020b88aeeee2ad
MD5 fce2fcc15eb433d20fd947b9acd8df7c
BLAKE2b-256 9a980fa504329caf0aa002bab7f9370a06a1d6e23d7896d049129dd83431c6b0

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3ed9ea3e7f830460fe39aeb170816152df87d8e99947034e74f2b58178599253
MD5 f41b345f3517a2df45ecf1002a88b6ec
BLAKE2b-256 9e04b637406391e144e24d074f822751738c82743c14a62746b820aec4f6904a

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f791cca287a428dda5adc833915789f60dea1241e9ec21bde47668538fb01f40
MD5 ca00e083fdc43192d15118bdfae835bf
BLAKE2b-256 ee91280ca4e829c55b0c333f7848124fdb1de677931d547b89cb407cf01fe2d1

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f622915217b5edfb95bf043a9eb75e7ab7c2f0697b59a92b3481e58c883b1e7
MD5 43ed880ec897f607c3416e86edc23821
BLAKE2b-256 5220c88f196dda25e23164365a034b5c328c0c38ff132f3ed721dd5475aae10e

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c5d8eaa97adfb079872e760fab29452506f3cbe03e37a055737dae620d06ad5c
MD5 68e32f9fea813c0ef6270140ceef3926
BLAKE2b-256 a98dabd78a7972b954f8b7c704440587093a587acd4538c03d298b8216b85e51

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8348b7f54f4a4be6c60872c23c5ec00db2322591d12d4eee3f3c7f472585504a
MD5 ed85508407c79f6d433452e0f97ad84e
BLAKE2b-256 28b4154845f19206e59ff9678521889d782836c816ff93c07051018cfe55fe65

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8b098ecde49f78bc2587f43880d1344a8a81c9862244ad7e63d48409a8855b5c
MD5 5726af3c4e00adfc3acd86e7735583e2
BLAKE2b-256 03ddd4ad2cb97a6f2e193ddde01e4c19878351d7b4596ada368bf105020ce7a5

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: traits-6.4.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for traits-6.4.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fa8bc65a24dc3638f94f4fbc7d60c1838bb4e569c73317d37ab57fb3f23abb08
MD5 58c1b8b5c1de8a86c89c297b4209d11e
BLAKE2b-256 b86e4555770ec52185d9af215050e043b3fb1a2b78f0d6e1445796068763aab8

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: traits-6.4.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for traits-6.4.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 371c2b24daa7534206c8353d2fc62663b7068c25eb5f9a2a865e115e940abedf
MD5 8ebff39ee398a855a5b009c5a6540270
BLAKE2b-256 53d1397ab29659a7c67df242b2e93aff90a0a8128ed23522282cd4dae0708cf7

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 053d7c176cc83b228d497cf96171792fb96b91a342bb9666071d513b4e064e66
MD5 77942eef9a3f9ae7ce37fa21bfe20948
BLAKE2b-256 caf0a834f71d44b458b4452c67d04724caa75c39f3cd305d0ff10fc896ebf0a8

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2faa1467ac1da29f295a90ef0867474be79edb5aea133811c0e2403ac645adf9
MD5 f1b83a0b1047bd86d08df74fd5cf5727
BLAKE2b-256 eb9252ec6d9edf76aa1e9706f1ee1bcc5459f62db1d4fe5a32078e5421b96bb1

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 46cc41d2c65b374fbc600f39fe4bd68bbd01bfbdd6629c29e39686a854d4cfd0
MD5 6133dc10c070b3f46c0dc2fd42342704
BLAKE2b-256 06a75ecb55d0619b2c9104bbd6a6b0725a451a76e71b1551f6d1420480db32d4

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eeb126a6485edab740b2f238e9b02c830f7c8f7c1112609b4b5d280aef3e9421
MD5 6eb86dfc4dce01d3d931bb01563a6fe7
BLAKE2b-256 fdc76dea603c29d4e7179d341d7920418a158ee84830006e1e7135921d3814a8

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 57109bca87c1e9ec125332a758c95cdf940540efc4c53a30df8d1dfa119472b9
MD5 0f5c10d5551ebd6e76816bee0e454cb2
BLAKE2b-256 4df7cb0572a8caa2c7add74a473dbc44a4308a0c3274d17f33b37cd05212e6ec

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 35f0bd177409697a33e95d5e5066670db122f0b5451e7a0ddffc9752d2bf3f48
MD5 ee587810c5e8735a09debdbad78e1981
BLAKE2b-256 cba90212d95416b98d1140aea268cfa1c2375733f25b997636e8543bf088f974

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e1e97f8a45c161715dfb69d5248cb54210057b5bd649caf08041465374dadbc1
MD5 01bd08d462cd09706060836c9412b657
BLAKE2b-256 1e48b57ddca3b6ea6fd393a8fa47cdf9fc5a53dcd7c400ffc770b9cd242aee53

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 64bfbd0fc4c8fa25eb55d6d46a8f98992852acaf904618879dbbba87a09289aa
MD5 84ddfde18cc3b2ba31a451b7fc9d1a5b
BLAKE2b-256 14bd4f9d867b4a3e35a22d8ce91868cf8548201acd44304d64ff8029fd58516f

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: traits-6.4.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for traits-6.4.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 723bb5c8b0f7f1125092f6ed8c1fc21d9673d64b6ed33b30f1933ab5de357f7d
MD5 c18a16b1d39d6d8c91359b70fc197808
BLAKE2b-256 43912b2065c624d39c3a0f0fa3ce5cdc7067525a17a86f508306b8cb4921a7e4

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: traits-6.4.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for traits-6.4.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8af9f2bafea38a9747798a90b61ac5f806cc6d930889d993c899bb0862e0d3e1
MD5 a382a8b2d41c7e27958b7aea2634eced
BLAKE2b-256 cc261559009b0c0141b622fa5dcdaa6527256b9f8d07bf3ec974169b33798f6f

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 79fe4de34f6c5cb9aa5ba21dfbbf4ba232bd1b74882a49c3fe10883806ebf422
MD5 a70dafc7e80a5120b4708c509e2bf5ea
BLAKE2b-256 fb6c36cd9f30db299e9633cbe8464e25649474e5b7263ee0a1ab62651009e797

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d3b5977372d983c39856ebdbd8389b82458b0907c1fc3a801f831ccb1de740a1
MD5 4b5fa842139ffbd997e0971363eb1397
BLAKE2b-256 28d9549ecf38c127952b847dcb7bc5c0f2799a100a61fe4cb4288c01d9ce3a9c

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 109f835eafe8106a76245b9dc6455d52cd315d60965987c3d27061f9f4a6fc22
MD5 da7d223eb4f62a07296a60506d57f23c
BLAKE2b-256 9d3877765a60abb26208da3c71f1d45be42f3d87d8e1fd07490b8191e156b972

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fcd8467a47c4369e85efeb86a48d5e4540209b0f58f2a66ddad65d8245cddc86
MD5 671274c5752844dad45eb7f7fcbc2664
BLAKE2b-256 55c1b9a36c8eec093d665eb09eded1435f347ee94f0cb39abbb992da1d03a7c7

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51589af37bac46d8af91593a0f44116d416db830a59491f603e982fe2d96bed5
MD5 2cb2e3e58ded8f053e54751a161037f0
BLAKE2b-256 abf4878b2982852eb81dde9783a8e58faddc7bb6d64f6b53d4874ceafcdfbdd5

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 220b8faac11ae71045a9d0e65ef32e9298fc545f108605a149a81f38fdbfec9d
MD5 15a22c650a9d61050d98693c3db03bf5
BLAKE2b-256 71a0c8fbe64238e1a058f52e9b28ae73a36025618eabeaa9041cc7bb4ab726b8

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1951ef5a5702f80a83b825747969bd910eaa7f093658d092342eae8004617580
MD5 a8ec33db1ec3c6e110dd09b5977a59c7
BLAKE2b-256 f50d511416c6664d1ac3972b2f49830a913d7c086f6fc0f472ee93a5bbb1a98f

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ab854a855947a544f7b6644086499d13e7a8f0c23dda9dbfc2f50b4439848303
MD5 e3b021691ea3724a9bdedde2c012fc20
BLAKE2b-256 efc2e012e9fae16385bde9e39d0263e4b62b887fa20ddf742941139667d1a16f

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: traits-6.4.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for traits-6.4.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cdf92353fd3522e409b245c025b424294264724ce6fa6c12b47fab56e66d915d
MD5 f3d53a0788377b08b01728fa37c4cfa2
BLAKE2b-256 7b86cce23d977066771f358a2c283f8910c5c39e81345ea3774fccfb9cf57484

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp38-cp38-win32.whl.

File metadata

  • Download URL: traits-6.4.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for traits-6.4.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c7b8983528582c3b22f04b341470be512ca43d8036c96acd6a038fdb0ddd9769
MD5 b43ac1b683d3de40c38de85034688576
BLAKE2b-256 7478146f4eacd1a11cdefeee36b63b0171bc5ba188afb1ae47ab3eb9346b218a

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dba974e6277353f01d5cd780b2efbf22142fc81e7907da3a50c6b49ed67f10bc
MD5 fdc8e515cec32c42b55979ecaaca6d7b
BLAKE2b-256 cdb6e52610411703f0e21bca7db44c58fe508c479614d1689b0d1e6c3359949f

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1f950691085c32ac30d66d90e1347fd7971ffc118c1ba36c39aca7d3826f61b3
MD5 43fb77a49c4a0c11ace07fd719b8294a
BLAKE2b-256 ec788bb901222415b6323b3da0588b20b10572ecaf843736bb8e39f68f89f6b1

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b6bda9dd716ab4ee296a24d3948dbc84beb2b06b2aadf3f56fe293750a234f40
MD5 73189227406296388e27aef966d3883c
BLAKE2b-256 8dcd89b292856d0db6ebb4123190d5e162eab361073cf019127db7ea826bfe5c

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d3f0887f6261f7595a80a97a995a229109e2902b66bf370caa4468ffe5b7f56
MD5 078bc13fa42c63f9653f0e866330e2fe
BLAKE2b-256 16b1a62f29cc1061909e29a2144b44ab92440283f3439a164188add2bbacd6e3

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 996bdc5ffcb2fc1edc08ecfa86cb42fe49b80d1b71abcd8379c852b87c1d1ec6
MD5 a6c78f0d72fd4db9714e7e77d3ccedcf
BLAKE2b-256 3d502d8ed75e10dd329748550a417a3e87673a7004b77735b41abb0e288cc1eb

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 309131c6633eb80a6a73b90d0aef83dfbb8c81c81452c81dda0f80dc38df7cf6
MD5 e1a899221341c69dd1f3aeaf245dc739
BLAKE2b-256 9e6c58894b9b019bd43073d163f795e9635df9cdb487e506a57be74cb7361340

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 370b892835e057e9353ea26a31127dccc427f72eb8f400200bf4d0ed4fa4293a
MD5 a91222cd46e078243a5651b6102c6dff
BLAKE2b-256 ac814d09223ac4e7bae03b69fa414536043cf1c2079f226b69984f35f51ee42c

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4755a4ee9ea6bc9287e03e4ff5f0b80d12f62c10c1cb1b9fd4c8648650a485c8
MD5 dfa26a0be8b78e92c0c5808d641ff1b8
BLAKE2b-256 4015152a612f0d07148d102780f70c510b1b2481636fdf3a81210ce7e0fd694d

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: traits-6.4.3-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for traits-6.4.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6b75ffe02d9b2f870b647df9a78740f65d9d599594060ab0985dcad3391d2b28
MD5 f1d3664df16bde321ce3f8631f98910c
BLAKE2b-256 ff06612cd848d2b6c6c5e972fab3dbd4b40d5483d541c16db1af7c94fd038b4e

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp37-cp37m-win32.whl.

File metadata

  • Download URL: traits-6.4.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for traits-6.4.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 2b09fad29dd5b153c510f699e65da87f04c5c7d25d03d2376b9f802e52c35219
MD5 ab5310d083af006ebaa584ff21923845
BLAKE2b-256 149336d1b6d4a6f5ffb6341aa6d236ef24019be4345c4a15ccb0bfb31e295c15

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d4b7d5297b3c7541fda86a244f873aa29a9a09e7fd281b63f44ba3b864de6380
MD5 cf01ff44c42403aee5722eb5cf0ce652
BLAKE2b-256 c8d6b5853bdd2ba7e2b241bd6275f6983584a559f4a5a4c781693455b2d12dcd

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 01ae3e7567d4b06dcabb2d2c32e5fced42f05ebb1709cf41e7f4d816f3ce3eb0
MD5 1ffe29e84c1861a9ac9fd043211c87d0
BLAKE2b-256 81d49667415072d8b068ad34764cdd788126fe576a9e1d47b74c03bf4df1a92f

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2e53c14dd203d7527eeab52e3ea62dc360df634b1814e79c1015470d1ea254dd
MD5 8f683c56e6a07135e575aa73f4a415aa
BLAKE2b-256 afc79e730c9ff70c3c77e83e909850978c8980a0fddcbd607d07d1bb224bd2bf

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b6777907777c595103e1c11c423eea907e895921b763eab0c8a213cc81d2224
MD5 a7aa200d0ae64cf85f63d29096413425
BLAKE2b-256 5216cf6b932fc5b426d162d66c57f8a177762d0a3539435bbb8c010748e8b6b4

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b2ca6513b6449877dc2f7e9c10aab7b2b6fca47d95920139dbefd1098eb4f2f1
MD5 25d3061735bc8e0a07f0e6f2d0c28160
BLAKE2b-256 88ffabc96a94add3cd8ee6618e8ffc32068000f6e2e2e7d51976f6e6c94c70cc

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 21e69c544a48223f5bb662fbf2b1810d90be6e1bc45245345cbddd446658b4b3
MD5 be506d5d5aa0a0bcfe0737536580aa9b
BLAKE2b-256 e13e7e1c5c41f06c213c62162f380bc4ef9951070d646c48bc57ab4d80b5a155

See more details on using hashes here.

File details

Details for the file traits-6.4.3-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 48394bbc474c6e160897d339791750e75aec638c426c0e930f54e308a43ada47
MD5 d1964961ad79d7d2f9b8728d33f71adc
BLAKE2b-256 434dfaf6e6c4d3afb85fa56a850448e839a0689481e17200171b9645c4bf80a8

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