Metadata-Version: 2.1
Name: comfyui-majoor-assetsmanager
Version: 2.1.1
Summary: Majoor Assets Manager is an advanced asset browser for ComfyUI that provides a comprehensive solution for managing, organizing, and viewing your generated assets. It integrates directly into ComfyUI, offering features like full-text search, metadata extraction, rating and tagging systems, and advanced viewing capabilities.
Home-page: https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetsManager
Requires-Python: >=3.10
Requires-Dist: # ComfyUI-Majoor-AssetsManager Python Dependencies
Requires-Dist: # Core web framework
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: # Async SQLite (non-blocking DB adapter)
Requires-Dist: aiosqlite>=0.20.0
Requires-Dist: # Image processing and thumbnails
Requires-Dist: # Updated for security patches (CVE-2023-50447, CVE-2024-28219)
Requires-Dist: pillow>=11.0.0
Requires-Dist: # Safe file deletion (recycle bin support)
Requires-Dist: send2trash>=1.8.0
Requires-Dist: # File system monitoring for auto-reindexing
Requires-Dist: watchdog>=2.1.0
Requires-Dist: # Windows-specific: Windows Property System metadata support
Requires-Dist: # Only required on Windows; gracefully skipped on other platforms
Requires-Dist: pywin32>=300; sys_platform == 'win32'
