[console_scripts]
pz = pz_core.pz_launcher:main

[pz.app_catalog_query]
official = pz_authoring.app_catalog_provider:create_remote_app_catalog_provider

[pz.app_source_defaults]
official = pz_authoring.official_config:create_app_source_defaults_provider

[pz.checks]
authoring = pz_authoring.checks.provider:create_authoring_check_provider

[pz.project_settings_writer]
authoring = pz_authoring.project_settings_writer:create_project_settings_writer

[pz.root_cli]
app = pz_authoring.root_cli:get_app_root_command_handlers
db = pz_foundation.root_cli:get_db_root_command_handlers
dev = pz_authoring.root_cli:get_dev_root_command_handlers
env = pz_authoring.root_cli:get_env_root_command_handlers
pub = pz_authoring.root_cli:get_pub_root_command_handlers
repair = pz_authoring.root_cli:get_repair_root_command_handlers
resources = pz_foundation.root_cli:get_resources_root_command_handlers
settings = pz_authoring.root_cli:get_settings_root_command_handlers
startapp = pz_authoring.root_cli:get_startapp_root_command_handlers
workers = pz_foundation.root_cli:get_root_command_handlers

[pz.runtime_owner]
foundation = pz_foundation.runtime.owner:create_runtime_owner
