LICENSE
LICENSE.txt
MANIFEST.in
README.md
plan.md
pyproject.toml
setup.py
CompileKvWasm/Package.swift
CompileKvWasm/Sources/CompileKvWasm/Conversion.swift
CompileKvWasm/Sources/CompileKvWasm/Exports.swift
CompileKvWasm/Sources/CompileKvWasm/main.swift
KvToPyClass/Package.swift
KvToPyClass/Sources/KvToPyClass/KvToPyClassGenerator.swift
KvToPyClass/Sources/KvToPyClass/PythonClassParser.swift
KvToPyClass/Sources/KvToPyClassCLI/main.swift
KvToPyClass/Tests/KvToPyClassTests/KivyWidgetRegistryTests.swift
KvToPyClass/Tests/KvToPyClassTests/KvToPyClassTests.swift
scripts/build_wasm.py
src/compilekv/__init__.py
src/compilekv/__main__.py
src/compilekv/cli.py
src/compilekv/compiler.py
src/compilekv/runtime.py
src/compilekv.egg-info/PKG-INFO
src/compilekv.egg-info/SOURCES.txt
src/compilekv.egg-info/dependency_links.txt
src/compilekv.egg-info/requires.txt
src/compilekv.egg-info/top_level.txt
tests/conftest.py
tests/test_canvas.py
tests/test_class_merge.py
tests/test_compiler.py
tests/test_constants.py
tests/test_directives.py
tests/test_factory.py
tests/test_id_references.py
tests/test_imports.py
tests/test_module_entry.py
tests/test_root_bindings.py
tests/test_runtime.py
tests/test_self_scope.py
tests/test_showcase.py
tests/test_values.py