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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

traits-6.3.0-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.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (5.1 MB view details)

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

traits-6.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (5.1 MB view details)

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

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

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

traits-6.3.0-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.3.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (5.1 MB view details)

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

traits-6.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (5.1 MB view details)

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

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

traits-6.3.0-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.3.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (5.1 MB view details)

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

traits-6.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (5.1 MB view details)

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

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

traits-6.3.0-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.3.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (5.1 MB view details)

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

traits-6.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (5.1 MB view details)

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

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

traits-6.3.0-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.3.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64 manylinux: glibc 2.5+ x86-64

traits-6.3.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl (5.1 MB view details)

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

traits-6.3.0-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.3.0.tar.gz.

File metadata

  • Download URL: traits-6.3.0.tar.gz
  • Upload date:
  • Size: 9.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for traits-6.3.0.tar.gz
Algorithm Hash digest
SHA256 770241df047feb9e3ed4c26a36c2468a5b754e6082a78eeb737f058bd45344f5
MD5 2c8594ee3cfe9d555d3e792ce6feae96
BLAKE2b-256 509ec0baebb2bd78a0f94794fedd79a8a8645171a51bb0d231ec83e6a71e50dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.3.0-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/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for traits-6.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 af3680a283dd68017f1517d2d03218a01695ada576058b1ffa3fc44c4645ae8a
MD5 2084987b97ad28fd0ad05ac65487eebe
BLAKE2b-256 c2ef725cf8dfb38174aeb8457d17c9e3d31fabfa8d5108ad85aa08f08d9e6b09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.3.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for traits-6.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9c22b37088a963f327841fa6d32c504351ca69824090277daabb80e108f202e8
MD5 c6e649dfe073c8da775c86d489279c1f
BLAKE2b-256 9ca3b30069d3301c37d95730fe1f97a10c4325dc974453253c84fe027048bf92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a048a0e4863469b4265732c23ae0faec60acdf1c0cead5d2b1667ed4c913a359
MD5 e80e3606b1364bfbcefd24ed51592fdd
BLAKE2b-256 bf9664acfa9c87c0d2c8d36a5c891d1456f730ebfca00c26d9d0734201bc997e

See more details on using hashes here.

File details

Details for the file traits-6.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.3.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cde0da4ebbfe361abcaec29c4642701638d05cbe9f7b8edda12b8cb755beb3de
MD5 50cbc9b116f8437b3dfddefb90822fa4
BLAKE2b-256 41dc6785724c27215277379b632ace14c20f0cfe1ab8bbbb4e989b12175bf3b1

See more details on using hashes here.

File details

Details for the file traits-6.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for traits-6.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fdabcc91702261c52b1c848f013d5e9514bc1af8de2a5b865cff8ce8c1f914b2
MD5 c897206c831c21b3323858290b6c7b25
BLAKE2b-256 4a85f43c899fefeaeced5ca045ddd60189992c7217c46e99b5741798e4028ebd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.3.0-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for traits-6.3.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aa74d01de196f0dceb7c6257fe14a6a7abd4194a33e20f48b1a47a9668f48f02
MD5 97d60d3c592bccfe1db38f11f5cdf81a
BLAKE2b-256 d5e2ef558e6248dc007b4d1ce7514b233b2648c0a5f1ecde52dfbc18b4c74f48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.3.0-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for traits-6.3.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5290429594d020c8867a65ac1ad5a58f57856cc90815d2044c835a9d22426331
MD5 10a7a47946fb1a1fd5d98240a8f883c9
BLAKE2b-256 922e64cc847990bfc1367aefd29337b945180a759de891ce43a66f83a0066ed6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.3.0-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/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for traits-6.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 62c995572176bd059ec8dc5d4e2cc4e9608d87f182266931efaff7cfc1e1f0f5
MD5 8ad2ff97c68835a995ab05a779cee30b
BLAKE2b-256 c72d5fe358a21514ddb353c6e6419b8450c7fd9f85db6c5441e109b20eee2167

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.3.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for traits-6.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a0f47eb4787eb102ea4320b5ac9771719b2e641fb8b5b57853768142d05b7e38
MD5 b2dc3f2a4c746643a25081401f87cac0
BLAKE2b-256 0c28438bbfd9f0b2822c1a26cfe3d004f21b112ab0089dbf60485a8e90391146

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9a1953fc50f24c2cc8a96aa3d27a51e818fa7e108d48a803513d0379cbba9b62
MD5 f6c656c78ff3ff8ee26c30aece59e5fd
BLAKE2b-256 b9c681bab2caa88f2721bd57fd6484c4880288b4b968702e8c5a2cd3e9068171

