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

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

Project details


Download files

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

Source Distribution

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

Uploaded Source

Built Distributions

traits-7.0.2-cp313-cp313-win_amd64.whl (5.0 MB view details)

Uploaded CPython 3.13 Windows x86-64

traits-7.0.2-cp313-cp313-win32.whl (5.0 MB view details)

Uploaded CPython 3.13 Windows x86

traits-7.0.2-cp313-cp313-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

traits-7.0.2-cp313-cp313-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

traits-7.0.2-cp313-cp313-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.13 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

traits-7.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.1 MB view details)

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

traits-7.0.2-cp313-cp313-macosx_11_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

traits-7.0.2-cp313-cp313-macosx_10_13_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

traits-7.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

traits-7.0.2-cp312-cp312-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

traits-7.0.2-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-7.0.2-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-7.0.2-cp312-cp312-macosx_11_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

traits-7.0.2-cp312-cp312-macosx_10_13_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

traits-7.0.2-cp311-cp311-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

traits-7.0.2-cp311-cp311-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

traits-7.0.2-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-7.0.2-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-7.0.2-cp311-cp311-macosx_11_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

traits-7.0.2-cp310-cp310-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

traits-7.0.2-cp310-cp310-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

traits-7.0.2-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-7.0.2-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-7.0.2-cp310-cp310-macosx_11_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

traits-7.0.2-cp39-cp39-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

traits-7.0.2-cp39-cp39-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

traits-7.0.2-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-7.0.2-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-7.0.2-cp39-cp39-macosx_11_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

traits-7.0.2-cp38-cp38-musllinux_1_2_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

