Skip to main content

Declarative DSL for building rich user interfaces in Python

Project description

Welcome to Enaml

Build Status Appveyor Build Status https://github.com/nucleic/enaml/workflows/Continuous%20Integration/badge.svg Code Coverage Status https://github.com/nucleic/enaml/workflows/Documentation%20building/badge.svg Documentation Status PyPI version

Enaml is a programming language and framework for creating professional-quality user interfaces with minimal effort.

What you get

  • A declarative programming language, with a Pythonic flavour.

  • Dozens of widgets, ready to go out-of-the-box (built on Qt).

  • A constraints-based layout engine (built on Kiwi).

  • Integration with a data model tool (built on Atom).

  • An (optional) editor to allow you to see what the results will look like, as you type your code.

  • A well-documented and easy-to-follow code base, plus documentation with plenty of worked examples.

  • Language definitions for a number of popular editors.

What it can do for you

  • Build native GUI applications for a range of platforms

    • Quick and simple or complex and specialised.

    • See the structure of your GUI at a glance.

  • Let you rapidly protoype new GUIs interfaces.

    • Intelligently layout your GUI, using symbolic constraints.

    • It automatically adapts for different platforms, different window sizes.

    • Tell the layout engine what your priorities are for layout, without having to count pixels.

  • Encourages easy-to-maintain code:

    • The GUI can detect updates in the model, and refresh its widgets automatically, without low-level code.

    • Clean separation between your model and view, while keeping your controller code simple.

      • You can incorporate Python code directly in the view layer.

      • As your GUI design evolves, the constraints engine can adapt the layout.

      • Object-Oriented design allows you to reuse parts of your GUI in other parts of your projects.

  • Let you customise a GUI for your particular needs.

    • Integrates with your Python code.

    • Include style-sheets to change the appearance across all, or part, of your application quickly.

    • Extend the available widgets or build your own.

Supported Versions

