.all-contributorsrc
.appveyor.yml
.changelog.md.j2
.codeclimate.yml
.codespell-exclude
.codespellrc
.coveragerc
.gitattributes
.gitignore
.noannex
.zenodo.json
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
CONTRIBUTORS
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
readthedocs.yml
requirements-devel.txt
setup.cfg
setup.py
versioneer.py
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/codespell.yml
.github/workflows/conventional-commits.yml
.github/workflows/docbuild.yml
.github/workflows/mypy.yml
.github/workflows/update-contributors.yml
_datalad_buildsupport/__init__.py
_datalad_buildsupport/formatters.py
_datalad_buildsupport/setup.py
changelog.d/README
changelog.d/scriv.ini
changelog.d/templates/entry_title.md.j2
changelog.d/templates/new_fragment.md.j2
datalad_next/__init__.py
datalad_next/_version.py
datalad_next/conftest.py
datalad_next.egg-info/PKG-INFO
datalad_next.egg-info/SOURCES.txt
datalad_next.egg-info/dependency_links.txt
datalad_next.egg-info/entry_points.txt
datalad_next.egg-info/requires.txt
datalad_next.egg-info/top_level.txt
datalad_next/annexbackends/__init__.py
datalad_next/annexbackends/base.py
datalad_next/annexbackends/xdlra.py
datalad_next/annexbackends/tests/__init__.py
datalad_next/annexbackends/tests/test_base.py
datalad_next/annexremotes/__init__.py
datalad_next/annexremotes/archivist.py
datalad_next/annexremotes/uncurl.py
datalad_next/annexremotes/tests/__init__.py
datalad_next/annexremotes/tests/test_archivist.py
datalad_next/annexremotes/tests/test_uncurl.py
datalad_next/archive_operations/__init__.py
datalad_next/archive_operations/base.py
datalad_next/archive_operations/tarfile.py
datalad_next/archive_operations/zipfile.py
datalad_next/archive_operations/tests/__init__.py
datalad_next/archive_operations/tests/test_tarfile.py
datalad_next/archive_operations/tests/test_zipfile.py
datalad_next/commands/__init__.py
datalad_next/commands/create_sibling_webdav.py
datalad_next/commands/credentials.py
datalad_next/commands/download.py
datalad_next/commands/ls_file_collection.py
datalad_next/commands/results.py
datalad_next/commands/status.py
datalad_next/commands/tree.py
datalad_next/commands/tests/__init__.py
datalad_next/commands/tests/test_create_sibling_webdav.py
datalad_next/commands/tests/test_credentials.py
datalad_next/commands/tests/test_download.py
datalad_next/commands/tests/test_ls_file_collection.py
datalad_next/commands/tests/test_results.py
datalad_next/commands/tests/test_status.py
datalad_next/commands/tests/test_tree.py
datalad_next/config/__init__.py
datalad_next/config/utils.py
datalad_next/config/tests/__init__.py
datalad_next/config/tests/test_core.py
datalad_next/config/tests/test_utils.py
datalad_next/constraints/__init__.py
datalad_next/constraints/base.py
datalad_next/constraints/basic.py
datalad_next/constraints/compound.py
datalad_next/constraints/dataset.py
datalad_next/constraints/exceptions.py
datalad_next/constraints/formats.py
datalad_next/constraints/git.py
datalad_next/constraints/parameter.py
datalad_next/constraints/parameter_legacy.py
datalad_next/constraints/utils.py
datalad_next/constraints/tests/__init__.py
datalad_next/constraints/tests/test_base.py
datalad_next/constraints/tests/test_basic.py
datalad_next/constraints/tests/test_cmdarg_validation.py
datalad_next/constraints/tests/test_compound.py
datalad_next/constraints/tests/test_exceptions.py
datalad_next/constraints/tests/test_special_purpose.py
datalad_next/constraints/tests/test_tutorial.py
datalad_next/consts/__init__.py
datalad_next/credman/__init__.py
datalad_next/credman/manager.py
datalad_next/credman/tests/__init__.py
datalad_next/credman/tests/test_credman.py
datalad_next/datasets/__init__.py
datalad_next/datasets/annexrepo.py
datalad_next/exceptions/__init__.py
datalad_next/gitremotes/__init__.py
datalad_next/gitremotes/datalad_annex.py
datalad_next/gitremotes/tests/__init__.py
datalad_next/gitremotes/tests/test_datalad_annex.py
datalad_next/iter_collections/__init__.py
datalad_next/iter_collections/annexworktree.py
datalad_next/iter_collections/directory.py
datalad_next/iter_collections/gitdiff.py
datalad_next/iter_collections/gitstatus.py
datalad_next/iter_collections/gittree.py
datalad_next/iter_collections/gitworktree.py
datalad_next/iter_collections/tarfile.py
datalad_next/iter_collections/utils.py
datalad_next/iter_collections/zipfile.py
datalad_next/iter_collections/tests/__init__.py
datalad_next/iter_collections/tests/test_iterannexworktree.py
datalad_next/iter_collections/tests/test_iterdir.py
datalad_next/iter_collections/tests/test_itergitdiff.py
datalad_next/iter_collections/tests/test_itergitstatus.py
datalad_next/iter_collections/tests/test_itergittree.py
datalad_next/iter_collections/tests/test_itergitworktree.py
datalad_next/iter_collections/tests/test_itertar.py
datalad_next/iter_collections/tests/test_iterzip.py
datalad_next/iter_collections/tests/test_utils.py
datalad_next/iterable_subprocess/.coveragerc
datalad_next/iterable_subprocess/.gitignore
datalad_next/iterable_subprocess/LICENSE
datalad_next/iterable_subprocess/README.md
datalad_next/iterable_subprocess/__init__.py
datalad_next/iterable_subprocess/codecov.yml
datalad_next/iterable_subprocess/iterable_subprocess.py
datalad_next/iterable_subprocess/pyproject.toml
datalad_next/iterable_subprocess/test_iterable_subprocess.py
datalad_next/iterable_subprocess/.github/workflows/deploy-package-to-pypi.yml
datalad_next/iterable_subprocess/.github/workflows/test.yml
datalad_next/itertools/__init__.py
datalad_next/itertools/align_pattern.py
datalad_next/itertools/decode_bytes.py
datalad_next/itertools/itemize.py
datalad_next/itertools/load_json.py
datalad_next/itertools/reroute.py
datalad_next/itertools/tests/__init__.py
datalad_next/itertools/tests/test_align_pattern.py
datalad_next/itertools/tests/test_decode_bytes.py
datalad_next/itertools/tests/test_itemize.py
datalad_next/itertools/tests/test_load_json.py
datalad_next/itertools/tests/test_reroute.py
datalad_next/patches/__init__.py
datalad_next/patches/add_method_url2transport_path.py
datalad_next/patches/annexrepo.py
datalad_next/patches/cli_configoverrides.py
datalad_next/patches/commanderror.py
datalad_next/patches/common_cfg.py
datalad_next/patches/configuration.py
datalad_next/patches/create_sibling_ghlike.py
datalad_next/patches/create_sibling_gitlab.py
datalad_next/patches/customremotes_main.py
datalad_next/patches/distribution_dataset.py
datalad_next/patches/enabled.py
datalad_next/patches/fix_ria_ora_tests.py
datalad_next/patches/interface_utils.py
datalad_next/patches/patch_ria_ora.py
datalad_next/patches/push_optimize.py
datalad_next/patches/push_to_export_remote.py
datalad_next/patches/replace_create_sibling_ria.py
datalad_next/patches/replace_ora_remote.py
datalad_next/patches/replace_sshremoteio.py
datalad_next/patches/ria_utils.py
datalad_next/patches/run.py
datalad_next/patches/siblings.py
datalad_next/patches/ssh_exec.py
datalad_next/patches/sshconnector.py
datalad_next/patches/test_keyring.py
datalad_next/patches/update.py
datalad_next/patches/tests/__init__.py
datalad_next/patches/tests/test_add_method_url2transport_path.py
datalad_next/patches/tests/test_annex_progress_logging.py
datalad_next/patches/tests/test_cli_configoverrides.py
datalad_next/patches/tests/test_commanderror.py
datalad_next/patches/tests/test_configuration.py
datalad_next/patches/tests/test_create_sibling_ghlike.py
datalad_next/patches/tests/test_create_sibling_gitlab.py
datalad_next/patches/tests/test_push.py
datalad_next/patches/tests/test_push_to_export_remote.py
datalad_next/patches/tests/test_replace_ora_remote.py
datalad_next/patches/tests/test_ria.py
datalad_next/patches/tests/test_run.py
datalad_next/patches/tests/test_sshremoteio.py
datalad_next/repo_utils/__init__.py
datalad_next/repo_utils/annex.py
datalad_next/repo_utils/worktree.py
datalad_next/repo_utils/tests/__init__.py
datalad_next/repo_utils/tests/test_annex.py
datalad_next/repo_utils/tests/test_head.py
datalad_next/runners/__init__.py
datalad_next/runners/git.py
datalad_next/runners/iter_subproc.py
datalad_next/runners/protocols.py
datalad_next/runners/tests/__init__.py
datalad_next/runners/tests/test_git.py
datalad_next/runners/tests/test_iter_subproc.py
datalad_next/shell/__init__.py
datalad_next/shell/response_generators.py
datalad_next/shell/shell.py
datalad_next/shell/operations/__init__.py
datalad_next/shell/operations/common.py
datalad_next/shell/operations/posix.py
datalad_next/shell/tests/__init__.py
datalad_next/shell/tests/test_response_generators.py
datalad_next/shell/tests/test_shell.py
datalad_next/tests/__init__.py
datalad_next/tests/fixtures.py
datalad_next/tests/marker.py
datalad_next/tests/test_common_cfg.py
datalad_next/tests/test_register.py
datalad_next/tests/test_testutils.py
datalad_next/tests/utils.py
datalad_next/types/__init__.py
datalad_next/types/annexkey.py
datalad_next/types/archivist.py
datalad_next/types/enums.py
datalad_next/types/tests/__init__.py
datalad_next/types/tests/test_annexkey.py
datalad_next/types/tests/test_archivist.py
datalad_next/uis/__init__.py
datalad_next/url_operations/__init__.py
datalad_next/url_operations/any.py
datalad_next/url_operations/base.py
datalad_next/url_operations/exceptions.py
datalad_next/url_operations/file.py
datalad_next/url_operations/http.py
datalad_next/url_operations/ssh.py
datalad_next/url_operations/tests/__init__.py
datalad_next/url_operations/tests/test_any.py
datalad_next/url_operations/tests/test_file.py
datalad_next/url_operations/tests/test_http.py
datalad_next/url_operations/tests/test_ssh.py
datalad_next/utils/__init__.py
datalad_next/utils/consts.py
datalad_next/utils/credman.py
datalad_next/utils/deprecate.py
datalad_next/utils/http_helpers.py
datalad_next/utils/log.py
datalad_next/utils/multihash.py
datalad_next/utils/patch.py
datalad_next/utils/requests_auth.py
datalad_next/utils/specialremote.py
datalad_next/utils/tests/__init__.py
datalad_next/utils/tests/test_deprecated.py
datalad_next/utils/tests/test_multihash.py
datalad_next/utils/tests/test_paramdictator.py
datalad_next/utils/tests/test_parse_www_authenticate.py
datalad_next/utils/tests/test_patch.py
docs/CODEOWNERS
docs/Makefile
docs/README.md
docs/policy/release-management.md
docs/source/annex-backends.rst
docs/source/annex-specialremotes.rst
docs/source/api.rst
docs/source/cmd.rst
docs/source/conf.py
docs/source/git-remote-helpers.rst
docs/source/index.rst
docs/source/patches.rst
docs/source/pyutils.rst
docs/source/_static/datalad_logo.png
docs/source/_templates/autosummary/class.rst
docs/source/_templates/autosummary/module.rst
docs/source/developer_guide/constraints.rst
docs/source/developer_guide/contributing.rst
docs/source/developer_guide/index.rst
tools/appveyor/chmod600.bat
tools/appveyor/docker-load-httpbin
tools/appveyor/enable-ssh-login
tools/appveyor/env_setup.bat
tools/appveyor/install-git-annex
tools/appveyor/install-syspkgs
tools/appveyor/setup-sshd
tools/appveyor/setup-sshd.bat
tools/appveyor/verify-ssh-access
tools/appveyor/verify-ssh-access.bat