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.13.tar.gz
(46.3 kB
view details)
Built Distribution
File details
Details for the file enaml-extensions-0.3.13.tar.gz
.
File metadata
- Download URL: enaml-extensions-0.3.13.tar.gz
- Upload date:
- Size: 46.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd81913aefb4899225e431c229b89521cf294acecb234e4bb4ca9e7e77cbab6c |
|
MD5 | ef2beec0a9251ee2fb18b4be20fc3ec1 |
|
BLAKE2b-256 | 55e6d3c51bc8b7d78f1cf3b936eb116db163da97557ad87c1db338c258d8286b |
File details
Details for the file enaml_extensions-0.3.13-py3-none-any.whl
.
File metadata
- Download URL: enaml_extensions-0.3.13-py3-none-any.whl
- Upload date:
- Size: 46.0 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 | e7c88bd1e3acaaab622f838f29d9da04e933c6385662db7f8ada0e0d6fa7133b |
|
MD5 | 53ce49823c6c1b17dd940aecd751eded |
|
BLAKE2b-256 | e132dbc170b851c8758fe6fc8179390b8611c97ab268e448c0bdbbc9d8660e64 |