MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
bin/component-cli.js
bin/serialize-cli.js
bin/type-check-cli.js
examples/__init__.py
examples/basic_usage.py
examples/variant_driven_examples.py
sdui_python/__init__.py
sdui_python/cli.py
sdui_python.egg-info/PKG-INFO
sdui_python.egg-info/SOURCES.txt
sdui_python.egg-info/dependency_links.txt
sdui_python.egg-info/entry_points.txt
sdui_python.egg-info/top_level.txt
tests/README.md
tests/__init__.py
tests/test_action_serialization.py
tests/test_action_state_validation.py
tests/test_all.py
tests/test_common_properties.py
tests/test_component_registry.py
tests/test_component_types.py
tests/test_direct_validation.py
tests/test_error_handling.py
tests/test_functionality.py
tests/test_integration_scenarios.py
tests/test_property_rendering.py
tests/test_sdui_toggle.py
tests/test_template_expressions.py
tests/test_todo_app.py