LICENSE
README.md
pyproject.toml
blacksmith/__init__.py
blacksmith/cli.py
blacksmith/json_out.py
blacksmith/audit/__init__.py
blacksmith/audit/log.py
blacksmith/audit/paths.py
blacksmith/audit/read.py
blacksmith/config/__init__.py
blacksmith/config/loader.py
blacksmith/config/parser.py
blacksmith/config/preferences.py
blacksmith/config/validator.py
blacksmith/export/__init__.py
blacksmith/export/apt.py
blacksmith/export/base.py
blacksmith/export/chocolatey.py
blacksmith/export/pacman.py
blacksmith/export/scoop.py
blacksmith/export/winget.py
blacksmith/gallery/__init__.py
blacksmith/gallery/index.json
blacksmith/gallery/index.py
blacksmith/gallery/paths.py
blacksmith/gallery/schema.py
blacksmith/gallery/sets/dfir-triage.yaml
blacksmith/gallery/sets/network-recon.yaml
blacksmith/gallery/sets/web-assessment.yaml
blacksmith/keys/.gitkeep
blacksmith/keys/README.md
blacksmith/package_managers/__init__.py
blacksmith/package_managers/apt.py
blacksmith/package_managers/base.py
blacksmith/package_managers/brew.py
blacksmith/package_managers/chocolatey.py
blacksmith/package_managers/detector.py
blacksmith/package_managers/flatpak.py
blacksmith/package_managers/pacman.py
blacksmith/package_managers/results.py
blacksmith/package_managers/scoop.py
blacksmith/package_managers/snap.py
blacksmith/package_managers/winget.py
blacksmith/package_managers/yum.py
blacksmith/sets/__init__.py
blacksmith/sets/cybersecurity.yaml
blacksmith/sets/development.yaml
blacksmith/sets/minimal.yaml
blacksmith/trust/__init__.py
blacksmith/trust/fetch.py
blacksmith/trust/paths.py
blacksmith/trust/scan.py
blacksmith/trust/sign.py
blacksmith/trust/verify.py
blacksmith/utils/__init__.py
blacksmith/utils/cli_examples.py
blacksmith/utils/deferred_delete.py
blacksmith/utils/identifiers.py
blacksmith/utils/logger.py
blacksmith/utils/os_detector.py
blacksmith/utils/package_ref.py
blacksmith/utils/pipx.py
blacksmith/utils/safe_paths.py
blacksmith/utils/tty.py
blacksmith/utils/ui.py
jdi_blacksmith.egg-info/PKG-INFO
jdi_blacksmith.egg-info/SOURCES.txt
jdi_blacksmith.egg-info/dependency_links.txt
jdi_blacksmith.egg-info/entry_points.txt
jdi_blacksmith.egg-info/requires.txt
jdi_blacksmith.egg-info/top_level.txt
tests/test_apply.py
tests/test_audit.py
tests/test_backward_compatibility.py
tests/test_cli.py
tests/test_config.py
tests/test_config_preferences.py
tests/test_deferred_uninstall.py
tests/test_export.py
tests/test_gallery_cli.py
tests/test_gallery_index.py
tests/test_help_examples.py
tests/test_identifiers.py
tests/test_info_packages.py
tests/test_install_logic.py
tests/test_install_pins.py
tests/test_integration.py
tests/test_json_out.py
tests/test_manager_install_subprocess.py
tests/test_manager_pins.py
tests/test_package_managers.py
tests/test_package_ref.py
tests/test_package_results.py
tests/test_pipx.py
tests/test_safe_paths.py
tests/test_trust_boundary.py
tests/test_trust_scan.py
tests/test_trust_scan_cli.py
tests/test_trust_sign.py
tests/test_trust_verify.py
tests/test_tty_dry_run.py
tests/test_ui_symbols.py
tests/test_uninstall_pipx.py
tests/test_url_cli.py
tests/test_url_fetch.py
tests/test_utils.py
tests/test_yaml_schema.py