LICENSE
README.md
pyproject.toml
src/nami/__init__.py
src/nami/archive.py
src/nami/auth.py
src/nami/cli.py
src/nami/config.py
src/nami/doctor.py
src/nami/events.py
src/nami/failures.py
src/nami/models.py
src/nami/planner.py
src/nami/process.py
src/nami/py.typed
src/nami/retry.py
src/nami/service.py
src/nami/targets.py
src/nami/ui.py
src/nami.egg-info/PKG-INFO
src/nami.egg-info/SOURCES.txt
src/nami.egg-info/dependency_links.txt
src/nami.egg-info/entry_points.txt
src/nami.egg-info/requires.txt
src/nami.egg-info/top_level.txt
src/nami/engines/__init__.py
src/nami/engines/base.py
src/nami/engines/gallery_dl.py
src/nami/engines/yt_dlp.py
tests/test_archive.py
tests/test_auth.py
tests/test_cli.py
tests/test_config.py
tests/test_doctor.py
tests/test_failures.py
tests/test_gallery_dl_engine.py
tests/test_interactive.py
tests/test_models.py
tests/test_planner.py
tests/test_process.py
tests/test_retry.py
tests/test_service.py
tests/test_targets.py
tests/test_ui.py
tests/test_yt_dlp_engine.py