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.12.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.12.0rc1-cp39-cp39-win_amd64.whl (673.5 kB view details)

Uploaded CPython 3.9Windows x86-64

enaml-0.12.0rc1-cp39-cp39-win32.whl (662.8 kB view details)

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

enaml-0.12.0rc1-cp39-cp39-macosx_10_9_x86_64.whl (646.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

enaml-0.12.0rc1-cp38-cp38-win_amd64.whl (673.9 kB view details)

Uploaded CPython 3.8Windows x86-64

enaml-0.12.0rc1-cp38-cp38-win32.whl (663.4 kB view details)

Uploaded CPython 3.8Windows x86

enaml-0.12.0rc1-cp38-cp38-manylinux2010_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

enaml-0.12.0rc1-cp38-cp38-macosx_10_9_x86_64.whl (646.7 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

enaml-0.12.0rc1-cp37-cp37m-win_amd64.whl (674.4 kB view details)

Uploaded CPython 3.7mWindows x86-64

enaml-0.12.0rc1-cp37-cp37m-win32.whl (665.2 kB view details)

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

enaml-0.12.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl (645.4 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

enaml-0.12.0rc1-cp36-cp36m-win_amd64.whl (674.4 kB view details)

Uploaded CPython 3.6mWindows x86-64

enaml-0.12.0rc1-cp36-cp36m-win32.whl (665.3 kB view details)

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

enaml-0.12.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl (645.4 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: enaml-0.12.0rc1.tar.gz
  • Upload date:
  • Size: 7.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1.tar.gz
Algorithm Hash digest
SHA256 7a94407511c5fc58752df5f97d9e3ff22ef03b7cdcea9c7e2ee80b5d0af261c9
MD5 9bb9efae418c4918e819f140d4a09076
BLAKE2b-256 d5feb6c19e26b2c765a8c0f3aee77339e88258afb04435628cfb35ab9d71070d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.0rc1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 673.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7b50210e4a1535727e733ac87dd1a0a338e0dc2bc78df912faafe96c6cf7ba95
MD5 69686b5be5d38a8075a9645f8905171c
BLAKE2b-256 c68b7150f8445f7516babe313140b77400527b6df251ff84be8f5ff68e04d97b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.0rc1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 662.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e93b73793f6f741eb6713af4842975da8ce11da773c95d8f2e41af180689f3e7
MD5 a0c4aaf235323da751e17e957de23546
BLAKE2b-256 9847861bb43ec2c94404db0e50e3d71b4a2403e73ce8acaa658f466734f31147

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.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.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 44f043a97e1d34e1534d7b233de0068f3a76ac524d1d3ff4d6bb48c3fc0182f9
MD5 e2ef2fbf55cda7cb4a733499b54432b9
BLAKE2b-256 e815b511eb8505bbc19e1ce64a31294af8b50d15afc094c1fbd258b2cb13b034

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.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.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5b1cd3e4da9249188bcc2f7c8efe27124b9fd2b81828bcb1cbbe03e149e988d6
MD5 e68e7288d4f0c54f6119faafec1549f3
BLAKE2b-256 e8b1218c464fc5ca03705a39dd7fe8560a39bc51d0a26f157fc9fe73db0b4d2d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.0rc1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 646.7 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3320629164040a98e4046c9664653114ec03c527af0412f871ba222969ea4e8d
MD5 c7c25cf2fe8d8edcd5a9f75a00be0737
BLAKE2b-256 b8755f7ba8cef2cdf385e64ee49ade421aedd545c98b198b6c33c7cd430096d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.0rc1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 673.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 78ce5c94f9e0c29eeaa9a62d46c8820d9e41bba02ee2d43465e13b1cde1c18f2
MD5 cc6a703dcfa13c9fc81d03829297c12a
BLAKE2b-256 f2af17920c4b56bb1378f8270b3e0661cfe6716fb9ea0b302178430b01b1d54d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.0rc1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 663.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3657e707e2c25435b82ee43accff4f704b0d37b36c131e674cfdf3ab76e3bc51
MD5 4feadf820120b610090f91d7a0847c0f
BLAKE2b-256 cca812aa72326947a71cc4c6552b420f932b7968762b1b6a7921974e7a6c6907

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.0rc1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c2ebd350de3de342315be7e941c68b8c11b6d8c94afcfa780b71e490d2c90633
MD5 14220e927ff5d0b4c3f672cf0499284b
BLAKE2b-256 2564aed2f6f9040d8e35e33d3d75b5645695162aa369bd0eb162c0ab0ff5d4dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.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.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 291c0175b46e0caeccff8fb9147bb43e250f9d376c8cd5e2982ec4020169c7c8
MD5 70fd5531cea6d176cca94398dbd07010
BLAKE2b-256 ca96c290222879e7cc59e9487bc1bc5baa75ce58dd011ff89278b6c186746088

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.0rc1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 646.7 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a82ccd9cd1fdc77dba7509bbe0e81c2fa1d7de7cc5e0ecb8066061278419d1c
MD5 f1b835c36f813fe4acacf06b1ecc9700
BLAKE2b-256 fdca2a33ea09de5476a796f712ec543dc7a03c0efef346bbe5aa8ed50e3c2aae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.0rc1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 674.4 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 48c8274a0fdaf5b0c5ef185baab34e377abb48a6a9c49aad6928baa6c191b7a9
MD5 9ba22ed900eb93a987bef42a7d93f695
BLAKE2b-256 c93fd8fb155c073daf4be7432912b6647757f20afd18b5faff0ad4e7aea1b9c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.0rc1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 665.2 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 724cafbf963c911b3edc1d6180ccd53f735f954541977321729c5817e6719191
MD5 f825bdfe93296064e4242b449c02f692
BLAKE2b-256 77cda924ce3eb79bbed1734f34162def1585cde6fb3aa58e87a324d512b113b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.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.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9489da1f037f3da240915f8ff9b936befa3c7562e24768cf654a4686ef82d002
MD5 2c5cf19c4e299b4c5aabc26d8db7f40e
BLAKE2b-256 9cabbef5a3a52077addfbd2bb0dcf8c9507991b823a577132b5703bad571f096

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.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.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 88686e8b5a93533c7adce7f458385ceb489c26bce19636e26364c934dc4d4949
MD5 954b8a00c10709a02e82e0068453ddb7
BLAKE2b-256 cd0edbb5b2d07cecb350dcb40f7172faef18c637dcc66809feb9c356550625a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 645.4 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0d49000f5e9aaab50d21446058d361f6e08fb8ce5f1aafb943d6bdd8b334bb46
MD5 ad1fa223608dc5a49ce39a4ba857c161
BLAKE2b-256 b1c105580f608146129d6df39c5ebe6c9fc87241040438314b3f43207c9d61f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.0rc1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 674.4 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 524e0094e7332033f38746cc16626aef17e18dc94b5a05d844b17c844e605a30
MD5 ad7df826b3b4e5aae4601e304d3f1500
BLAKE2b-256 1d9046fe4a5903272135db7bfd917eaf7efce060bf2652a29206645bf0770719

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.0rc1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 665.3 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 ac454f25265d467219d806ceca3a000c4fac21c505a4defadd443c017595534f
MD5 0d6500e97affebadaaf2d63590fc4e49
BLAKE2b-256 6abc7aa3eb05ede7ccd06c3ee58455389eb6504efa0393aee58c38b1e4f344a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.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.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8cd0c29ee5deb94de4865d87e1bd0a386994da20f8d3ac3eefd5221b640a8f3c
MD5 e7fe36690a1f79caea8020fd7bdaaafc
BLAKE2b-256 ec6078362da64942b19ffff81b9352a44701541d23ed07e806efb7fc10cb5cd5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.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.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bc08b41d4d3c583eb2345aa2ee53ee846731809d70aa7e6bda62fcf03e3f6217
MD5 a3ddb6e4c449eefa5fa6ceb1dffaf6d1
BLAKE2b-256 ae2ca015690a4c0001c6d71560611f9f7c23acd2802120dc3562749ccc83b26d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: enaml-0.12.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 645.4 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6

File hashes

Hashes for enaml-0.12.0rc1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 023d072ce7f9df1821d8b5c4982ef8dac64e654dd6f3f18d6700244219ebfc7a
MD5 3fdcd1b821cd581d62c5cdd6a25c5423
BLAKE2b-256 6882458e487156d8b6c2532e5ca537f48357e54e9d3c7b48b21afa75da197527

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