.gitignore
MANIFEST.in
README.md
pyproject.toml
.github/workflows/publish.yml
docs/bind.md
docs/config.md
docs/echo.md
docs/install.md
docs/shell.md
docs/sync.md
docs/usage.md
python/pollyweb_cli/__init__.py
python/pollyweb_cli/bind_feature.py
python/pollyweb_cli/cli.py
python/pollyweb_cli/config_feature.py
python/pollyweb_cli/debug_tools.py
python/pollyweb_cli/echo_feature.py
python/pollyweb_cli/errors.py
python/pollyweb_cli/models.py
python/pollyweb_cli/parser.py
python/pollyweb_cli/shell_feature.py
python/pollyweb_cli/sync_feature.py
python/pollyweb_cli/transport.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
tests/conftest.py
tests/test_cli.py