LICENSE
README.md
pyproject.toml
src/apple_podcast_plaud/__init__.py
src/apple_podcast_plaud.egg-info/PKG-INFO
src/apple_podcast_plaud.egg-info/SOURCES.txt
src/apple_podcast_plaud.egg-info/dependency_links.txt
src/apple_podcast_plaud.egg-info/entry_points.txt
src/apple_podcast_plaud.egg-info/requires.txt
src/apple_podcast_plaud.egg-info/top_level.txt
src/apple_podcast_plaud/bridge/__init__.py
src/apple_podcast_plaud/bridge/apple_podcasts.py
src/apple_podcast_plaud/bridge/cli.py
src/apple_podcast_plaud/bridge/language.py
src/apple_podcast_plaud/bridge/output.py
src/apple_podcast_plaud/bridge/tracks/__init__.py
src/apple_podcast_plaud/bridge/tracks/plaud_track.py
src/apple_podcast_plaud/mcp/__init__.py
src/apple_podcast_plaud/mcp/__main__.py
src/apple_podcast_plaud/mcp/server.py
src/apple_podcast_plaud/plaud/__init__.py
src/apple_podcast_plaud/plaud/_endpoints.py
src/apple_podcast_plaud/plaud/auth.py
src/apple_podcast_plaud/plaud/client.py
src/apple_podcast_plaud/plaud/exceptions.py
src/apple_podcast_plaud/plaud/models.py
src/apple_podcast_plaud/plaud/session.py
src/apple_podcast_plaud/plaud/api/__init__.py
src/apple_podcast_plaud/plaud/api/recordings.py
src/apple_podcast_plaud/plaud/api/transcriptions.py
tests/test_auth.py
tests/test_bridge.py
tests/test_client.py
tests/test_login.py
tests/test_mcp_server.py
tests/test_recordings.py
tests/test_session.py
tests/test_transcriptions.py