.gitignore
MANIFEST.in
README.md
pyproject.toml
.github/workflows/publish.yml
docs/install.md
docs/usage.md
docs/commands/bind.md
docs/commands/chat.md
docs/commands/config.md
docs/commands/echo.md
docs/commands/shell.md
docs/commands/sync.md
python/pollyweb_cli/__init__.py
python/pollyweb_cli/cli.py
python/pollyweb_cli/errors.py
python/pollyweb_cli/models.py
python/pollyweb_cli/parser.py
python/pollyweb_cli.egg-info/PKG-INFO
python/pollyweb_cli.egg-info/SOURCES.txt
python/pollyweb_cli.egg-info/dependency_links.txt
python/pollyweb_cli.egg-info/entry_points.txt
python/pollyweb_cli.egg-info/requires.txt
python/pollyweb_cli.egg-info/top_level.txt
python/pollyweb_cli/features/__init__.py
python/pollyweb_cli/features/bind.py
python/pollyweb_cli/features/chat.py
python/pollyweb_cli/features/config.py
python/pollyweb_cli/features/echo.py
python/pollyweb_cli/features/shell.py
python/pollyweb_cli/features/sync.py
python/pollyweb_cli/tools/__init__.py
python/pollyweb_cli/tools/debug.py
python/pollyweb_cli/tools/transport.py
tests/conftest.py
tests/test_cli.py