.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
environment.yaml
pyproject.toml
.github/workflows/ci.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/cli.rst
docs/conf.py
docs/copying.rst
docs/dataset.rst
docs/dataset_api.rst
docs/getting.rst
docs/index.rst
docs/make.bat
docs/python.rst
shelephant/__init__.py
shelephant/_remove.py
shelephant/_tests.py
shelephant/_version.py
shelephant/cli.py
shelephant/compute_hash.py
shelephant/convert.py
shelephant/dataset.py
shelephant/external.py
shelephant/local.py
shelephant/output.py
shelephant/path.py
shelephant/rsync.py
shelephant/scp.py
shelephant/search.py
shelephant/ssh.py
shelephant/yaml.py
shelephant.egg-info/PKG-INFO
shelephant.egg-info/SOURCES.txt
shelephant.egg-info/dependency_links.txt
shelephant.egg-info/entry_points.txt
shelephant.egg-info/requires.txt
shelephant.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.py
tests/test_dataset.py
tests/test_local_rsync_scp.py
tests/test_path_convert_output.py