.editorconfig
.gitattributes
.gitignore
LICENSE
README.md
ci-constraints.txt
mypy-requirements.txt
mypy.ini
pyproject.toml
test-requirements.txt
.github/workflows/black.yml
.github/workflows/mypy.yml
.github/workflows/publish.yml
.github/workflows/test.yml
src/run_with_logger/__init__.py
src/run_with_logger/_pipe_capture.py
src/run_with_logger/_pipe_to_logger.py
src/run_with_logger/_run_with_logger.py
src/run_with_logger/_run_with_logger__ssh.py
src/run_with_logger/_types.py
src/run_with_logger/py.typed
src/run_with_logger/version.py
src/run_with_logger.egg-info/PKG-INFO
src/run_with_logger.egg-info/SOURCES.txt
src/run_with_logger.egg-info/dependency_links.txt
src/run_with_logger.egg-info/requires.txt
src/run_with_logger.egg-info/top_level.txt
test/__init__.py
test/test_doctests.py
test/test_run_with_logger.py
test/test_run_with_logger__cm.py
test/test_run_with_logger__ssh.py