LICENSE
README.md
setup.cfg
setup.py
bdbag/__init__.py
bdbag/bdbag_api.py
bdbag/bdbag_cli.py
bdbag/bdbag_config.py
bdbag/bdbag_ro.py
bdbag/bdbag_utils.py
bdbag/bdbagit.py
bdbag/bdbagit_profile.py
bdbag.egg-info/PKG-INFO
bdbag.egg-info/SOURCES.txt
bdbag.egg-info/dependency_links.txt
bdbag.egg-info/entry_points.txt
bdbag.egg-info/requires.txt
bdbag.egg-info/top_level.txt
bdbag/fetch/__init__.py
bdbag/fetch/fetcher.py
bdbag/fetch/auth/__init__.py
bdbag/fetch/auth/cookies.py
bdbag/fetch/auth/keychain.py
bdbag/fetch/resolvers/__init__.py
bdbag/fetch/resolvers/ark_resolver.py
bdbag/fetch/resolvers/base_resolver.py
bdbag/fetch/resolvers/dataguid_resolver.py
bdbag/fetch/resolvers/doi_resolver.py
bdbag/fetch/transports/__init__.py
bdbag/fetch/transports/base_transport.py
bdbag/fetch/transports/fetch_boto3.py
bdbag/fetch/transports/fetch_ftp.py
bdbag/fetch/transports/fetch_gcs.py
bdbag/fetch/transports/fetch_globus.py
bdbag/fetch/transports/fetch_http.py
bdbag/fetch/transports/fetch_tag.py
test/test_api.py
test/test_bdbagit.py
test/test_cli.py
test/test_common.py
test/test_remote.py