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
Release history Release notifications | RSS feed
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.2.0.tar.gz
(46.7 kB
view details)
Built Distribution
File details
Details for the file enaml-extensions-0.2.0.tar.gz
.
File metadata
- Download URL: enaml-extensions-0.2.0.tar.gz
- Upload date:
- Size: 46.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c3559435f0959d61f57bb37e93ba38a8ec443fc9935db4bc2af396f0f03cc0c |
|
MD5 | 3976f8e76cbff99e549befc95e889e46 |
|
BLAKE2b-256 | 7852aa1289df866d252329a47362903ae92ff0ca27e81057b035319bae924cb2 |
File details
Details for the file enaml_extensions-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: enaml_extensions-0.2.0-py3-none-any.whl
- Upload date:
- Size: 46.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a086333cae8021209a7f2a909f32472902a1ca97213948ee13225464c0a8bc1 |
|
MD5 | 3975d5a0e782a70692ab07dab5440838 |
|
BLAKE2b-256 | c106a678bb1434850d3adfaf010bdb5213d452fd1bb4bd997bcfb0d134df7107 |