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.0.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.0-cp39-cp39-win_amd64.whl (675.8 kB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: enaml-0.13.0.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.0.tar.gz
Algorithm Hash digest
SHA256 138224c353cae40af210d3d770377395855f19e7c1c5d449bfa1fd3d189c4801
MD5 ccf9d987f3c93b81613d653016148981
BLAKE2b-256 29cf3b435f42826435fcdfbbedb789bf2b7c40cc4a3ed7a285ecf5cbcd2a16ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5464c3582c20f1dbcc3722a5ce9aeeca1971b9028c38f6be2d19de685cc50dd4
MD5 eeaffc23e86f69acdb557fc92c31690e
BLAKE2b-256 884467da839a5c9e36b7631fc46bc3d39e4810c9919aad7ceb8a5b5b2d22120c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 541f121bcc2a18322551a816be8d027b378762f573e679bdec091ffbffde9f7a
MD5 dd05bd3ebee68e94141f35d6f9556a83
BLAKE2b-256 a24eda4a1577865dcf2439969fd9ad283b3b48b27b723f207955f1e441445169

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-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.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2f742e12997fd4d57e9fd60dff40fd09f198a970779d2e228154e9efff8a5920
MD5 c1397d65ceafd137af1a2d82c802d845
BLAKE2b-256 1e0b70650aed73e12bbafdb7958ca350c0ceea7c54a1dc003991979297cc5700

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-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.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5f71621c6598299dd9d0483d9a7af5004d1e3b60360b8167fd6de35cd5283042
MD5 f2489b6413f9b7f3a928c0bc10dcc4c4
BLAKE2b-256 a816add93d5f978036a81f0c50afe90708b4d92d87f5a1e769ec2899ca4343ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-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.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 df9b70228ca4d778a77c41c665e66b439cfbb5557085270dc2493f7a14b30554
MD5 94fa8b8f0922d7ad88367891ebfecfe4
BLAKE2b-256 9af54c2abb9420742095daa8cb6b867422827538948006c9fac5864c79159dc1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 804eab150d1bbd0bd1e7e2be611c217fb5bb98a946ddbcba68c58278bf0975df
MD5 76d9fab19f3418aa44ad3bd88fb2014d
BLAKE2b-256 4b83db39666b028329a96fb24fafde5958caee2d47f0bc50e24f97b65eb92e43

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 665.6 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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 438f5c49e4da6e3b7edb76d3aa0baa50482c9a2624671f653cc167ade357640f
MD5 a0b9ba5e9bbd22cdf9bbe168231f892e
BLAKE2b-256 8b8780c32e6801578b05dfdff957084d3c379b0e4fedcdcd2445aeb4d8e44810

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-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.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ba79d2f557132908f37b5652557db4291f4b5e2375b64c74f3d85dc323475a4b
MD5 dad05281e8f5a7fdc67fc56ccd27144e
BLAKE2b-256 cd689b6c0d2ab79460264d867fcd01d91180c6d94a9af08d197b377df3d1ab12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-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.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 dd21629e8894a6ee96185178174a4b41fb5e66d051bc7c1a166b42e609301e7b
MD5 d40cad49441af4543002d0399d0154f1
BLAKE2b-256 05efc2cae4a6fb113527a0d005ee5e1ee677a21fb3f6000ef2346fd8f3c54f5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-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.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8d93d138d1a8eab4f20c2011704ba2d0a73582205ed8981c96e56e3fe7f4569
MD5 9783e00a6b569d95b4a390f911c7c096
BLAKE2b-256 cc1b8e2123e1caa4a8c91f5af37ec1b7644df90240174d14ac451a1df7a75a8c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-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.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 fb3ec4e91197b64bbd2d9c878cf2a7638e39801a06df5f652966e10a6be002f7
MD5 46465aa72301ee2d4e0beb56fac76889
BLAKE2b-256 a5d13d3f8b0864e8468138914098b89b1bf0910a12f353ddcc07c99028a961c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-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.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 30380c43dd607bbe3e22ecd2087b74ab07c1db1b29a096be09fdbf98efd5844b
MD5 53f1f622d65ff8f94343a8598addf04d
BLAKE2b-256 aa298718f54fef2c61dd61ee49523aaf1315ee636e4c5b5568e3fd80189e0091

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-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.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a8bdb75e9d58d96343a552e4621c115db65080bcb6faf0f8d033fa614d79b21c
MD5 d958e1e2730b4815efdd29ba4754cdcd
BLAKE2b-256 56a47edd001ef5e4f79c9c0445ef00d1160607a70da520f01214a9bb8cffcfa5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-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.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 83b4e82b0ffbd893ce763e8d3311bb0d845c71f6318b720d2b390957b3b5c3c9
MD5 c1ec80fbdfa64a8ab7935743a76d9f78
BLAKE2b-256 b27fd226c1fcf1f0742c74f09ef7f6e77cf994d3bf977a13bf4003cc91896da5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 647.7 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.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8796ef46ccd5b70621e312b532ad33feb888812d4f6656a6aa9a818271668946
MD5 b0ea9290827237b86603a07bed358f15
BLAKE2b-256 1f76dd0f4b348cc3cd8ec89c9a1a461487241119003fc3a708643394236bc161

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 676.7 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.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 a9b7b543f8f7b9aa679fd214b7b9ae833422480f5a5b8564efd2b1d44327dc46
MD5 9810c0c84591871466b0fb2854f2da58
BLAKE2b-256 470d555a76d91d46a7c5969b048ba73f4a296f44aa009a1cea2684b7781af35b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-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.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 2540b97bdcde4fed7445a07dc58c69e05013bb6112728d78017192a35a0ab005
MD5 ee74c28bfca9766f8aea3ef106f79cbe
BLAKE2b-256 81d25f010cc2d8d0e8bd3353526ddb2d0c333b3f54d6c5300a98b89c90e1f1d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-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.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5b6f47a6c34a4d25bac8530a40c4c9dbae9d24ea365997af1e5636fa59594e61
MD5 2a74a8a0ce55cee95e7bd3afb709ade8
BLAKE2b-256 71e6c5a0a907a61aabda2674fab252c6f0ffe6fa51e01afd48458c680c761327

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-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.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a2fb3836df09bad3284af6880325ac1cbf7f23642c73356de88d6c9c4c3e656d
MD5 95720d4e48f6da0aadf8a08aee3aff1d
BLAKE2b-256 62754a031d835656fab168a6ab18c1d308e43e0bbc3b5b31921ab7de4a19dcae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.13.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 647.7 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.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e171ec2a4cbe79a4c6adc162cb600b250bc288dd9ac26f939516608187549d8f
MD5 a9bc6933936cdbf46634db1c0c35f67e
BLAKE2b-256 3986f84317c6932df6ccba075cd8b029dee43d87cda12bc8e7d86f4c3dce943b

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