MIT License ----------- textual-0.1.18/LICENSE Unknown or generated -------------------- textual-0.1.18/.coveragerc textual-0.1.18/.github/FUNDING.yml textual-0.1.18/.github/ISSUE_TEMPLATE/bug_report.md textual-0.1.18/.github/ISSUE_TEMPLATE/task.md textual-0.1.18/.github/workflows/comment.yml textual-0.1.18/.github/workflows/pythonpackage.yml textual-0.1.18/.pre-commit-config.yaml textual-0.1.18/CHANGELOG.md textual-0.1.18/CODE_OF_CONDUCT.md textual-0.1.18/Makefile textual-0.1.18/README.md textual-0.1.18/docs/examples/actions/colorizer.py textual-0.1.18/docs/examples/actions/quiter.py textual-0.1.18/docs/examples/messages_and_events/beep.py textual-0.1.18/docs/examples/messages_and_events/beep_typed.py textual-0.1.18/docs/examples/messages_and_events/color_changer.py textual-0.1.18/docs/examples/timers/clock.py textual-0.1.18/docs/examples/widgets/custom.py textual-0.1.18/docs/examples/widgets/placeholders.py textual-0.1.18/docs/index.md textual-0.1.18/docs/messages.md textual-0.1.18/docs/reference/app.md textual-0.1.18/docs/reference/events.md textual-0.1.18/docs/stylesheets/custom.css textual-0.1.18/examples/README.md textual-0.1.18/examples/animation.py textual-0.1.18/examples/big_table.py textual-0.1.18/examples/calculator.py textual-0.1.18/examples/code_viewer.py textual-0.1.18/examples/easing.py textual-0.1.18/examples/grid.py textual-0.1.18/examples/grid_auto.py textual-0.1.18/examples/richreadme.md textual-0.1.18/examples/simple.py textual-0.1.18/imgs/custom.gif textual-0.1.18/imgs/custom.png textual-0.1.18/imgs/textual.png textual-0.1.18/imgs/widgets.png textual-0.1.18/mkdocs.yml textual-0.1.18/mypy.ini textual-0.1.18/notes/README.md textual-0.1.18/notes/layout.md textual-0.1.18/notes/refresh.md textual-0.1.18/poetry.lock textual-0.1.18/pyproject.toml textual-0.1.18/src/textual/__init__.py textual-0.1.18/src/textual/_animator.py textual-0.1.18/src/textual/_ansi_sequences.py textual-0.1.18/src/textual/_callback.py textual-0.1.18/src/textual/_context.py textual-0.1.18/src/textual/_easing.py textual-0.1.18/src/textual/_event_broker.py textual-0.1.18/src/textual/_layout_resolve.py textual-0.1.18/src/textual/_line_cache.py textual-0.1.18/src/textual/_lines.py textual-0.1.18/src/textual/_loop.py textual-0.1.18/src/textual/_parser.py textual-0.1.18/src/textual/_profile.py textual-0.1.18/src/textual/_timer.py textual-0.1.18/src/textual/_types.py textual-0.1.18/src/textual/_xterm_parser.py textual-0.1.18/src/textual/actions.py textual-0.1.18/src/textual/app.py textual-0.1.18/src/textual/background.py textual-0.1.18/src/textual/binding.py textual-0.1.18/src/textual/case.py textual-0.1.18/src/textual/driver.py textual-0.1.18/src/textual/drivers/linux_driver.py textual-0.1.18/src/textual/drivers/win32.py textual-0.1.18/src/textual/drivers/windows_driver.py textual-0.1.18/src/textual/events.py textual-0.1.18/src/textual/geometry.py textual-0.1.18/src/textual/keys.py textual-0.1.18/src/textual/layout.py textual-0.1.18/src/textual/layout_map.py textual-0.1.18/src/textual/layouts/dock.py textual-0.1.18/src/textual/layouts/grid.py textual-0.1.18/src/textual/layouts/vertical.py textual-0.1.18/src/textual/message.py textual-0.1.18/src/textual/message_pump.py textual-0.1.18/src/textual/messages.py textual-0.1.18/src/textual/page.py textual-0.1.18/src/textual/reactive.py textual-0.1.18/src/textual/richreadme.md textual-0.1.18/src/textual/screen_update.py textual-0.1.18/src/textual/scrollbar.py textual-0.1.18/src/textual/view.py textual-0.1.18/src/textual/views/__init__.py textual-0.1.18/src/textual/views/_dock_view.py textual-0.1.18/src/textual/views/_document_view.py textual-0.1.18/src/textual/views/_grid_view.py textual-0.1.18/src/textual/views/_window_view.py textual-0.1.18/src/textual/widget.py textual-0.1.18/src/textual/widgets/__init__.py textual-0.1.18/src/textual/widgets/_button.py textual-0.1.18/src/textual/widgets/_directory_tree.py textual-0.1.18/src/textual/widgets/_footer.py textual-0.1.18/src/textual/widgets/_header.py textual-0.1.18/src/textual/widgets/_placeholder.py textual-0.1.18/src/textual/widgets/_scroll_view.py textual-0.1.18/src/textual/widgets/_static.py textual-0.1.18/src/textual/widgets/_tree_control.py textual-0.1.18/tests/test_case.py textual-0.1.18/tests/test_easing.py textual-0.1.18/tests/test_geometry.py textual-0.1.18/tests/test_loop.py textual-0.1.18/tools/gen_easings_tests.ts