LICENSE
README.md
pyproject.toml
ajo/__init__.py
ajo/__main__.py
ajo/cli.py
ajo/database_manager.py
ajo/github_integration.py
ajo/utils.py
ajo/validators.py
ajo/core/__init__.py
ajo/core/app.py
ajo/core/config.py
ajo/core/constants.py
ajo/core/exceptions.py
ajo/core/lazy_imports.py
ajo/detector/__init__.py
ajo/detector/ast_analyzer.py
ajo/detector/cache.py
ajo/detector/prereqs.py
ajo/detector/project.py
ajo/detector/smart_cli.py
ajo/gateway/__init__.py
ajo/gateway/gh.py
ajo/gateway/git.py
ajo/gateway/utils.py
ajo/gateway/uv.py
ajo/presets/__init__.py
ajo/presets/base.py
ajo/presets/docker.py
ajo/presets/docker_sync.py
ajo/presets/graphql_api.py
ajo/presets/monolith.py
ajo/presets/ninja_api.py
ajo/presets/rest_api.py
ajo/presets/addons/__init__.py
ajo/presets/addons/_settings.py
ajo/presets/addons/auth.py
ajo/presets/addons/cache.py
ajo/presets/addons/security.py
ajo/presets/addons/testing.py
ajo/scaffolding/__init__.py
ajo/scaffolding/engine.py
ajo/templates/__init__.py
ajo/templates/django_app.py
ajo/ui/__init__.py
ajo/ui/capabilities.py
ajo/ui/fuzzy.py
ajo/ui/keyboard.py
ajo/ui/progress.py
ajo/ui/terminal_detector.py
ajo/ui/theme.py
ajo_cli.egg-info/PKG-INFO
ajo_cli.egg-info/SOURCES.txt
ajo_cli.egg-info/dependency_links.txt
ajo_cli.egg-info/entry_points.txt
ajo_cli.egg-info/requires.txt
ajo_cli.egg-info/top_level.txt
tests/test_addon_compatibility.py
tests/test_addon_rollback.py
tests/test_auth_addon.py
tests/test_cache_addon.py
tests/test_config.py
tests/test_generated_factories.py
tests/test_generated_models.py
tests/test_generated_settings.py
tests/test_generated_urls.py
tests/test_headless_addons.py
tests/test_registry.py
tests/test_scaffold_with_addons.py
tests/test_security_addon.py
tests/test_settings_injector.py
tests/test_testing_addon.py