traits-7.0.2-cp38-cp38-musllinux_1_2_i686.whl (5.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

traits-7.0.2-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-7.0.2-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-7.0.2-cp38-cp38-macosx_11_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for traits-7.0.2.tar.gz
Algorithm Hash digest
SHA256 a563515809cb3911975de5a54209855f0b6fdb7ca6912a5e81de26529f70428c
MD5 dfd73512d7d8f19568b060d83bdd742e
BLAKE2b-256 9eba33e199bfae748e802f68a857035fb003089c176897bf43e2cf38ff167740

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: traits-7.0.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.11

File hashes

Hashes for traits-7.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 78bbe3e3a0a6929a2ca530cf1818d3372f69aaf0990e654f99f2e31c76e792de
MD5 b2b5e39717cfa757044923c49b28a527
BLAKE2b-256 4d81b6d1d6ddcbb41c770807a87eea6769ecff4135daf28bfb0115a57d5c16cb

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: traits-7.0.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.11

File hashes

Hashes for traits-7.0.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 6dc6abfad7a20c4453b880e650953c98cfea474b295a303ac21c31fd7948e4ef
MD5 0d033d2542d47539fc61fa3e8e94a0b4
BLAKE2b-256 3a636b5946656508c866290192b0e76192396680f1021284748d407a1fa94318

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4085f7e4bc789e54be2ec26fc690159810af2c69ce377ba2b6a5cf9d775b04ad
MD5 a945e5f107e2d850e23e989b7a320942
BLAKE2b-256 4497d008ddbc0b1d1c710501b0c1d3acbbf013707dc4d20cb88efe4dc7512a8d

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c62e4895b1ed2b0cd9f2d8566bd8b81abb332a787f23936f9cf2ff6486ce134e
MD5 24a05deaf54b71768b65c373cdf6f42a
BLAKE2b-256 80caf2a752c09ad4198009915b086d4717711350a68634febb2b25ce995eb9d2

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f185358580854f7b03eaf4d4783d9a2b3dae46e962a18ef6565a92f4718652ba
MD5 f83247b32d8907fea2fed44b7652af33
BLAKE2b-256 3475ac58e4bd415b0026039259f7e6ad6b5cac3942b26ea7ece521284b926f1e

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e4f3e1a255038036fa9f559fcb98b39ee1255870cc1c6b0b59c1d9f9e298476c
MD5 85d203db96ef24c6e135d2f1da99b49e
BLAKE2b-256 233cf4473e5e8bbbd72a963042b44b340b9d9d101816bfd8b223865421c773f9

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f7a4c326ed4bafb5a4a316c5a04543dcf8a9eef3480d426dfed3db4fd4643c8
MD5 135974689e2d28b4ea81bc2d30183ce7
BLAKE2b-256 ab10b7d36ca7041aab8a79c833f9147f20f245d0ef7c756e4498f55c3676e2a2

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f193742cd6b65562ab2164ff43a211b9965ed565071aa4c71ca6e8e709b56f32
MD5 54313968c8e962fa971ea92e464be832
BLAKE2b-256 837bd7982792c58feb8c9b185acf7bfe9b305b58b3b5c833d370e58eec8459db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-7.0.2-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/6.1.0 CPython/3.10.11

File hashes

Hashes for traits-7.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 497463a437cb8cd4bb2ed27ae4e4491a8ed3d4d8515803476c94ce952a17af54
MD5 ddcb2fe71af816144b3e09369a0f5d85
BLAKE2b-256 a72b49423d5b269dfc095e09ecbb41b987b224f4154716d91da063cebaf963a0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for traits-7.0.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f434da460be8b3eb9f9f35143af116622cd313fa346c0df37b026d318c88ad29
MD5 fc90c9da885edd109d31f4376de17759
BLAKE2b-256 c5bfe0135ce54d5604c57caad8866ac56a05265943a1b3a438277fb6ee10b0f6

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6932e5a784000368aa3948890bf55c4aba10494d4a45e9bb6c2b228644f2e67c
MD5 b747d36bab0784caacbde4316e94b03b
BLAKE2b-256 f28b0716f7b8f34e1b57b39f81472460f4e02491dde02fbc114bac42cf0acd85

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c49384b12ecaf39b9ab156e1c7d31960206e15071a9917596ab3c265d7bb99aa
MD5 d940cda361eb93e8ab5e31880ec1c6c4
BLAKE2b-256 f007e80f6663d460f80f09b443175cb8118b74ca3b7bd164f1ec5c44e1da2047

See more details on using hashes here.

File details

Details for the file traits-7.0.2-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-7.0.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f696c4d4d03b333e8f8beec206d80d4998ce6b4801deb74c258dbc4415f92345
MD5 cb425266abb2ec3516d3d564c6c86650
BLAKE2b-256 77f37736bf1bee46c6fd1c488e180236067c91490cf2aea235ed851bcf2151e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-7.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2938cccfea2da2fdce6cc7ec1e605c923e66610df1b223cf24a4b23ba97375de
MD5 ab24602d88169cc4810030a67e2ec96c
BLAKE2b-256 117c458041d4b345ddd351451303353acbc72a36cbc47649eedb29863a37f119

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9899ee203fd379fb0e07aebc178940d62d5790dc311263d5c3a577f3baf7dfa
MD5 7c5c29ba4facf446212077d7b1c4cbde
BLAKE2b-256 350c990486e972614dd0173ea647b80c30c30d3ad4819befa9ec94f4a8a421b6

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 bccfafbda22346f0278f010458e819f0a58a95f242f91e14014b055580a15cd8
MD5 652da88cc5a5eddddb26801ed85f85ec
BLAKE2b-256 7e6c9b3be8e459627267de56029a0c91e9a9c9a082353cd5b9ec1edd2f4738a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-7.0.2-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/6.1.0 CPython/3.10.11

File hashes

Hashes for traits-7.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 98a880b6adab40d66ce0eda1c6f4fdcf178bb182d28d0fb71d3755c36065dd39
MD5 d63fd6eeffa5260abe4a2b2e8090a87e
BLAKE2b-256 73f4d8cb863aaacfe1633d2b636647bcc70b1cd2e258e4a83e71eae995a34ed4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for traits-7.0.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c588571d981d1254d9abf8bd2f8e449f82f31ebe8f951853290910ae2f03dc84
MD5 37c181c6ac89d91bc3656942cec85d0b
BLAKE2b-256 73486c1484be7d5b322c57415c9b6d39c7419ad4ee1eb52b288ddfa3893caf31

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 135dc11da393f5dec1ecaf6981f0608976354435f7be53b9e9175a9c8a118127
MD5 f060cbc9bdfa6014d229ef1419061e83
BLAKE2b-256 8599fb239d5fe1ac2931c284496995998abc72f6af0ca32cfdb70095b883fab9

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4f38eee0b94f9fbab2f086200e35f835ad1563ba7e078a044cb268ce50542565
MD5 b4fdf784acadc3379dc5c4df7d54ed43
BLAKE2b-256 8b09070aef46f818eaab7afdada8647b303facb14d4d5f931c1fb560cfc24e1b

See more details on using hashes here.

File details

Details for the file traits-7.0.2-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-7.0.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 209bfb95c094cd315f77fc610ae65af86ec0de075be2d84e6e6290ff2f860715
MD5 654266e78309183e47bff0b36ba7bc30
BLAKE2b-256 bed60c7c2c12a53698906e86a0076d13ee3d529a5c0a44468e89cb8a91186f22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-7.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fa323b634abd9c7f049892d86296bc1c46bad6ad80121fefeaf12039002d58ff
MD5 2dbd9ee2c5fa6d665c2f0f9880fe28df
BLAKE2b-256 3f80f32ade6b131c69d2a3451edfa5c9f23056c3c9889b1d7918890ff6dad273

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 018d4f7cbd5e18cb34bafc915134c29aa8568bccd35d9aa9102e2af9ef66cb80
MD5 071e2b1ccf4004ddb85dfbfcb611a6b2
BLAKE2b-256 e94ed64ad9fb725ff1b943432c5df32c64abb28ad17f66e976d6ce6aaa1b54d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-7.0.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 33fd20c3bc29fbb1f51ddb23f63173bf59a2fdafd300e5f4790352d76e4cf68e
MD5 370541e4ff9dd24e1b3f2b14698696ae
BLAKE2b-256 73dbda628e34564a89f68d6b3ff5caee8a0a932858a4a3e1bf0d077d9f6d053c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-7.0.2-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/6.1.0 CPython/3.10.11

File hashes

Hashes for traits-7.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 def3ab01e7d636aceda9dc6ca2abf71f2a992f9ec993c7ea200157c1ca983ae7
MD5 570c3a5535a6d4b6a4393ae25452ae6e
BLAKE2b-256 d271a630ee815843e3d87484c9a0368f81eb993e862aa4cb9c20822deee7e9a3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for traits-7.0.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5b98600b9f40e980e0cc5b1f0ade5fb1c1f1c19d25afc2b33ea30773015eb3e5
MD5 72d2f486cb61b15fb4d42d3edaccf689
BLAKE2b-256 62efe884bd2c05d52415acb0344ed3847f1c3835d1651a4189a17e06fa2363fa

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b48be9fb0b9e5a733e9fa5a542b0751237822e20b52fac80b5796cc606af509
MD5 6fff102ad16b157c87e121e400b58e99
BLAKE2b-256 9e3060efe8a3fe454fd7b939695d556cdee7943b1ced19fc40f9b4f2a240211c

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 53fbd8a0adf42d235e6a73bd3fbb3f7190a28302d151c9a25967ff6f12b918cd
MD5 f4bbedec0649eb5ff6ed6164f59db666
BLAKE2b-256 fe7466ed1b2511c0a457f716f6c718abf807db58c76292cbd69ecf4390519fea

See more details on using hashes here.

File details

Details for the file traits-7.0.2-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-7.0.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d50b42061cb8f34119b6b7abe703982c6fa157a2fe4e10a5b9ab9f93c340d5e3
MD5 8f890606d3c40a952cc01e75cee4e5aa
BLAKE2b-256 b3da58d58c3495b2bfee03975d95799d5a8ac771a2f510d579935122c02d26dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-7.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 11950d519b113e9a34d5a99fca112866d8c36aa8fce85edadf52995ad03de07e
MD5 d0573592fefec14b61824a63ae2ca8ed
BLAKE2b-256 8f15a04a5e1cd0c2e2979365e1ac3a674ec0f16a5af36d19809c869985e63f7a

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f5c18d5f4aea2988b15bc10e2ac9f4eb49531d1ec380857f3046a7ba14509e4b
MD5 8ae8ef240416ae704d343bc35aa0bf99
BLAKE2b-256 730a8387ff6f32898c334b2a96b465a8790633cec3c2270893210946d43de0d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-7.0.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cb59a033260dfa3aacfe484307a91f318a1fa801f5e8c8293fe22834fa4b30a7
MD5 f16c725b44ab6b0aad8f9f95574dca7c
BLAKE2b-256 065c6aa6aef1472a79accd4c077cc8eccf3c3a2acc4b42ece2c48f5651f2f915

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-7.0.2-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/6.1.0 CPython/3.10.11

File hashes

Hashes for traits-7.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e24190821d6034372b4bd535b499f4257416cac56a91f3ecbe88ccb13ddc4677
MD5 0dd2e78fcb98c5e35524632c56af0400
BLAKE2b-256 c82b4264f2f619efdaaa90550daf17eb77c2535be9498f501077b02c1a5b63e3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for traits-7.0.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f17ac7813e09f3059c7701886c3aa6ee416f5cfa8f8e9411c72e32c4141c7fec
MD5 7171d4e0b98dd812dbdbc31602bf7cd3
BLAKE2b-256 482d5a9fbe5057f97df5c2ba4d5a2b2dae0e3e935a4f11275a86dd0c784476ca

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c56862c76405bd40ac1cb9436bd360a3c06fea5c483fe8ce51ea913f7457724
MD5 ad0d358d7bc5243791d91de14a2ab81e
BLAKE2b-256 557a066ec397f4491ab33d2d0f9c4c7d94c419180ca4e6ffbe19f7173fe1922e

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1e3cf677b09951d1bd3b96addb3676c5b0a1ec374c1a8ef104965ce32607351e
MD5 b8db67b2ba09061c21330f6c1727115d
BLAKE2b-256 c77f4ec59a6d0151cfc947f4867f90f2bd0d46ba6b011c05c2273359c8a34349

See more details on using hashes here.

File details

Details for the file traits-7.0.2-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-7.0.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ea99f83f9d6f3587960f662fea15c50afb00dd69b2ad21803fdfeed3cf89897
MD5 87850397866d0d1c8a2bf8f3a19ef0d8
BLAKE2b-256 9cc62aeaa3932beca13026974feb4bc3d3375c27ef6aba8b1ae0d406e73fd8f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-7.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c58a683194c1c967cd5204edd93dce7cc5319f922f33ab4b27ab0c6d261b12e0
MD5 e727392a6abe09d3d6e54985459e0afd
BLAKE2b-256 0ac0fa8da70da8eb98fdb44b853059878ff69c7b694d3e8dc0ba781905485ff8

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 deb5f683f54cf09137b08995a117a7d0b00f226547d5b9859d92ff26885cb713
MD5 43aff4f38f86de6dfffaedc9e0400170
BLAKE2b-256 87e9d2f05dae7f78b5206432e8018ec28f25ab09f9eb826d5ca537c9c35e019e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-7.0.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 11d9d4f99fb7f510df5e3f067bace8b19c1ea3fd273c4d155cc010997715a44c
MD5 83f5ccf913fc2a3d118865a38d5690cd
BLAKE2b-256 45918183d2ce4de375218e8482dd508ac852e56f94edc49890e35cdd6b82a251

See more details on using hashes here.

File details

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

File metadata

  • Download URL: traits-7.0.2-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/6.1.0 CPython/3.10.11

File hashes

Hashes for traits-7.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d211705409cdaf0d32c662986d1204474064e13c1611a6e66814268e1cb63f34
MD5 965d28d2fb037d9ca92ff720da8bfce6
BLAKE2b-256 748823156f54172af0122f1585bdc262e219663755ff607850a97e36abca711c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for traits-7.0.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3fa38791058c9a14d48626442686f539f4b303bf6601e6a156faa8b1719ad680
MD5 253cc232a952df3363b02eb3e6668259
BLAKE2b-256 1df238d14a35ffb35b0086c547eceaaf0136ab7642aa817f6f09c9989a272606

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0c0daa2818ed7b1da3873461dddcfcdd28cebbe48cb6997c4d344792bd834880
MD5 12bb49263d4ec802bc88d1d46f04a4b0
BLAKE2b-256 5f883286f90b4f407d816161c5f30f92a90a5a5a7c5bbd5d30543f8b2dfe6c7f

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ce2815b9e1c52792d0f74ae183a0ea4a87df7d574e65f5d341f697382a0e4283
MD5 83a7193f8bf0d585515ca9032c4aa18c
BLAKE2b-256 5d35d12c092de0cdcceb326e6a2419abd53995131006cfc1b95354860cd27992

See more details on using hashes here.

File details

Details for the file traits-7.0.2-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-7.0.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a9a40a81e681637b7e757ee43c7ce7d5c64c7cb17e3ecc807c34932b5922edf
MD5 5b97986a704319c17e85758912ef4329
BLAKE2b-256 7aa822b236ffa9881ff36943275a1aae56114c4dcd223848830dd237bc8a4ed1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-7.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 651e3356241ee28b4c20480dbb472099d552b02206738881891d2bfa57b1b061
MD5 f52e198f91a675c9bee460cecf19ab07
BLAKE2b-256 9184fcfb82aef5ca78b25b9eb0ee5d76d2a9b5507a6e3fb4a5a11d2acdf91342

See more details on using hashes here.

File details

Details for the file traits-7.0.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for traits-7.0.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63c8bd3d4266d5afe92ea5a7a127d5e76b0a05c73dcb264561e39b5d72dbf79b
MD5 8fb00a49145bd11d8a8842a501a5c954
BLAKE2b-256 93d83d977ba41b77879bbaf5f532d03c6c72e91d674fb34159621947fcd3d534

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traits-7.0.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e378b0a9cd154da414c918d40add908cbd6f8b19d4e9c4bd1a91ec53666e5178
MD5 e1419d45c7c6481af815696090b37608
BLAKE2b-256 277c0f8ba571c68506385d13da32475920cfbd712bcc5604e7cf544bf7394052

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page