See more details on using hashes here.

File details

Details for the file traits-6.3.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.3.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3ee24356a5639f28b777cb94b4336576a3ff99eededf7b83eb37a35a03732e75
MD5 e741ec9496c17c242f3a3bad3f918b01
BLAKE2b-256 852c82d6d3d7f7b6a061dbb7e4553f71bfa5bf8518b02427adafb909ff2eb35f

See more details on using hashes here.

File details

Details for the file traits-6.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for traits-6.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 b4bdc67fc546c8e80e537ce19ac0889f9c1a9f04fdb498cb22b95071e6bd341b
MD5 c8749a72b3807cce2e7c2964284b9282
BLAKE2b-256 faa4bf811f1ecc3161c2c7057a4b95d03c220b4bdf10e5e659c1be65b060a5d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.3.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for traits-6.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 00740be21ff42af109292b39faea93d571b4e8f52756cf2882835176b96594f8
MD5 83fe0acfb488eec9d4c0504486cf2e7c
BLAKE2b-256 5a64f95545309d4582b33250762dec4536e7acc46f44a4dc0ab6ddcd717fb93d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.3.0-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for traits-6.3.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2f5714313097e98d1074ab6b3dcb4149b302d5d5c81955bb46bb421311916c2f
MD5 6baf3ad83fe2a36b85671da71775466b
BLAKE2b-256 0b3057730855e615484e1f84ae20647f4aa9d2c67c92a46bbc9561d20de130ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.3.0-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/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for traits-6.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8c63e0f4718c5f80b8561841b589426a203dc72f13799918bb084cdef2d2fff5
MD5 ed5ceab1fa67fe68d13c82065d0fc550
BLAKE2b-256 86f82c123bf6b0cde27d6d5e666cdf6f1c3637eb7efe8f67e30fdf4bd93e3e0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.3.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for traits-6.3.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2e1a5becf017cffb7f8b9fbb05606adda0184821edba906de451e9c041548f62
MD5 a82f5fda014dfcb4d289e00c2705c0fa
BLAKE2b-256 0a6b4b9cc9120d9963d4732cffc83f69841c9481c080554ae8d259eccaf390a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 62c43c8d4fc296a560a281cd1e0a4bda6453d7a1e65bfd50ee332facb8d71f39
MD5 354cc1d17eeffdeefe8049d5e38e7710
BLAKE2b-256 8b9f48b4ce453d93c673758b0dfe31cd2bf45968ba27c3b73a4f3242bfc55805

See more details on using hashes here.

File details

Details for the file traits-6.3.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.3.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e19d4b10da3cd74196a7a63bc22f1c5c4b39207f4c3b35e6b80eefa2b9914302
MD5 e84187e390c48f8c353ef66211762c32
BLAKE2b-256 16d6a54e7c876ad5cff305656159e0824bac50db8438b3e4bc0bd311574df386

See more details on using hashes here.

File details

Details for the file traits-6.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for traits-6.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 341f4e54473065f0e75774407c031cf302d43a64871eacaa782a3f9718b43788
MD5 7fec67db4ace5925d01c196ee326615a
BLAKE2b-256 36905edd2734b255a3641579712a2059a628419749d40dd3cebc507177dd0504

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.3.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for traits-6.3.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c4aa455b33734d79839da0c76c63bdc3dc5ad163702808fac5ba5ee8146b5fea
MD5 fa6850e90eaa149206d6e0a815183407
BLAKE2b-256 285de320a3e5f10430efb3eea3844905758eeefcd21a42fc88b2a67b45754445

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.3.0-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for traits-6.3.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6d62f231c1a8976f0e7262fbb91b818c2303fc5d24ee9cd7f59382283bc31d35
MD5 308c5e0d4763b029ca2c354d982b5062
BLAKE2b-256 c2b382239546a21803dfe2a2d0e1fd5f845de8941c9d139694e340fc7110a8ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.3.0-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/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for traits-6.3.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 907b89039833bee6ed8c4eb3d19c5271c958718623e3f28d58d4d078dcc03e66
MD5 255e9c7f3fc78d68f8d47c0c84deccab
BLAKE2b-256 d0bdb3894ee05a9086dc47bee6cf7a16fc0402929a5bc2694f2fbc24d0968ce5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.3.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for traits-6.3.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 91d6f0db19afd295b77d0a7757335fa1da92171f9e9dca526b65179118b13ffc
MD5 0cf7b8cb875e81707c42b36cfef07e9e
BLAKE2b-256 062f07fb4a4dd5e2d55ff435265eb397bf78deb589241e1b37947f95547c31de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9952b1b5340939342481b589b28f1b1e96c347cf799c95ccc76747b45547ddd0
MD5 599399b1c2f772174c42107e53c5a33a
BLAKE2b-256 75b51762fad49508249ee90eb19768c7713c663c8888d8c23b1599faf2f3a74f

