README.md
pyproject.toml
carton/__init__.py
carton/__main__.py
carton/tool_i18n.py
carton/cli/__init__.py
carton/cli/_catalogue_cmd.py
carton/cli/_format.py
carton/cli/_package_cmd.py
carton/core/__init__.py
carton/core/_publisher_catalogue.py
carton/core/_publisher_zip.py
carton/core/config.py
carton/core/detect.py
carton/core/display_name_resolver.py
carton/core/downloader.py
carton/core/entry_point_resolver.py
carton/core/env_manager.py
carton/core/gh_cli.py
carton/core/github_api.py
carton/core/hash_verify.py
carton/core/icon_cache.py
carton/core/identity.py
carton/core/init_template.py
carton/core/install_state.py
carton/core/installer.py
carton/core/installer_artifact.py
carton/core/lint.py
carton/core/log.py
carton/core/maya_module_detect.py
carton/core/pack.py
carton/core/pack_filters.py
carton/core/path_utils.py
carton/core/profile.py
carton/core/profile_store.py
carton/core/publisher.py
carton/core/refresh_from_disk.py
carton/core/script_manager.py
carton/core/self_updater.py
carton/core/sidecar.py
carton/core/source_cache.py
carton/core/updater.py
carton/core/uuid_id.py
carton/core/catalogue/__init__.py
carton/core/catalogue/client.py
carton/core/catalogue/icons.py
carton/core/catalogue/io.py
carton/core/catalogue/lint.py
carton/core/catalogue/personal.py
carton/core/catalogue/sources.py
carton/core/handlers/__init__.py
carton/core/handlers/base.py
carton/core/handlers/local_handler.py
carton/core/handlers/maya_module_handler.py
carton/core/handlers/mel_handler.py
carton/core/handlers/plugin_handler.py
carton/core/handlers/python_handler.py
carton/core/migrations/__init__.py
carton/core/migrations/catalogue.py
carton/core/migrations/installed.py
carton/core/origins/__init__.py
carton/core/origins/base.py
carton/core/origins/embedded_origin.py
carton/core/origins/github_origin.py
carton/core/origins/local_origin.py
carton/core/origins/url_origin.py
carton/data/__init__.py
carton/data/install_carton.template.py
carton/data/schemas/catalogue.schema.json
carton/data/schemas/installed.schema.json
carton/data/schemas/package.schema.json
carton/data/schemas/sidecar.schema.json
carton/data/templates/maya_module/__name__.mod
carton/data/templates/maya_module/package.json
carton/data/templates/mel_script/package.json
carton/data/templates/mel_script/scripts/__name__.mel
carton/data/templates/plugin/package.json
carton/data/templates/plugin/plug-ins/__name__.py
carton/data/templates/python_package/package.json
carton/data/templates/python_package/__name__/__init__.py
carton/models/__init__.py
carton/models/package_info.py
carton/models/version.py
carton/ui/__init__.py
carton/ui/_busy.py
carton/ui/_catalogue_crud.py
carton/ui/_catalogue_pairing.py
carton/ui/_dialog_widgets.py
carton/ui/_edit_controller.py
carton/ui/_icon_fetch.py
carton/ui/_install_controller.py
carton/ui/_namespace_grouping.py
carton/ui/_origin_badge.py
carton/ui/_profile_controller.py
carton/ui/_publish_controller.py
carton/ui/_self_update_controller.py
carton/ui/add_dialog.py
carton/ui/compat.py
carton/ui/edit_dialog.py
carton/ui/error_messages.py
carton/ui/i18n.py
carton/ui/main_window.py
carton/ui/package_card.py
carton/ui/package_detail.py
carton/ui/profile_builder_dialog.py
carton/ui/profile_manager_dialog.py
carton/ui/publish_confirm_dialog.py
carton/ui/settings_dialog.py
carton/ui/settings_widgets.py
carton/ui/shelf.py
carton/ui/theme.py
carton/ui/utils.py
carton/ui/version_history_dialog.py
carton_maya.egg-info/PKG-INFO
carton_maya.egg-info/SOURCES.txt
carton_maya.egg-info/dependency_links.txt
carton_maya.egg-info/entry_points.txt
carton_maya.egg-info/requires.txt
carton_maya.egg-info/top_level.txt
tests/test_add_catalogue_dialog.py
tests/test_build_installer.py
tests/test_bump_version.py
tests/test_busy.py
tests/test_catalogue_client.py
tests/test_catalogue_icons.py
tests/test_catalogue_lint.py
tests/test_catalogue_pairing.py
tests/test_catalogue_sources.py
tests/test_catalogue_v5_migration.py
tests/test_cli_catalogue_id.py
tests/test_cli_no_maya.py
tests/test_cli_schema.py
tests/test_config.py
tests/test_config_logging.py
tests/test_display_name_naming.py
tests/test_display_name_resolver.py
tests/test_downloader_pinned.py
tests/test_e2e_publish_install.py
tests/test_entry_point_resolver.py
tests/test_env_manager.py
tests/test_error_messages.py
tests/test_gh_cli.py
tests/test_handlers.py
tests/test_hash_verify.py
tests/test_icon_cache.py
tests/test_identity.py
tests/test_init_template.py
tests/test_install_controller.py
tests/test_install_state.py
tests/test_installer.py
tests/test_lint.py
tests/test_localized_description.py
tests/test_localized_description_widget.py
tests/test_main_window_smoke.py
tests/test_maya_module_detect.py
tests/test_maya_module_handler.py
tests/test_migrations.py
tests/test_namespace_grouping.py
tests/test_origin_badge.py
tests/test_origins_embedded.py
tests/test_origins_github.py
tests/test_origins_local.py
tests/test_origins_url.py
tests/test_pack.py
tests/test_package_info_home_origin.py
tests/test_package_info_origin.py
tests/test_path_utils.py
tests/test_personal_catalogue.py
tests/test_profile.py
tests/test_publisher_home_origin_stamping.py
tests/test_publisher_modes.py
tests/test_publisher_zip.py
tests/test_refresh_from_disk.py
tests/test_remote_catalogue.py
tests/test_schema_sync.py
tests/test_script_manager_launch.py
tests/test_self_updater.py
tests/test_settings_update_check.py
tests/test_sidecar.py
tests/test_source_cache.py
tests/test_startup_catalogue_client.py
tests/test_tool_i18n.py
tests/test_unpublish.py
tests/test_updater.py
tests/test_uuid_id.py
tests/test_uuid_persistence.py
tests/test_version.py
tests/test_version_sync.py