Metadata-Version: 2.1
Name: comfyui-promptmanager
Version: 3.1.3
Summary: A powerful ComfyUI custom node that extends the standard text encoder with persistent prompt storage, advanced search capabilities, and an automatic image gallery system using SQLite.
Home-page: https://github.com/ComfyAssets/ComfyUI_PromptManager
Requires-Python: >=3.10
Requires-Dist: # Core dependencies for PromptManager
Requires-Dist: # Note: Most dependencies are already included with ComfyUI
Requires-Dist: # Already included with Python standard library:
Requires-Dist: # - sqlite3
Requires-Dist: # - hashlib
Requires-Dist: # - json
Requires-Dist: # - datetime
Requires-Dist: # - os
Requires-Dist: # - typing
Requires-Dist: # - threading
Requires-Dist: # - uuid
Requires-Dist: # Required for gallery functionality:
Requires-Dist: watchdog>=2.1.0              # For file system monitoring
Requires-Dist: Pillow>=8.0.0                # For image metadata extraction (usually included with ComfyUI)
Requires-Dist: # Optional dependencies for enhanced search functionality:
Requires-Dist: # fuzzywuzzy[speedup]>=0.18.0  # For fuzzy string matching (optional)
Requires-Dist: # sqlalchemy>=1.4.0            # For advanced ORM features (optional)
Requires-Dist: # Development dependencies (optional):
Requires-Dist: # pytest>=6.0.0                # For running tests
Requires-Dist: # black>=22.0.0                # For code formatting
Requires-Dist: # flake8>=4.0.0                # For linting
Requires-Dist: # mypy>=0.910                   # For type checking
