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.3.9.tar.gz
(44.1 kB
view details)
Built Distribution
File details
Details for the file enaml-extensions-0.3.9.tar.gz
.
File metadata
- Download URL: enaml-extensions-0.3.9.tar.gz
- Upload date:
- Size: 44.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e019a56c04773a79fe8037a3ee2ac9d0ee5f5963032da7b75e83f54202200154 |
|
MD5 | 679a57a3d34f8cb5452e2db18ca40c9e |
|
BLAKE2b-256 | edda8e4244789c389de0a3d8acf1519f6bf7f8b4876eadabdaa2cf2b4da85393 |
File details
Details for the file enaml_extensions-0.3.9-py3-none-any.whl
.
File metadata
- Download URL: enaml_extensions-0.3.9-py3-none-any.whl
- Upload date:
- Size: 43.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90776150d97c6409ea576b84041bed8e888e508035c81366ca2df0725ccfd8ea |
|
MD5 | 852412380fafac0cb6fffe8c18fa0c5c |
|
BLAKE2b-256 | f3f5daf45f1e0aabbf737ef63640acf75d496b8764a018cac6d40e868e65b530 |