.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS
CONTRIBUTING.md
LICENSE
README.rst
pyproject.toml
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/config-file-deps-bump.yml
.github/workflows/dependabot-changenote.yml
.github/workflows/pre-commit-update.yml
.github/workflows/publish.yml
.github/workflows/release.yml
changes/template.rst
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/spelling_wordlist
docs/_static/images/toga-chart.png
docs/background/community.rst
docs/background/faq.rst
docs/background/index.rst
docs/background/releases.rst
docs/how-to/contribute-code.rst
docs/how-to/contribute-docs.rst
docs/how-to/index.rst
docs/how-to/internal/index.rst
docs/how-to/internal/release.rst
docs/reference/index.rst
docs/tutorial/index.rst
examples/README.rst
examples/pyproject.toml
examples/chart/__init__.py
examples/chart/__main__.py
examples/chart/app.py
src/toga_chart/__init__.py
src/toga_chart/chart.py
src/toga_chart.egg-info/PKG-INFO
src/toga_chart.egg-info/SOURCES.txt
src/toga_chart.egg-info/dependency_links.txt
src/toga_chart.egg-info/requires.txt
src/toga_chart.egg-info/top_level.txt
tests/__init__.py
tests/test_placeholder.py