.gitignore
LICENSE
README.md
setup.py
.github/workflows/publish-to-pypi.yml
dashport/__init__.py
dashport/borders.py
dashport/characters.py
dashport/colors.py
dashport/dash.py
dashport/layout.py
dashport/prompt.py
dashport/run.py
dashport/widgets.py
dashport.egg-info/PKG-INFO
dashport.egg-info/SOURCES.txt
dashport.egg-info/dependency_links.txt
dashport.egg-info/top_level.txt
dashport/resources/block_elements_table.json
dashport/resources/box_drawing_table.json
docs/Makefile
docs/buttons.md
docs/colors.md
docs/conf.py
docs/dashport.md
docs/index.rst
docs/layouts.md
docs/panels.md
docs/requirements.txt
docs/strings.md
docs/widgets.md
docs/examples/boilerplate.md
docs/examples/index.md
docs/examples/layouts.md
docs/examples/util.md
docs/examples/views.md
docs/images/Layout_quadrants.png
docs/images/Layout_split_screen_horizontal.png
docs/images/Layout_split_screen_vert.png
docs/images/Layout_three_horizontal.png
docs/images/Layout_three_vert.png
docs/images/color_palette.png
examples/README.md
examples/boilerplate/basic_window.py
examples/boilerplate/boilerplate.py
examples/boilerplate/color_example.py
examples/boilerplate/rectangle.py
examples/boilerplate/using_buttons.py
examples/layouts/arbitrary_panels.py
examples/layouts/custom_borders.py
examples/layouts/split_screen_columns.py
examples/layouts/split_screen_quad.py
examples/layouts/split_screen_rows.py
examples/layouts/split_screen_three_horizontal.py
examples/layouts/split_screen_three_vert.py
examples/util/all_ascii_constants.py
examples/util/all_attributes_curses.py
examples/util/all_box_drawing.py
examples/util/color_palette.py
examples/util/explore_screen.py
examples/views/interactive_prompt.py
examples/views/multiple_views.py
examples/views/scroll_panels.py
examples/views/scroll_text.py