README.md
pyproject.toml
examples/example_ecommerce_app.py
examples/example_todo_app.py
p2m/__init__.py
p2m/cli.py
p2m/config.py
p2m/core/__init__.py
p2m/core/api.py
p2m/core/ast_walker.py
p2m/core/database.py
p2m/core/events.py
p2m/core/render_engine.py
p2m/core/runtime.py
p2m/core/state.py
p2m/core/validator.py
p2m/devserver/__init__.py
p2m/devserver/server.py
p2m/i18n/__init__.py
p2m/i18n/translator.py
p2m/imagine/__init__.py
p2m/imagine/agent.py
p2m/imagine/legacy.py
p2m/llm/__init__.py
p2m/llm/anthropic_provider.py
p2m/llm/base.py
p2m/llm/compatible_provider.py
p2m/llm/factory.py
p2m/llm/ollama_provider.py
p2m/llm/openai_provider.py
p2m/testing/__init__.py
p2m/ui/__init__.py
p2m/ui/components.py
python2mobile.egg-info/PKG-INFO
python2mobile.egg-info/SOURCES.txt
python2mobile.egg-info/dependency_links.txt
python2mobile.egg-info/entry_points.txt
python2mobile.egg-info/requires.txt
python2mobile.egg-info/top_level.txt
tests/test_basic_engine.py
tests/test_build_generation.py
tests/test_build_test_gate.py
tests/test_carousel_modal.py
tests/test_config_system.py
tests/test_i18n.py
tests/test_ifood_app_integration.py
tests/test_imagine_cli.py
tests/test_imagine_command.py
tests/test_llm_providers.py
tests/test_new_apps_integration.py
tests/test_ollama_functional.py
tests/test_real_world_apps.py
tests/test_run_integration.py