LICENSE
MANIFEST.in
README.md
appsentinels-cli.py
pyproject.toml
requirements.txt
examples/README-profiles.md
examples/config.yaml
examples/profiles-config.yaml
src/__init__.py
src/config.py
src/post_install.py
src/appsentinels_cli.egg-info/PKG-INFO
src/appsentinels_cli.egg-info/SOURCES.txt
src/appsentinels_cli.egg-info/dependency_links.txt
src/appsentinels_cli.egg-info/entry_points.txt
src/appsentinels_cli.egg-info/requires.txt
src/appsentinels_cli.egg-info/top_level.txt
src/commands/__init__.py
src/commands/auth_handler.py
src/commands/init_handler.py
src/commands/plugin_handler.py
src/commands/profile_handler.py
src/core/__init__.py
src/core/auth_context.py
src/core/base_handler.py
src/core/cli_processor.py
src/core/plugin_interface.py
src/core/plugin_manager.py