See more details on using hashes here.

File details

Details for the file traits-6.3.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.3.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d19e678dbd11177ace157afa57c2ce46b0cd5bad14cc2ad19a531c1835741a2f
MD5 b2c1d00693e899f95ebd109318b63a39
BLAKE2b-256 4e56f0e620de8a6dc25be6e253dc599d126003a801ae87f4060984c7afc3418a

See more details on using hashes here.

File details

Details for the file traits-6.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for traits-6.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 21f4b77fefd985dceca5d61ee18a5839411d9a4979d656e11ad8817a7282b79f
MD5 a3f62569e1e2d79f10f292b922bf2559
BLAKE2b-256 9ca8ca419adcfa2c8c5cbfa2a447b3535f390f0a0a6149a23218e0f5300d0c2d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for traits-6.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b2ecfa950985e09fe8bf1e7be513cf991039baac321ecf573fef4569793f8b24
MD5 00914f7fc1b6941f2ac351c174e78625
BLAKE2b-256 395cc8337cc6c1494ce760cdf154be2509d93cf38e73d8ee3534f9a5e13e0006

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.3.0-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/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for traits-6.3.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 6d5b7629d412961422686bbcf4c6956a84f96671717f474fe4092b3c2dca9b92
MD5 918813de5bf8e3b0879424f013b6ce10
BLAKE2b-256 0bc1d72ee1e6d389d29551d2d4b970c847223cf1624d38712648bf6fba75d48b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.3.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for traits-6.3.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 91e6ea9839eea44b5be57b6265f98fdd627bee68f819769ed357311fdefcdd44
MD5 efcdedcebf10a8f1cc6ae9e84720a140
BLAKE2b-256 55309b01a66a0772fdbdf844bab17227404b9d2acaed98a8b241f1caae7d345c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-6.3.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e8bf7dcc5d0d4b278b8e889afabc5042570baa19542cd119ff4d6f589e347b2e
MD5 e2cd6ec86117d133042946666cfe2acf
BLAKE2b-256 ea85e767eb09c1a2847aaae6e6e37cdb12e442fcfe938a024d1aae727a43f7b8

See more details on using hashes here.

File details

Details for the file traits-6.3.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for traits-6.3.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 fc9a4d5b1f70063704f51b1003815aaa39394a8efdee5133ae55855efe2eeb88
MD5 0dfc83dc42cd2fd1208cee65db5432cf
BLAKE2b-256 d6d2dfd85650a8d5ad8d172caae569aff01c7483406ca3e35a6c24730a929bf2

See more details on using hashes here.

File details

Details for the file traits-6.3.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for traits-6.3.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 86428a7d83998a7ba9795eb9ad5382ab0300d25b3bf6f58d27bf5e0c33f32a10
MD5 e7c8a62caa71bc5d6a2d85daf80dfae9
BLAKE2b-256 a3e258bb7fab048d6d2fa6aa10c6de5603f74cc601f999e0b396b08bb53d996f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-6.3.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for traits-6.3.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 91ba061f88331caf01666ea86fa2034367a579b7ac647327b787f0b60b328d72
MD5 14d20f33d11b5467806bf5675e0e30cc
BLAKE2b-256 21b7ce5fc5e34467e0daa0954c79e7655c41be8ff8a060d3105c800328166421

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