LICENSE
README.md
pyproject.toml
recmd/__init__.py
recmd/command.py
recmd/exceptions.py
recmd/map_result.py
recmd/patcher.py
recmd/shell.py
recmd/shell_patch.py
recmd/stream.py
recmd.egg-info/PKG-INFO
recmd.egg-info/SOURCES.txt
recmd.egg-info/dependency_links.txt
recmd.egg-info/requires.txt
recmd.egg-info/top_level.txt
recmd/executor/abc.py
recmd/executor/anyio.py
recmd/executor/subprocess.py
tests/test_executor_anyio.py
tests/test_executor_subprocess.py
tests/test_patcher.py
tests/test_shell_patch.py