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.6.

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.1.tar.gz (9.5 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

traits-6.4.1-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.1-cp311-cp311-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

traits-6.4.1-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.1-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.1-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.1-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.1-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.1-cp310-cp310-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

traits-6.4.1-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.1-cp310-cp310-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

traits-6.4.1-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.1-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.1-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.1-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.1-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.1-cp39-cp39-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

traits-6.4.1-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.1-cp39-cp39-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

traits-6.4.1-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.1-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.1-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.1-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.1-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.1-cp38-cp38-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

traits-6.4.1-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.1-cp38-cp38-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

traits-6.4.1-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.1-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.1-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.1-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.1-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.1-cp37-cp37m-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

traits-6.4.1-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.1-cp37-cp37m-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

traits-6.4.1-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.1-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.1-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.1-cp37-cp37m-macosx_10_9_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

traits-6.4.1-cp36-cp36m-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.6m Windows x86-64

traits-6.4.1-cp36-cp36m-win32.whl (5.0 MB view details)

Uploaded CPython 3.6m Windows x86

traits-6.4.1-cp36-cp36m-musllinux_1_1_x86_64.whl (5.1 MB view details)

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

traits-6.4.1-cp36-cp36m-musllinux_1_1_i686.whl (5.1 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

traits-6.4.1-cp36-cp36m-musllinux_1_1_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

traits-6.4.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

traits-6.4.1-cp36-cp36m-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.6m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

traits-6.4.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

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

traits-6.4.1-cp36-cp36m-macosx_10_9_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for traits-6.4.1.tar.gz
Algorithm Hash digest
SHA256 78bb2ccafd60aff606515aac46de64668a0a81cb5c54c650b9877a841aa9e812
MD5 d1114a9d4382a65ba147905905960df1
BLAKE2b-256 ca728d08717884ac41811c4cdbd5bce3101a3df64e0a1890aab7b1a1311c1f50

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.4.1-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.1 CPython/3.8.10

File hashes

Hashes for traits-6.4.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d101bc812867ff8f8921ac1f1b1c4b293066d5cf7c78e08df51041603ef213f6
MD5 060965e2a4e069ed35eae371f99c21e4
BLAKE2b-256 4b83b2c9387e3d7f2308a25f9a0f9748b67fb72c795b596d3c7a8514ccb42149

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.4.1-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.1 CPython/3.8.10

File hashes

Hashes for traits-6.4.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e4ae42f18f85d6840dbfec6f2500d7ff0114f12ff1e5c54f48581e0a9d9a8e24
MD5 be9ddad8c6dda31aa6e9223a8ee55dc6
BLAKE2b-256 593b530a08e13b26edcf7fe03dab6ed62fbbd6583f8e935fe4c212a47c9431e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4c21479fc99dfe3fea5d4343270c9fcd1153f0c8b1e8c8445a4b116fde60b83e
MD5 7949535eadabaef03ed18aca21cb11cc
BLAKE2b-256 ec38f4161d6fcb156fbd93671649ba755109c0facdb4509c77157f767a14fa12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9d6d8e4c1893817208837b92f4180781c762b3c88f3fd8c4ee587fca040a9193
MD5 a45c6ebca8544267c789d5483062df8a
BLAKE2b-256 e7288235dab208ac3079bdb3627e659cf6e36c856eba63103141a876e3c98d4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 abcc16402c1f2f93e3934c076d10dc6362e8be9db26d73c42a51d8ae8d9458fa
MD5 784bc6439d9e6de5522c83b65f01901e
BLAKE2b-256 4f02190050022b04f2eb9cd4dff744c8c951e2724eba47a1ebc41b48625d243b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 813da317f1e009ac11e5acce7adfa91378a67f4c788946d297d009af793aa217
MD5 4eca97ba2ad206d4d890c4872da5aa0a
BLAKE2b-256 8baa682b79fbdfef8ef612066084f37542f529a5cf10c1c95997e1b342d2eb01

See more details on using hashes here.

File details

Details for the file traits-6.4.1-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.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66cd5245c777429318e92bee22cd344d6f20034e7b7f175cba21c337d7c2cd91
MD5 0c8d3b5aa69307f868322851a5ef40a9
BLAKE2b-256 69c70f6f323940a79a7e10f2bed7cf57da32e36671fff0b48dcdf8dbbc3bcb7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f6816ba601b69bb874c0942afdced24acde365948cf1c35acf19504ca05f2331
MD5 aca3fa59e7cc2b1b7cf670ea552ebb7e
BLAKE2b-256 62b909dd80d4d48e7765a1c42fafd47e263c5a816db08847294ae6d5baa06d98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4a5f82de74443cc6c7b322c6ecabe58692089f80c7e4d76c912958a4d476eab9
MD5 ce2c2e86bb641bdda16345c3845987bf
BLAKE2b-256 06c15ddccc71f31cb93529ea890d32ab8bf3b7bf9d29304d88c540184c47a563

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 170d9c231991065977bcefabd741cd348e7871c1d2dc1decbdcef52900dfbf6e
MD5 c7d383d5775013c6be8860d2e002bb14
BLAKE2b-256 8f20cec6346d1c3b17eb6e1914f8f5d0e8bc781f26ccf7f66203c1d34beff6c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.4.1-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.1 CPython/3.8.10

File hashes

Hashes for traits-6.4.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6b80a73a2c767fd09e869a8c782cb0d6eabfc319ad2523c670632f203017e073
MD5 69a103d94f22b04ebd7bafaca004f004
BLAKE2b-256 65c34831912ea3d4e34da5c5b46edcfedb55742d5a7b6f3c4f294984bd71c4ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.4.1-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.1 CPython/3.8.10

File hashes

Hashes for traits-6.4.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0d9e741b6b989f60471bb79a94cb9efe112e7b28b502cc06ed6e55b1bec30c14
MD5 26b54e7f9e3cde28195285a1a12aa507
BLAKE2b-256 584057672461aad39fe66b6cdec52e61da1cb2a48fa78a1d6f52d270b1f9a237

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c63ea99e7229eeab230f72f4ca1262d172830e55addc326dc8caeb03c14d3c32
MD5 3101f552615fd7f8808c58b775cb1975
BLAKE2b-256 03f2d80f13e612b7b8a74d1479aa24001e1d4ca8b6ba45b1dacbb3ebab24626d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 07055b946891f96f0b202b088eea72034650673099accbd8a16671b61448e896
MD5 b9837f78e8898b05e0e1bbc77ac27180
BLAKE2b-256 2e6b2b8adead33960d4ee81ec732d4979e8ef206ed4a6858b738e7989b728a03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 65498364ac7faec35dba5271ba1f7b6886d1511ae1f0a6bcb77910291be5528e
MD5 0c95bc6aebac2f26897f5f72567b64dc
BLAKE2b-256 13e75dcaa92c69272bf836f971cb26e3d311ad9fb31c276f70c6a1ce657e1bf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 368f30c9bbeb65d47df2a9a5c6027634f4c5a28354ff19782af41477f9d7f029
MD5 704b640970bb7dc8e911f9e2bfbd6137
BLAKE2b-256 c67dcd625e8c526e3cd1c85e42219f3fb041799a88c95aea2782e9856b73d7dc

See more details on using hashes here.

File details

Details for the file traits-6.4.1-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.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8059ac0d4a07d6c2fc78c545f65f83705c0c8540a85aabbadd6c3b3702d549eb
MD5 e077f53f0e3b00d6d8a182d43384a5a2
BLAKE2b-256 61e0f43de9364fb951f7a2a70159522bfb062d1e75ff6d7210b1a05c31aefe90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5cf658595a645f1c98d2d46ea03c2694de3103203f620be2e7deb6236a431861
MD5 3ed9ae5885b01faa0970c8fda2479814
BLAKE2b-256 7154f855b1c47b0af17a1b58b3b57c2688e5c4ac7abdd7874b0cb13ee6e73322

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 de7ba6c8d5c5bb3460759fd54101b7687be56bb2a949d8ee92d621b93118959b
MD5 8e7f16a3517c47941bef75db5ef7ea56
BLAKE2b-256 68daa9e9e182a6eff791a11e6c13ab351e612eac4e739feb6319d4804e2c231b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a6bff83d59755fbf5e9cda6c027a0dab35846eb5973ad95ba159d87471fd9f6c
MD5 bb6c5ee60a825ebaaea626f78211736b
BLAKE2b-256 b53980eee144b6ad70a9a960cc3d524882f3e48e9c838d69297eaef93b14345e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.4.1-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.1 CPython/3.8.10

File hashes

Hashes for traits-6.4.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d88fe3582061ef2ec2c795fd341f51693715bacab19b09b0f13f5fd028695a8e
MD5 6b4b0081c880e96473f1bfcff9978790
BLAKE2b-256 3ec5219154012cb6b0076c22b59edeaeae4aa495d9d6ab47cce2c871bd702987

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.4.1-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.1 CPython/3.8.10

File hashes

Hashes for traits-6.4.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7655ce43d9a05ac2e39c55be1b543baf687a555319d4ddc18f3309bfdf9a9515
MD5 19108ae5ceb123d6edb4c99e9001d4d9
BLAKE2b-256 fe9663c20f0a7b50685656f9e54707fe8410c526d9f8fc485b833e8d145cd1ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a9aaaa9bbb7b601a22057bd53b6709aca5dd97c35688707a1d5c0784b9d775da
MD5 8f61736347efbcc1affec8cd028c0d31
BLAKE2b-256 230f4301dae2172c30a5ff226ec917d1188bf7767fc24ee4bd6419cfbd0b0bb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 48001b26d7b2ae27f8eac6dd59fbaca89a60a93068ae1817b6f36fada3ecc0cf
MD5 e234a3ef8078b048c7a4013dbc0eeea0
BLAKE2b-256 f2c116f4088664b8f03d991ccc87ffffdccfdacd89b18be564e3fe53705945e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fbc30c181430d8522bfe761249e0369d9e12eb392fc6ed64f616e71554e4763e
MD5 34eaba552f5104d52ee8f7aeedf44ebc
BLAKE2b-256 77ee1fd88e01dd0315fa1a304e82dc3fab3165274ff401da63b1c6f42ca77252

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1055f9891727306c455bca60633ab82dd22c34aa34964a78b5bdf2f4c2c2ec61
MD5 d5265dc1865ac819d80b112ace5933e1
BLAKE2b-256 7eb69444d3724bb9de3b10879de1eb61206d5034fcbf9bfbc2a997ff02ae059f

See more details on using hashes here.

File details

Details for the file traits-6.4.1-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.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f366401a8da6a4ddca4686e1e2eb25492d154de93b58c0290b6363899b6ba937
MD5 8f3c476ce886d50a1d7332cea25d0a6d
BLAKE2b-256 a4b1867b8454467403acee31c5e329e156525363954e6eb767fc40b71e7f431a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ff824c8191f9d1fde175d1dedd429b4a458681a40e1f1e7fa5b01f3602cc71fa
MD5 680a793fee4be6b0c79d584f64cd7d1b
BLAKE2b-256 09e60320b44518855d0c022dd808b0200c889bc3bf5bc8dd5abdbbde48a35cc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f7606aa01050e5830fa42d590da506a6c1bbdcbd045ed593882d0453a4d026ce
MD5 8e0867f3861e6263f78dd1f6433e0ed0
BLAKE2b-256 4bbc87d6f87b7897bf3fd209d58a8e5f1a0648dc31ff1371cee3996a6ef07104

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9b93acc90781c5fba352122a4ef41815378d3adf25e591f771f0a43e0e4e2b10
MD5 52aa4dfd90c3f91d8ecfe4c8fecebe88
BLAKE2b-256 ee39fc43e4e7e0f7d3fb75645ae4760608d475447444d9b6ee36daedb4eebe20

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.4.1-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.1 CPython/3.8.10

File hashes

Hashes for traits-6.4.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 340600e41be7c3a09234b122c23301941c02b5bb51c00a7ea562c1d52ef46be3
MD5 8404de2afbb0c4de01359f29b0e91db9
BLAKE2b-256 9619b417055bd11cb8225f45a1ba8e105aedf6a99ce268e5720a67323e09afdf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.4.1-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.1 CPython/3.8.10

File hashes

Hashes for traits-6.4.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d08e11e0e43259ad143532bbc8f979b9ff96f08ba04db0815637ab9f8f7b1683
MD5 c6487594513c71922ef52cee3393a2a9
BLAKE2b-256 9dc5cf25747ec685e47cdcc87a4526ed5c64fd2431f90c102a6c9382a90730b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 290acc7706d8d4ee53469e41f336d6120f2d8c0bf5b9a152aad1bed71370fbeb
MD5 b041b9ad277f60a2ca389b3e4711b165
BLAKE2b-256 47fcefb4ff247147f8413ba630bff1a62d65a09aec5a659310828e055333c6ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 861863782784ce8452ce65b6217511210440e1351bf22965cf02cb9237f5991b
MD5 2d5439ef2abd6f6685b14a42fa231809
BLAKE2b-256 b038af031eb571ae360133a0e76be75b3e5b6a5c3f7e064fa166866c8c1d4175

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e714348a238d09c9c92556e9a773b4da1dd7434a41655874d3442f042871fef3
MD5 b25c93360f5c152e2b947839b813c6cb
BLAKE2b-256 0139b518fcd823f48703c0be328433724c03c727a991c984e49f703588a522dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d48e2fe385ec7e89f6a9841973791df35c5caa7091f55c51bceaed5729557ab
MD5 850d387be7652fb42c4b6cc296e203f8
BLAKE2b-256 38846d4a83f94ca1a7745947cec1973df0064da4a1e26f50535897cfc097b624

See more details on using hashes here.

File details

Details for the file traits-6.4.1-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.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a9ac25ffc27639ca26eb530dd2f1873483c0ffc47dfc7c892f7b7f946e8c23e
MD5 7452c8a714d3788b4cd42ab7bbeac765
BLAKE2b-256 2cae880201f26517ca0757ed07526da27f89bd75f605d05e00474d05936f75d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e64d3b0207bf451002daea0451ae7ae5fc5dd988d74a5efad2822d5fd76f1620
MD5 a9edf2fdae0aa71cb522064e20f00715
BLAKE2b-256 ed32393dad6bf17fc275f260bbaf0543c877f34dca180487e8aca121901a48a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 69cd5eccd564573204341793e30abe28e26c7ccf1accb306b5fcecdaecb8e916
MD5 529ae73f588018362e8f667a7fd7d85e
BLAKE2b-256 f2217c9b57f9ded4d1c7b7d5ebc92b805485e7a3042374b9b4017aadff89d4d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 81aa5a8372adde8a0e4360328a7f0657bf84b0ac567742adf29a2b35967a3e45
MD5 9ff6a1a98558a76f78152e845654ec2d
BLAKE2b-256 5262e80080b3f1aeb201e8f90634fcfd5f9b28f0630132a3bb0f519573b418ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.4.1-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.1 CPython/3.8.10

File hashes

Hashes for traits-6.4.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1435bdd4b8454cab1cc60180fc2be4f4eb772d6dd97ec8da6ff2e7ffb7c09cdf
MD5 52a3f1eca14347b39d0d1a6f02b2e049
BLAKE2b-256 c7d146eb5024434c4ff8df0f5ed5d0a60bc6428470726970d9a3d037e5df0653

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.4.1-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.1 CPython/3.8.10

File hashes

Hashes for traits-6.4.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4205e8a7ba89e7d14b3e6f3e1697d6c217bb61418d92dd8543976c58072c54e8
MD5 172050c41ab1cebf4edd1bceb5e41f72
BLAKE2b-256 26b1d9d94918991eb33db1c3c6aadc9108231b62d66978c01089e8f7325ba8b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 14c18a1176e3d0e97e52430d1c3931fba167609527c68f819ecbc0e8b4796020
MD5 451f97a39599160eb8845928158b6220
BLAKE2b-256 68bec6b68a3ddbf81040fca60a7600a429149ed1cf3a3f0c0c980c4c116fb1b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 711c2fa1b3ba7d83bafbd7b57078080568652d9d258f9b1dfc6bbde38689e987
MD5 1e61ac8e173ee33f1145ee2864b2912a
BLAKE2b-256 138bb01d58d4211dd4ea1062113c546c510747c2ef4c3ba85fc8403ccd727e1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 00272776fc02fe2b5da66698e704dc2836b59a844daf6494fa1974e8f14ff64b
MD5 0daae70ce216fdf58ba97f7ced1ba5c7
BLAKE2b-256 6b7005414aea5d69c3d8b44ae1bf37ef43e6ef4dd2571b9d5f9515b0a94091c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 07d9f16736426303eb9f96e93f5746e012e38b2688ea7e0443c466e51524b097
MD5 f1812bd1d0551592ece04b4d867b4206
BLAKE2b-256 48dd372f214aac6b110d63d95afff9bc30b011aac87de458cfd9ed7b305383b2

See more details on using hashes here.

File details

Details for the file traits-6.4.1-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.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d350e608da0c58c9354fdccef8453a3bd95db0265d7db6fad19bd95bb3b479a
MD5 1d636e09391d8a61216ac5341ef0f9b3
BLAKE2b-256 6bfebee3731e2f332d564a5e987272c4c9eb29f90255125e7fcdbe407c1f5d42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1aed982713e537a1f4d49919fe661e7a004f4e8af50b77d220ff36e565747ba7
MD5 4ccad21dceb0f065d35c0c280926af9d
BLAKE2b-256 f2c436d063e1056325a0ae9c3885ad8a10bb643991c1d68f63f0ebbe30c8a51e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.4.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d8bc4aa540c1af6fad50cb4ae1828d840abf67f50137a7a26083ec11c867ffc8
MD5 ebc2adbc5ed1a27ae64b2068b9b81a66
BLAKE2b-256 175411322856cacc550bda2be8f2a35313fe332939ec94e202fed553d65fe7e1

See more details on using hashes here.

File details

Details for the file traits-6.4.1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: traits-6.4.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for traits-6.4.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 4b1a8a4208199edcdff8e9ab57a8f929d959941990d59390d97722a0164f97be
MD5 dba78304219cb7468984b48cc1c9e97d
BLAKE2b-256 4430e5b070674cf50a8506f8b164397f0e4e800e224a21ab1f0968db7d51e53b

See more details on using hashes here.

File details

Details for the file traits-6.4.1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: traits-6.4.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for traits-6.4.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 944aca44a2713f7cd2f4d3ea096a91f084bef0e4f23d4f0b8366b50147fc65b3
MD5 ccf737a4348f9d61d7b65d13ca37abe5
BLAKE2b-256 1976ca22d31cf7c4f9a1f0f3b81fec75df3ebdc017e4269163e79d7c8daf3c95

See more details on using hashes here.

File details

Details for the file traits-6.4.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dd9fc138ce5e63852708890fe80ad344d6b724c625a54bc0870eb2832d682001
MD5 827873d8db93f5b3c5e0bd19638055bd
BLAKE2b-256 11db905549f3852b9a1167c8a9c10c5688622aaad3de92ae5c364e7a55660066

See more details on using hashes here.

File details

Details for the file traits-6.4.1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for traits-6.4.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0a39e4226ac49a28fb59637b7c9f22a9af7ed25ffbdf38ac868c817ceee9b7ee
MD5 1769a6f093ccbee5a9f93c9cc1ec00b5
BLAKE2b-256 c728a593f58458f6e4a0dad9d13b45852a45c61aa2dd84be0a04bed4a9636b1d

See more details on using hashes here.

File details

Details for the file traits-6.4.1-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for traits-6.4.1-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 35b7d373e3a438197c0284f4d5cff60bc1980e75eb1e4a2f6481eef5d4a38468
MD5 715441c750f182e0827c85f4483e145d
BLAKE2b-256 cb3fd5109b7b6cded72b0fe47f31f5f061a1b29f799b3c0f7ec5e08d08001ca6

See more details on using hashes here.

File details

Details for the file traits-6.4.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for traits-6.4.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8da59e3cb84361e3d7728be086afcac0a8f31ec0b04793fb1789e382b3cafe5a
MD5 7709eabe9a83c9731517a70b24ec06e1
BLAKE2b-256 e1a671615e15f7268fa2be8e8296b34911ae36a2583aaa6c7cd12e08e7b96fad

See more details on using hashes here.

File details

Details for the file traits-6.4.1-cp36-cp36m-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.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44f4eaf85a17255eb4601e969e9b8a2f377d6a987eda840a746aaecff3828008
MD5 08ad9ac8ae2b00823b1b452205c5cb13
BLAKE2b-256 7eaf87fd4592269037ee0f0ae61070dc483e8f730834ece8cad29015cd26e94f

See more details on using hashes here.

File details

Details for the file traits-6.4.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for traits-6.4.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c0db41846dc052746d35d8f7bad4f1d96558eaf7fd73455b499abd3c5d1e3f10
MD5 b119b36938bc4ca4030fd1e3d6aac938
BLAKE2b-256 7edc4139da45e600f6cfa04f8ede0db1bced1d31e756a78ed6ddaece09d7d79b

See more details on using hashes here.

File details

Details for the file traits-6.4.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.4.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 168263405dcf2e6310491f4dceb552b8f40c73666f2d89dfa191913a84fb10b8
MD5 ad7e76692e7109b6729b79ba5d71b5a8
BLAKE2b-256 03b1bd980a7c3e39cc3861fe70eb598790811f44c1ffaa311eb64b92e71040e9

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