CHANGELOG.md
LICENSE
MANIFEST.in
PACKAGE_SYSTEM_README.md
README.md
pyproject.toml
setup.py
src/pythra/perv_tests/main.py
src/pythra/perv_tests/main_bottomNavBar_pageChang.py
src/pythra/perv_tests/main_bottom_sheet_snack_bar.py
src/pythra/perv_tests/main_drawer_simple.py
src/pythra/perv_tests/main_grid_a.py
src/pythra/perv_tests/main_grid_scaffold_appbar_test.py
src/pythra/perv_tests/main_grid_test.py
src/pythra/perv_tests/state_test.py
src/pythra/plugins/markdown/__init__.py
src/pythra/plugins/markdown/controller.py
src/pythra/plugins/markdown/editor_state.py
src/pythra/plugins/markdown/style.py
src/pythra/plugins/markdown/widget.py
src/pythra/plugins/markdown/utils/sys_font_loader.py
src/pythra/project_template/__init__.py
src/pythra/project_template/lib/__init__.py
src/pythra/project_template/lib/main.py
src/pythra/project_template/lib/constants/__init__.py
src/pythra/project_template/lib/constants/colors.py
src/pythra/project_template/plugins/__init__.py
src/pythra/pythra/__init__.py
src/pythra/pythra/api.py
src/pythra/pythra/base.py
src/pythra/pythra/class_list.py
src/pythra/pythra/config.py
src/pythra/pythra/controllers.py
src/pythra/pythra/core.py
src/pythra/pythra/debug_utils.py
src/pythra/pythra/drawing.py
src/pythra/pythra/events.py
src/pythra/pythra/font_encoder.py
src/pythra/pythra/generate_icons.py
src/pythra/pythra/id_manager.py
src/pythra/pythra/key_cython.c
src/pythra/pythra/key_cython.pyx
src/pythra/pythra/navigation.py
src/pythra/pythra/package_manager.py
src/pythra/pythra/package_registry.py
src/pythra/pythra/package_security.py
src/pythra/pythra/package_system.py
src/pythra/pythra/painting.py
src/pythra/pythra/plugins.py
src/pythra/pythra/reconciler.py
src/pythra/pythra/reconciler_cython.c
src/pythra/pythra/reconciler_cython.cp313-win_amd64.pyd
src/pythra/pythra/reconciler_cython.pyx
src/pythra/pythra/reconciler_loader.py
src/pythra/pythra/rust_reconciler_adapter.py
src/pythra/pythra/server.py
src/pythra/pythra/state.py
src/pythra/pythra/styles.py
src/pythra/pythra/test.py
src/pythra/pythra/theme.py
src/pythra/pythra/widgets.py
src/pythra/pythra/widgets_more.py
src/pythra/pythra.egg-info/PKG-INFO
src/pythra/pythra.egg-info/SOURCES.txt
src/pythra/pythra.egg-info/dependency_links.txt
src/pythra/pythra.egg-info/entry_points.txt
src/pythra/pythra.egg-info/requires.txt
src/pythra/pythra.egg-info/top_level.txt
src/pythra/pythra/derived_widgets/dropdown/__init__.py
src/pythra/pythra/derived_widgets/dropdown/controller.py
src/pythra/pythra/derived_widgets/dropdown/dropdown.py
src/pythra/pythra/derived_widgets/dropdown/style.py
src/pythra/pythra/icons/__init__.py
src/pythra/pythra/icons/base.py
src/pythra/pythra/icons/icons_outlined.py
src/pythra/pythra/icons/icons_outlined_1.py
src/pythra/pythra/icons/icons_rounded.py
src/pythra/pythra/icons/icons_rounded_1.py
src/pythra/pythra/icons/icons_sharp.py
src/pythra/pythra/icons/icons_sharp_1.py
src/pythra/pythra/project_template/__init__.py
src/pythra/pythra/project_template/assets/fonts/MaterialSymbolsOutlined.ttf
src/pythra/pythra/project_template/assets/fonts/MaterialSymbolsRounded.ttf
src/pythra/pythra/project_template/assets/fonts/MaterialSymbolsSharp.ttf
src/pythra/pythra/project_template/assets/icons/icon.ico
src/pythra/pythra/project_template/lib/__init__.py
src/pythra/pythra/project_template/lib/main.py
src/pythra/pythra/project_template/lib/constants/__init__.py
src/pythra/pythra/project_template/lib/constants/colors.py
src/pythra/pythra/project_template/linux/appIcon.desktop
src/pythra/pythra/project_template/linux/hicolor/128x128/apps/appIcon.png
src/pythra/pythra/project_template/linux/hicolor/16x16/apps/appIcon.png
src/pythra/pythra/project_template/linux/hicolor/24x24/apps/appIcon.png
src/pythra/pythra/project_template/linux/hicolor/256x256/apps/appIcon.png
src/pythra/pythra/project_template/linux/hicolor/32x32/apps/appIcon.png
src/pythra/pythra/project_template/linux/hicolor/48x48/apps/appIcon.png
src/pythra/pythra/project_template/linux/hicolor/512x512/apps/appIcon.png
src/pythra/pythra/project_template/linux/hicolor/64x64/apps/appIcon.png
src/pythra/pythra/project_template/macos/Info.plist
src/pythra/pythra/project_template/macos/appIcon.icns
src/pythra/pythra/project_template/plugins/__init__.py
src/pythra/pythra/project_template/render/anicollection.css
src/pythra/pythra/project_template/render/animate.min.css
src/pythra/pythra/project_template/render/aos.css
src/pythra/pythra/project_template/render/hover-min.css
src/pythra/pythra/project_template/render/index.html
src/pythra/pythra/project_template/render/index.min.css
src/pythra/pythra/project_template/render/magic.min.css
src/pythra/pythra/project_template/render/main.js
src/pythra/pythra/project_template/render/nom.py
src/pythra/pythra/project_template/render/qwebchannel.js
src/pythra/pythra/project_template/render/styles.css
src/pythra/pythra/project_template/render/js/aos.js.js
src/pythra/pythra/project_template/render/js/clipPathUtils.js
src/pythra/pythra/project_template/render/js/dropdown.js
src/pythra/pythra/project_template/render/js/gesture_detector.js
src/pythra/pythra/project_template/render/js/gradient_border.js
src/pythra/pythra/project_template/render/js/main.js
src/pythra/pythra/project_template/render/js/pathGenerator.js
src/pythra/pythra/project_template/render/js/pathGeneratorUI.js
src/pythra/pythra/project_template/render/js/progress_indicator.js
src/pythra/pythra/project_template/render/js/pythra_bridge.js
src/pythra/pythra/project_template/render/js/scrollBar.js
src/pythra/pythra/project_template/render/js/slider.js
src/pythra/pythra/project_template/render/js/textfield.js
src/pythra/pythra/project_template/render/js/virtual_grid.js
src/pythra/pythra/project_template/render/js/virtual_list.js
src/pythra/pythra/project_template/render/js/scroll-bar/simplebar.min.css
src/pythra/pythra/project_template/render/js/scroll-bar/simplebar.min.js
src/pythra/pythra/project_template/windows/appIcon.ico
src/pythra/pythra/pythra_cli/__init__.py
src/pythra/pythra/pythra_cli/main.py
src/pythra/pythra/pythra_cli/package_commands.py
src/pythra/pythra/tests/__init__.py
src/pythra/pythra/tests/test_rust_adapter.py
src/pythra/pythra/utils/__init__.py
src/pythra/pythra/window/__init__.py
src/pythra/pythra/window/main.py
src/pythra/pythra/window/max.py
src/pythra/pythra/window/webwidget.py
src/pythra/pythra/window/window_manager.py
test/test.py
test/test2.py
test/test_diff_engine.py
test/test_reconciliation.py