Enaml applications can be run on any platform which supports Python (3.6+). The Qt backend requires Qt (5.9+, see https://doc.qt.io/qt-5/supported-platforms.html).

This includes Linux, Windows, MacOSX, Android and iOS. (Automated testing of Enaml runs on Linux, Windows and MacOSX.)

Enaml is licensed under the Modified BSD License.

Learn More

The Getting Started chapter is a good first step to learn more. It includes installation instructions.

Watch some introductory talks about Enaml and what it can do:

https://img.youtube.com/vi/ycFEwz_hAxk/2.jpg

S. Chris Colbert (@sccolbert) presents at Enthought 2012.

https://img.youtube.com/vi/G5ZYUGL7uTo/1.jpg

Tom Stordy-Allison (@tstordyallison) presents at Pycon UK 2016.

The Enaml documentation includes all the details, including useful examples.

You can ask questions on the Enaml Google Group or with the Enaml tag on StackOverflow.

For version information, see the release notes.

Examples

The Enaml documentation includes many fully-functioning code samples of how to use Enaml. They range from simple demonstrations of how a widget is used, to advanced explorations of the customisability of Enaml GUIs.

Employee Tutorial

The Employee Tutorial shows how constraints and validators can be used to create easy-to-use and professional-looking applications:

http://enaml.readthedocs.io/en/latest/_images/tut_employee_layout.png

Button Ring

The Button Ring Example goes the other way. The result is neither professional-looking nor easy-to-use, but it shows the power and flexibility of constraints-based layout - it might be silly, but this could not be achieved with typical layout systems.

http://enaml.readthedocs.io/en/latest/_images/ex_button_ring.png

Dock Item Alerts

The Dock Item Alerts Example shows some of the customisability of the appearances of an Enaml application. This application’s appearance is based on Visual Studio 2010 style, with dockable items, but has some customisations based on the importance of the alerts being shown.

http://enaml.readthedocs.io/en/latest/_images/ex_dock_item_alerts.png

Check out the documentation for more examples.

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

enaml-0.13.0rc1.tar.gz (7.9 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

enaml-0.13.0rc1-cp39-cp39-win_amd64.whl (675.8 kB view details)

Uploaded CPython 3.9Windows x86-64

enaml-0.13.0rc1-cp39-cp39-win32.whl (665.0 kB view details)

Uploaded CPython 3.9Windows x86

enaml-0.13.0rc1-cp39-cp39-manylinux2010_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

enaml-0.13.0rc1-cp39-cp39-manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

enaml-0.13.0rc1-cp39-cp39-macosx_10_9_x86_64.whl (649.1 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

enaml-0.13.0rc1-cp38-cp38-win_amd64.whl (676.3 kB view details)

Uploaded CPython 3.8Windows x86-64

enaml-0.13.0rc1-cp38-cp38-win32.whl (665.7 kB view details)

Uploaded CPython 3.8Windows x86

enaml-0.13.0rc1-cp38-cp38-manylinux2010_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

enaml-0.13.0rc1-cp38-cp38-manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

enaml-0.13.0rc1-cp38-cp38-macosx_10_9_x86_64.whl (649.1 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

enaml-0.13.0rc1-cp37-cp37m-win_amd64.whl (676.7 kB view details)

Uploaded CPython 3.7mWindows x86-64

enaml-0.13.0rc1-cp37-cp37m-win32.whl (667.5 kB view details)

Uploaded CPython 3.7mWindows x86

enaml-0.13.0rc1-cp37-cp37m-manylinux2010_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

enaml-0.13.0rc1-cp37-cp37m-manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

enaml-0.13.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl (647.8 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

enaml-0.13.0rc1-cp36-cp36m-win_amd64.whl (676.8 kB view details)

Uploaded CPython 3.6mWindows x86-64

enaml-0.13.0rc1-cp36-cp36m-win32.whl (667.5 kB view details)

Uploaded CPython 3.6mWindows x86

enaml-0.13.0rc1-cp36-cp36m-manylinux2010_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

enaml-0.13.0rc1-cp36-cp36m-manylinux2010_i686.whl (1.2 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

enaml-0.13.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl (647.8 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file enaml-0.13.0rc1.tar.gz.

File metadata

  • Download URL: enaml-0.13.0rc1.tar.gz
  • Upload date:
  • Size: 7.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1.tar.gz
Algorithm Hash digest
SHA256 fb664489228f5be56b712a22056f37532a48a8dea5c8604b00059ce2b3cf261b
MD5 1c4201455b05d1590adbf73d4fb3178b
BLAKE2b-256 45138ee0e1f9d03ec55cd3fe91754d2cdd019aff8231d4db03a542b2a48a4c04

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 675.8 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e71e0e16fea71e69827d4744d8d656d016b838418626b396759cdd48b640ec07
MD5 3283e6df99b0a2b6d113c97104a899c5
BLAKE2b-256 0fb9886e31c39ed5987d60687ab74e4c6fef0d88721eb9e074dad15dab9311ae

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp39-cp39-win32.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 665.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8dd8f3d19250c46fda047b4b9cb43d265d2bef620d859dace99d998f8e23ff4a
MD5 fb537fc8a3206264de979ca811aff88e
BLAKE2b-256 be08a5c030fd088466047354dda870381f6fa5a2b5e7d7fa3854ce4f980a3ea6

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b9a9b72201a1b6b7909b93fb07b0dfc66f87a66b12ebdcc6cfe21f78892abe03
MD5 63cd845cff3181aed0bd6c5c883ad162
BLAKE2b-256 510272efd5368f8482b425b0f5b3c8f06ca6c04fe8caa089cd6663bc2718a75f

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2e54198cc9e454209715c02829abaa75942e49984da52f0140e140e19a09dd17
MD5 c733efccb0e0ea9f3b805cc1ec54bd67
BLAKE2b-256 96cb4485b383701571cf3956b4bf6648a8138ef1489dd1668b1d6cb3713f8291

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 649.1 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 28d991f96695b0ba8b1b33d9681cf9b2a427bb03e2a357d044edde4783ff1cec
MD5 77d7feb5470fe7b258535912aaee6f0e
BLAKE2b-256 678dc8c4faa350d4f0a608884dff5512b66cef015c0fc1ff98f89d3544e9437c

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 676.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7c58fb1e4067ee27c909656ed95c46adad646085e45a7ee713fdd279f8bc4f29
MD5 b031632e30a18d47088bf6883900d640
BLAKE2b-256 1328bd867233a8766c1ebeec6b0aa00bfaec1b3454c5715cd4b86526591ef40c

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp38-cp38-win32.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 665.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f9fbb51753d0e277a27acb12d76e174aa0f1fabc0c8bd07b3656191199bbabc1
MD5 d2cd152264501190dac511c02869ade2
BLAKE2b-256 e2d3c274f21f4584989f8a1ed5ae2fc16c6e8525ef8271845e2ed53e5ea22d9e

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 991317eda89b6bf0e877e286f455a47aa0f5339d40bff9e41e9bba97057c3e98
MD5 e6168ae60a8bcb618c9eed83347f301f
BLAKE2b-256 39d88a7b65a506ed001afb0a72332df1bdd38d11cb5880276ae5b5ea8b305b24

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2eb2e804c3cb102f8509e1c37ab7e6a49005d86811f91c0f018cb195368ed66f
MD5 31ace7bee412e827036454b4482a2813
BLAKE2b-256 07bc38c8a58dc1ea7bfe8ac5cc79a36649cda4c89210291915e0678b352ecc43

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 649.1 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ae7488f416854c6e96d95620b1edf75daff1af61adb9d685b6e9e2859d3c9a89
MD5 e7ea4e0f39c98e8578e7e4fbe30a147c
BLAKE2b-256 6202b4efd012745f83c155014bc189c43bc512b6ea5049f87307d2c010872088

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 676.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3f07dc203d729d0dabb6ab0f8039a186340743f15e62b3d0c73b298499b2587c
MD5 c84ba465170e206e81fdd0343c672234
BLAKE2b-256 3300e63e90439d4ff12ecacc21b92d8580f139a5f22ef4ab49baa0403d9a8465

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 667.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 5a9f0b27f734d9a6c6e6ef507bade8c17bbd7d04e109939a87cea67b8bd10e17
MD5 eaf31e91cd73fce3cbec26a67c7ebf8d
BLAKE2b-256 2a88ea1493de52baaf6b6111a2c75886d7407bc9414c1cf1ab5ed023e88c75b3

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b4ea5f21d56c824ece76c80ad2691533a5a9721cddc9ad97e8b47574e513b803
MD5 83424dc8aeb283abb2b86dc7daf3accd
BLAKE2b-256 d3644b790b93bf0cfffbdd474ecfcc0ea8a484731688ff0399543f6c05572d66

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e202b2b548cb4b127b03be84e25e8b2ba64f2a73d3b2ba67f39461075ae90429
MD5 fe37aeed15a134d6fb52ead4ffd75b0b
BLAKE2b-256 8c3e30bf07753cbc040a0996d8b94c64ff7ae24112fc6cc1216d89117b0488e6

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 647.8 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 866541ebc3b838fa5cb00eff0b939a12dfd0ba703b65ef4ab2a7f1e2872c7514
MD5 5d3614dc720720540f798c996a7ad6dd
BLAKE2b-256 b22edda53cebad389941b13c7ed61c7888fdbd746b0aef978106b114bdb56b98

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 676.8 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 968358a0fdb3fb5a828cb03c305eb2e5cf6363f06b82f35341d4f2d246885193
MD5 9212bd8fec71f2b1eed0e9a538ef7a51
BLAKE2b-256 2e354430a0fac1755ced2bb2da8b401d26cca3a0157041872ad18bd6dd525a13

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp36-cp36m-win32.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 667.5 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a14d8b14ad60ff0e34af9ce368c8e31dcf28b1878f3ca6448896bc35198ba3e2
MD5 948ec5699bb40262f2f8828073f758bc
BLAKE2b-256 24d4576d00efce4e5981e02d6f657f726a9e21bd782a3c145d2876952731a195

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 abde9775c20696599071c05434a1ecf651b3bd9581d2983ed0336b572d1886f8
MD5 5989aafbad99d134d28d1c1ab39c3016
BLAKE2b-256 7e2d54e7cc2e3875725c15e9809dbaaa4304701ef5821253bec80c8d84e531bd

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c2e7001ac41835e23d8ca0cb21182ca1ed3aff95031090a5112aabe1d7f35633
MD5 f6f37fbc0532995710c9332711d9bd49
BLAKE2b-256 e2842ace4efa7adedeef4a423b72b5ddb8fe0531d8c5e8f11ac8bcf62a6857c6

See more details on using hashes here.

File details

Details for the file enaml-0.13.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: enaml-0.13.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 647.8 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for enaml-0.13.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 064b140ec074e7dc8ec6ea7d386ad6e6c02fda37b305c87094b1b4f935ae3670
MD5 e10d102e197e2ef588e2b0c3ff3f008b
BLAKE2b-256 6da4f90a5669cae408433bdc89b4d01bbf4e5bd1f03536cc2220fcf064417902

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page