MANIFEST.in
README.md
VERSION
cacao.json
setup.py
cacao/__init__.py
cacao/desktop.py
cacao.egg-info/PKG-INFO
cacao.egg-info/SOURCES.txt
cacao.egg-info/dependency_links.txt
cacao.egg-info/entry_points.txt
cacao.egg-info/requires.txt
cacao.egg-info/top_level.txt
cacao/cli/__init__.py
cacao/cli/codegen.py
cacao/cli/commands.py
cacao/cli/templates/cacao.json
cacao/cli/templates/docs/CORE_ARCH.md
cacao/core/__init__.py
cacao/core/app.py
cacao/core/component_compiler.py
cacao/core/decorators.py
cacao/core/diffing.py
cacao/core/pwa.py
cacao/core/server.py
cacao/core/session.py
cacao/core/state.py
cacao/core/theme.py
cacao/core/mixins/__init__.py
cacao/core/mixins/documentation.py
cacao/core/mixins/logging.py
cacao/core/mixins/validation.py
cacao/core/static/index.html
cacao/core/static/css/base.css
cacao/core/static/css/cacao-components.css
cacao/core/static/css/icon-styles.css
cacao/core/static/css/range-slider.css
cacao/core/static/css/react-components.css
cacao/core/static/css/themes/default.css
cacao/core/static/icons/bean.svg
cacao/core/static/icons/cacao.svg
cacao/core/static/icons/chef-hat.svg
cacao/core/static/icons/cloud.svg
cacao/core/static/icons/cocoa-tree.svg
cacao/core/static/icons/db.svg
cacao/core/static/icons/fire.svg
cacao/core/static/icons/grinder.svg
cacao/core/static/icons/home.svg
cacao/core/static/icons/hot-drink.svg
cacao/core/static/icons/icon-192.png
cacao/core/static/icons/icon-512.png
cacao/core/static/icons/icons.ai
cacao/core/static/icons/menu.svg
cacao/core/static/icons/settings.svg
cacao/core/static/icons/star.svg
cacao/core/static/icons/trash.svg
cacao/core/static/icons/user.svg
cacao/core/static/icons/whisk.svg
cacao/core/static/js/cacao-components.js
cacao/core/static/js/cacao-core.js
cacao/core/static/js/react-bridge.js
cacao/core/static/js/theme-loader.js
cacao/core/static/js/websocket.js
cacao/extensions/__init__.py
cacao/extensions/react_extension.py
cacao/extensions/auth/__init__.py
cacao/extensions/metrics/__init__.py
cacao/extensions/plugins/__init__.py
cacao/extensions/plugins/pandas_table/__init__.py
cacao/extensions/plugins/pandas_table/converter.py
cacao/extensions/plugins/pandas_table/plugin.py
cacao/plugins/__init__.py
cacao/plugins/base_plugin.py
cacao/plugins/html_renderer.py
cacao/plugins/markdown_renderer.py
cacao/plugins/renderer_plugin.py
cacao/ui/__init__.py
cacao/ui/components/__init__.py
cacao/ui/components/base.py
cacao/ui/components/data.py
cacao/ui/components/forms.py
cacao/ui/components/inputs.py
cacao/ui/components/layout.py
cacao/ui/components/navigation.py
cacao/ui/components/range_sliders.py
cacao/ui/components/react.py
cacao/ui/components/sidebar_layout.py
cacao/ui/components/data/__init__.py
cacao/utilities/__init__.py
cacao/utilities/cache.py
cacao/utilities/documentation.py
cacao/utilities/icons.py
cacao/utilities/task_queue.py
docs/COMPONENT_API.md
docs/ICON_REGISTRY.md
docs/REACT_INTEGRATION.md
docs/THEMING_GUIDE.md
examples/components_showcase_example.py
examples/counter_example.py
examples/custom_theme_example.py
examples/icon_app_example.py
examples/pwa_example.py
examples/range_sliders_example.py
examples/react_component_example.py
examples/sidebar_layout_example.py
examples/simple_app_example.py
examples/standard_app_example.py
examples/theme_example.py
examples/showcase/__init__.py
examples/showcase/data_display_page.py
examples/showcase/feedback_page.py
examples/showcase/inputs_page.py
examples/showcase/navigation_page.py
examples/showcase/typography_page.py
test/test_components.py
test/test_data_display.py
test/test_icons.py
test/test_integration.py
test/test_plugins.py
test/test_pwa.py
test/test_react_integration.py
test/test_server.py
test/test_session.py
test/test_state.py
test/test_ui_components.py