LICENSE
README.md
pyproject.toml
src/ytsh/__init__.py
src/ytsh/analytics_query.py
src/ytsh/auth.py
src/ytsh/cache.py
src/ytsh/channels.py
src/ytsh/cli.py
src/ytsh/db.py
src/ytsh/errors.py
src/ytsh/format.py
src/ytsh/init.py
src/ytsh/paths.py
src/ytsh/schema.sql
src/ytsh/spy.py
src/ytsh/youtube.py
src/ytsh.egg-info/PKG-INFO
src/ytsh.egg-info/SOURCES.txt
src/ytsh.egg-info/dependency_links.txt
src/ytsh.egg-info/entry_points.txt
src/ytsh.egg-info/requires.txt
src/ytsh.egg-info/top_level.txt
src/ytsh/oauth/__init__.py
src/ytsh/oauth/callback_server.py
src/ytsh/oauth/dynamic_proxy.py
src/ytsh/oauth/flow.py
src/ytsh/oauth/google_api.py
src/ytsh/oauth/service.py
src/ytsh/oauth/store.py
tests/test_cli.py