CONTRIBUTORS
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
versioneer.py
_datalad_buildsupport/__init__.py
_datalad_buildsupport/formatters.py
_datalad_buildsupport/setup.py
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/tarfile.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/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_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/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/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/directory.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_iterdir.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/patches/__init__.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/interface_utils.py
datalad_next/patches/push_optimize.py
datalad_next/patches/push_to_export_remote.py
datalad_next/patches/siblings.py
datalad_next/patches/test_keyring.py
datalad_next/patches/tests/__init__.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/runners/__init__.py
datalad_next/runners/exceptions.py
datalad_next/runners/protocols.py
datalad_next/runners/tests/__init__.py
datalad_next/runners/tests/test_exceptions.py
datalad_next/tests/__init__.py
datalad_next/tests/fixtures.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/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/tests/__init__.py
datalad_next/utils/tests/test_deprecated.py
datalad_next/utils/tests/test_multihash.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