.coveragerc
.editorconfig
.envrc
.envrc.use_venv
.gitignore
.repos
LICENSE
MANIFEST.in
README.md
invoke.yaml
pyproject.toml
pytest.ini
tox.ini
.github/workflows/release-to-pypi.yml
.github/workflows/test.yml
py.requirements/all.txt
py.requirements/basic.txt
py.requirements/ci.github.testing.txt
py.requirements/develop.txt
py.requirements/docs.txt
py.requirements/optional.txt
py.requirements/packaging.txt
py.requirements/testing.txt
shellfs/__init__.py
shellfs/_version.py
shellfs/file.py
shellfs/spec.py
shellfs.egg-info/PKG-INFO
shellfs.egg-info/SOURCES.txt
shellfs.egg-info/dependency_links.txt
shellfs.egg-info/requires.txt
shellfs.egg-info/top_level.txt
shellfs.egg-info/zip-safe
shellfs/shell/__init__.py
shellfs/shell/core.py
shellfs/shell/local.py
shellfs/shell/ssh.py
shellfs/shell/unix.py
shellfs/shell/windows.py
tests/test_shellfs.py
tests/shell/__init__.py
tests/shell/test_core.py
tests/shell/test_unix.py