README.md
pyproject.toml
src/optio_host/__init__.py
src/optio_host/archive.py
src/optio_host/context.py
src/optio_host/download.py
src/optio_host/host.py
src/optio_host/paths.py
src/optio_host/types.py
src/optio_host.egg-info/PKG-INFO
src/optio_host.egg-info/SOURCES.txt
src/optio_host.egg-info/dependency_links.txt
src/optio_host.egg-info/requires.txt
src/optio_host.egg-info/top_level.txt
src/optio_host/protocol/__init__.py
src/optio_host/protocol/parser.py
src/optio_host/protocol/session.py
tests/test_archive.py
tests/test_context.py
tests/test_download.py
tests/test_local_host.py
tests/test_local_host_large_lines.py
tests/test_local_host_stdin.py
tests/test_paths.py
tests/test_protocol_parser.py