.gitignore
README.md
license.md
pyproject.toml
setup.py
ci/sphinx_ignore_tags.txt
docs/.nojekyll
docs/base.rst
docs/compiler.rst
docs/conf.py
docs/index.rst
docs/list.rst
docs/misc.rst
docs/navigation.rst
docs/plot.rst
docs/table.rst
docs/text.rst
docs/_static/bugfix.css
examples/README.md
examples/debug_html_output.py
examples/demo.ipynb
examples/full_demo.html
examples/nested_pane_containers_demo.html
examples/nested_pane_containers_demo.ipynb
examples/nested_pane_containers_demo.py
examples/power_table_demo.html
examples/power_table_demo.py
examples/table_sort_sandbox.py
src/tts_html_utils/__init__.py
src/tts_html_utils/resource.py
src/tts_html_utils.egg-info/PKG-INFO
src/tts_html_utils.egg-info/SOURCES.txt
src/tts_html_utils.egg-info/dependency_links.txt
src/tts_html_utils.egg-info/requires.txt
src/tts_html_utils.egg-info/top_level.txt
src/tts_html_utils/core/__init__.py
src/tts_html_utils/core/compiler.py
src/tts_html_utils/core/palette.py
src/tts_html_utils/core/components/__init__.py
src/tts_html_utils/core/components/base.py
src/tts_html_utils/core/components/favicon.py
src/tts_html_utils/core/components/flexbox.py
src/tts_html_utils/core/components/list.py
src/tts_html_utils/core/components/misc.py
src/tts_html_utils/core/components/navigation.py
src/tts_html_utils/core/components/plot.py
src/tts_html_utils/core/components/structure.py
src/tts_html_utils/core/components/table.py
src/tts_html_utils/core/components/text.py
src/tts_html_utils/css/gantt_chart/gantt_chart.css
src/tts_html_utils/css/pane_container/pane_container.css
src/tts_html_utils/django/__init__.py
src/tts_html_utils/django/forms/__init__.py
src/tts_html_utils/django/forms/time_range_form.py
src/tts_html_utils/django/tables/__init__.py
src/tts_html_utils/django/tables/filter_table.py
src/tts_html_utils/django/templates/filter_table/filter_table.html
src/tts_html_utils/django/templates/filter_table/filter_table_rows.html
src/tts_html_utils/django/templates/filter_table/javascript.html
src/tts_html_utils/django/templates/filter_table/pagination.html
src/tts_html_utils/gantt_chart/gantt_chart.py
src/tts_html_utils/javascript/pane_container.js
src/tts_html_utils/javascript/plotlyv1.58.5.js
src/tts_html_utils/javascript/filter_table/django_html_filter_table.js
src/tts_html_utils/javascript/filter_table/django_html_table_sort.js
src/tts_html_utils/javascript/filter_table/show_hide_details.js
src/tts_html_utils/javascript/filter_table/static_html_filter_table.js
src/tts_html_utils/javascript/filter_table/static_html_table_sort.js
src/tts_html_utils/javascript/gantt_chart/gantt_chart.js
src/tts_html_utils/javascript/pane_container/pane_container.js
src/tts_html_utils/javascript/visdiff_tables/hide_columns_without_mismatch.js
src/tts_html_utils/javascript/visdiff_tables/row_height_match.js
src/tts_html_utils/javascript/visdiff_tables/scroll_sync.js
src/tts_html_utils/jupyter/__init__.py
src/tts_html_utils/jupyter/grid.py
src/tts_html_utils/resources/report_base.css
src/tts_html_utils/resources/rule_result_table.css
src/tts_html_utils/resources/rule_summary.css
src/tts_html_utils/resources/css/navbar.css
src/tts_html_utils/resources/html_templates/full_report.html
src/tts_html_utils/resources/html_templates/generic.html
src/tts_html_utils/resources/html_templates/generic_singleton.html
src/tts_html_utils/resources/html_templates/helpers.html
src/tts_html_utils/resources/html_templates/plotly_config.html
src/tts_html_utils/resources/html_templates/script_general.html
src/tts_html_utils/resources/html_templates/table.html
src/tts_html_utils/resources/html_templates/test.html
src/tts_html_utils/resources/img/favicon.png
src/tts_html_utils/resources/scripts/collapsible.js
src/tts_html_utils/resources/scripts/link_functions.js
src/tts_html_utils/resources/scripts/open_tab_function.js
src/tts_html_utils/resources/scripts/resize_bodyheight.js
src/tts_html_utils/resources/scripts/sorttable.js
src/tts_html_utils/resources/scripts/sticky_headers.js
src/tts_html_utils/test/__init__.py
src/tts_html_utils/test/test_base.py
src/tts_html_utils/test/test_compiler.py
src/tts_html_utils/test/test_list.py
src/tts_html_utils/test/test_misc.py
src/tts_html_utils/test/test_navigation.py
src/tts_html_utils/test/test_plot.py
src/tts_html_utils/test/test_resource.py
src/tts_html_utils/test/test_structure.py
src/tts_html_utils/test/test_table.py
src/tts_html_utils/test/test_text.py
src/tts_html_utils/visdiff/visdiff.py