# Generated by devtools/yamaker (pypi). PY3_LIBRARY() VERSION(8.2.7) LICENSE(MIT) PEERDIR( contrib/python/Pygments contrib/python/markdown-it-py contrib/python/mdit-py-plugins contrib/python/platformdirs contrib/python/rich contrib/python/typing-extensions ) NO_LINT() NO_CHECK_IMPORTS( textual.__main__ textual.demo.__main__ textual.demo._project_stargazer_updater textual.demo.demo_app textual.demo.home textual.drivers.win32 textual.drivers.windows_driver ) PY_SRCS( TOP_LEVEL textual/__init__.py textual/__main__.py textual/_animator.py textual/_ansi_sequences.py textual/_ansi_theme.py textual/_arrange.py textual/_auto_scroll.py textual/_binary_encode.py textual/_border.py textual/_box_drawing.py textual/_callback.py textual/_cells.py textual/_color_constants.py textual/_compat.py textual/_compositor.py textual/_context.py textual/_debug.py textual/_dispatch_key.py textual/_doc.py textual/_duration.py textual/_easing.py textual/_event_broker.py textual/_extrema.py textual/_files.py textual/_immutable_sequence_view.py textual/_import_app.py textual/_keyboard_protocol.py textual/_layout_resolve.py textual/_line_split.py textual/_log.py textual/_loop.py textual/_markup_playground.py textual/_node_list.py textual/_on.py textual/_opacity.py textual/_parser.py textual/_partition.py textual/_path.py textual/_profile.py textual/_queue.py textual/_resolve.py textual/_segment_tools.py textual/_sleep.py textual/_slug.py textual/_spatial_map.py textual/_styles_cache.py textual/_text_area_theme.py textual/_time.py textual/_tree_sitter.py textual/_two_way_dict.py textual/_types.py textual/_wait.py textual/_widget_navigation.py textual/_win_sleep.py textual/_work_decorator.py textual/_wrap.py textual/_xterm_parser.py textual/actions.py textual/app.py textual/await_complete.py textual/await_remove.py textual/binding.py textual/box_model.py textual/cache.py textual/canvas.py textual/case.py textual/clock.py textual/color.py textual/command.py textual/compose.py textual/constants.py textual/containers.py textual/content.py textual/coordinate.py textual/css/__init__.py textual/css/_error_tools.py textual/css/_help_renderables.py textual/css/_help_text.py textual/css/_style_properties.py textual/css/_styles_builder.py textual/css/constants.py textual/css/errors.py textual/css/match.py textual/css/model.py textual/css/parse.py textual/css/query.py textual/css/scalar.py textual/css/scalar_animation.py textual/css/styles.py textual/css/stylesheet.py textual/css/tokenize.py textual/css/tokenizer.py textual/css/transition.py textual/css/types.py textual/demo/__main__.py textual/demo/_project_data.py textual/demo/_project_stargazer_updater.py textual/demo/_project_stars.py textual/demo/data.py textual/demo/demo_app.py textual/demo/game.py textual/demo/home.py textual/demo/page.py textual/demo/projects.py textual/demo/widgets.py textual/design.py textual/document/__init__.py textual/document/_document.py textual/document/_document_navigator.py textual/document/_edit.py textual/document/_history.py textual/document/_syntax_aware_document.py textual/document/_wrapped_document.py textual/dom.py textual/driver.py textual/drivers/__init__.py textual/drivers/_byte_stream.py textual/drivers/_input_reader.py textual/drivers/_input_reader_linux.py textual/drivers/_input_reader_windows.py textual/drivers/_writer_thread.py textual/drivers/headless_driver.py textual/drivers/linux_driver.py textual/drivers/linux_inline_driver.py textual/drivers/web_driver.py textual/drivers/win32.py textual/drivers/windows_driver.py textual/errors.py textual/eta.py textual/events.py textual/expand_tabs.py textual/features.py textual/file_monitor.py textual/filter.py textual/fuzzy.py textual/geometry.py textual/getters.py textual/highlight.py textual/keys.py textual/layout.py textual/layouts/__init__.py textual/layouts/factory.py textual/layouts/grid.py textual/layouts/horizontal.py textual/layouts/stream.py textual/layouts/vertical.py textual/lazy.py textual/logging.py textual/map_geometry.py textual/markup.py textual/message.py textual/message_pump.py textual/messages.py textual/notifications.py textual/pad.py textual/pilot.py textual/reactive.py textual/render.py textual/renderables/__init__.py textual/renderables/_blend_colors.py textual/renderables/background_screen.py textual/renderables/bar.py textual/renderables/blank.py textual/renderables/digits.py textual/renderables/gradient.py textual/renderables/sparkline.py textual/renderables/styled.py textual/renderables/text_opacity.py textual/renderables/tint.py textual/rlock.py textual/screen.py textual/scroll_view.py textual/scrollbar.py textual/selection.py textual/signal.py textual/strip.py textual/style.py textual/suggester.py textual/suggestions.py textual/system_commands.py textual/theme.py textual/timer.py textual/types.py textual/validation.py textual/visual.py textual/walk.py textual/widget.py textual/widgets/__init__.py textual/widgets/__init__.pyi textual/widgets/_button.py textual/widgets/_checkbox.py textual/widgets/_collapsible.py textual/widgets/_content_switcher.py textual/widgets/_data_table.py textual/widgets/_digits.py textual/widgets/_directory_tree.py textual/widgets/_footer.py textual/widgets/_header.py textual/widgets/_help_panel.py textual/widgets/_input.py textual/widgets/_key_panel.py textual/widgets/_label.py textual/widgets/_link.py textual/widgets/_list_item.py textual/widgets/_list_view.py textual/widgets/_loading_indicator.py textual/widgets/_log.py textual/widgets/_markdown.py textual/widgets/_markdown_viewer.py textual/widgets/_masked_input.py textual/widgets/_option_list.py textual/widgets/_placeholder.py textual/widgets/_pretty.py textual/widgets/_progress_bar.py textual/widgets/_radio_button.py textual/widgets/_radio_set.py textual/widgets/_rich_log.py textual/widgets/_rule.py textual/widgets/_select.py textual/widgets/_selection_list.py textual/widgets/_sparkline.py textual/widgets/_static.py textual/widgets/_switch.py textual/widgets/_tab.py textual/widgets/_tab_pane.py textual/widgets/_tabbed_content.py textual/widgets/_tabs.py textual/widgets/_text_area.py textual/widgets/_toast.py textual/widgets/_toggle_button.py textual/widgets/_tooltip.py textual/widgets/_tree.py textual/widgets/_welcome.py textual/widgets/button.py textual/widgets/collapsible.py textual/widgets/data_table.py textual/widgets/directory_tree.py textual/widgets/input.py textual/widgets/markdown.py textual/widgets/option_list.py textual/widgets/rule.py textual/widgets/select.py textual/widgets/selection_list.py textual/widgets/tabbed_content.py textual/widgets/text_area.py textual/widgets/tree.py textual/worker.py textual/worker_manager.py ) RESOURCE_FILES( PREFIX contrib/python/textual/ .dist-info/METADATA textual/py.typed textual/tree-sitter/highlights/bash.scm textual/tree-sitter/highlights/css.scm textual/tree-sitter/highlights/go.scm textual/tree-sitter/highlights/html.scm textual/tree-sitter/highlights/java.scm textual/tree-sitter/highlights/javascript.scm textual/tree-sitter/highlights/json.scm textual/tree-sitter/highlights/markdown.scm textual/tree-sitter/highlights/python.scm textual/tree-sitter/highlights/regex.scm textual/tree-sitter/highlights/rust.scm textual/tree-sitter/highlights/sql.scm textual/tree-sitter/highlights/toml.scm textual/tree-sitter/highlights/xml.scm textual/tree-sitter/highlights/yaml.scm ) END()