MANIFEST.in
README.md
pyproject.toml
app/__init__.py
app/main.py
app/api_app/__init__.py
app/api_app/factory.py
app/api_app/routes/__init__.py
app/api_app/routes/auth.py
app/api_app/routes/convert.py
app/core/__init__.py
app/core/config.py
app/core/errors.py
app/core/logging.py
app/core/progress_tracker.py
app/core/security.py
app/middleware/__init__.py
app/middleware/client_signature.py
app/middleware/ui_session.py
app/models/dino_loader.py
app/models/sam2_loader.py
app/schemas/__init__.py
app/schemas/auth.py
app/schemas/convert.py
app/schemas/mask.py
app/services/layer_builder.py
app/services/mask_postprocess.py
app/services/metadata_builder.py
app/services/preview_generator.py
app/services/psd_writer.py
app/services/segmenter.py
app/storage/local_storage.py
app/storage/s3_storage.py
app/ui_app/__init__.py
app/ui_app/factory.py
app/ui_app/routes/__init__.py
app/ui_app/routes/auth.py
app/ui_app/routes/pages.py
app/ui_app/routes/proxy.py
app/utils/__init__.py
app/utils/geometry.py
app/utils/io.py
app/utils/naming.py
app/web/templates/app.html
app/web/templates/login.html
psdfy/__init__.py
psdfy/__main__.py
psdfy/cli.py
psdfy/config.py
psdfy/progress_utils.py
psdfy/weights.py
psdfy.egg-info/PKG-INFO
psdfy.egg-info/SOURCES.txt
psdfy.egg-info/dependency_links.txt
psdfy.egg-info/entry_points.txt
psdfy.egg-info/requires.txt
psdfy.egg-info/top_level.txt
psdfy/commands/__init__.py
psdfy/commands/fix.py
psdfy/commands/install.py
psdfy/commands/start.py
psdfy/commands/stop.py
psdfy/commands/uninstall.py
psdfy/commands/update.py
tests/test_api_convert.py
tests/test_auth_signature.py
tests/test_capabilities.py
tests/test_install_no_weights.py
tests/test_layer_builder.py
tests/test_mask_postprocess.py
tests/test_naming.py
tests/test_segmenter_dino_only.py