LICENCE
README.md
pyproject.toml
andropy/__init__.py
andropy/__main__.py
andropy/cli.py
andropy.egg-info/PKG-INFO
andropy.egg-info/SOURCES.txt
andropy.egg-info/dependency_links.txt
andropy.egg-info/entry_points.txt
andropy.egg-info/requires.txt
andropy.egg-info/top_level.txt
andropy/commands/__init__.py
andropy/commands/build.py
andropy/commands/clean.py
andropy/commands/compile.py
andropy/commands/create.py
andropy/commands/run.py
andropy/commands/setup.py
andropy/commands/sync.py
andropy/compiler/__init__.py
andropy/compiler/class_parser.py
andropy/compiler/kt_compiler.py
andropy/compiler/xml_compiler.py
andropy/config/__init__.py
andropy/config/reader.py
andropy/config/tracker.py
andropy/config/writer.py
andropy/core/__init__.py
andropy/core/gradle.py
andropy/core/platform.py
andropy/core/project.py
andropy/core/sdk.py
andropy/core/setup.py
andropy/core/sync.py
andropy/engine/__init__.py
andropy/engine/error_handler.py
andropy/engine/exceptions.py
andropy/templates/config.py.template
andropy/templates/main_activity.py
andropy/templates/manage.py.template
andropy/templates/android_project/build.gradle.kts
andropy/templates/android_project/settings.gradle.kts
andropy/templates/android_project/app/build.gradle.kts
andropy/templates/android_project/app/src/main/AndroidManifest.xml
andropy/templates/android_project/app/src/main/java/{{package_path}}/MainActivity.kt
andropy/templates/android_project/app/src/main/res/values/strings.xml
andropy/templates/android_project/app/src/main/res/values/styles.xml
andropy/templates/android_project/gradle/wrapper/gradle-wrapper.properties
andropy/ui/__init__.py
andropy/ui/activity.py
andropy/ui/base.py
andropy/ui/compiler.py
andropy/ui/kotlin_generator.py
andropy/ui/layout/__init__.py
andropy/ui/layout/column.py
andropy/ui/layout/constants.py
andropy/ui/layout/row.py
andropy/ui/widgets/__init__.py
andropy/ui/widgets/button.py
andropy/ui/widgets/container.py
andropy/ui/widgets/input.py
andropy/ui/widgets/kt_value.py
andropy/ui/widgets/media.py
andropy/ui/widgets/misc.py
andropy/ui/widgets/selection.py
andropy/ui/widgets/text.py
andropy/ui/widgets/toast.py
andropy/ui/widgets/toolbar.py