Skip to main content

Extra widgets and extensions for building UIs with Enaml

Project description

enaml-extensions

Extra widgets for Enaml

The flagship widget here is the Table widget which aims for providing an easy way to display tabular data in a grid in the UI. It was designed to support working with list of dicts, list of namedtuples, list of tuples, or even pandas DataFrame.

An example:

from enaml.widgets.api import *
from enamlext.widgets import Table, Column

enamldef Main(Window):
    Container:
        Table:
            items = [{'name': 'Joe', 'age': 30},
                     {'name': 'Jane', 'age': 31}]
            columns = [
                Column('name'),
                Column('age'),
            ]

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-extensions-0.3.16.tar.gz (46.9 kB view details)

Uploaded Source

Built Distribution

enaml_extensions-0.3.16-py3-none-any.whl (46.7 kB view details)

Uploaded Python 3

File details

Details for the file enaml-extensions-0.3.16.tar.gz.

File metadata

  • Download URL: enaml-extensions-0.3.16.tar.gz
  • Upload date:
  • Size: 46.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.1 CPython/3.11.6

File hashes

Hashes for enaml-extensions-0.3.16.tar.gz
Algorithm Hash digest
SHA256 cf2fd8373fa24102c349c176de237c6c4061b7c259833f67a250d80a477dff1d
MD5 087474603ec4179a79d141b3d05cbc04
BLAKE2b-256 609e4a2f9e3bbe92fae53ebd7f0cec297e2a756a0fc049c67aefd0f43f70f3fe

See more details on using hashes here.

File details

Details for the file enaml_extensions-0.3.16-py3-none-any.whl.

File metadata

File hashes

Hashes for enaml_extensions-0.3.16-py3-none-any.whl
Algorithm Hash digest
SHA256 7bf42c9052cd36361c570c1d3b24bec81e6587cfc4a343ec440f17a8387f3582
MD5 b86909f9c7a9ca695d2113218f47f829
BLAKE2b-256 ce0de1da7c79805925aa85441b11708b1626005580a1f2d17e73ffdcf5170a5b

See more details on using hashes here.

Supported by

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