toga/examples/table_source
2024-01-30 11:46:30 +08:00
..
table_source Ensure appcompat library is specified, and normalize bundle IDs. 2024-01-30 11:46:30 +08:00
CHANGELOG Add content to CHANGELOG and LICENSE files for examples 2023-06-21 20:21:23 -04:00
LICENSE Add content to CHANGELOG and LICENSE files for examples 2023-06-21 20:21:23 -04:00
pyproject.toml Ensure appcompat library is specified, and normalize bundle IDs. 2024-01-30 11:46:30 +08:00
README.rst Updated example instructions 2018-06-25 17:03:48 -07:00

Table Source
============

An example of using a custom data source with a table.

This is the same example as Table; but instead of using lists, the code
provides a custom data source that wraps the concept of movies. This is a more
realistic example of what you'd do in practice with a table.

Quickstart
~~~~~~~~~~

To run this example:

    $ python -m table_source