toga/examples/tree_source
2024-01-30 11:46:30 +08:00
..
tree_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 Update README.rst 2020-02-08 13:30:51 -05:00

Tree Source
===========

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

This is a similar as Tree; but instead of using dictionaries and lists, the
code provides a custom data source that wraps the file/folder names and dates
of the current directory. This is a more realistic example of what you'd do in
practice with a tree.

Quickstart
~~~~~~~~~~

To run this example:

    $ python -m tree_source