.gitignore
.readthedocs.yml
CHANGELOG.md
CONTRIBUTING.md
Dockerfile.template
LICENSE
MANIFEST.in
README.md
README.release.md
b2.spec
noxfile.py
requirements-doc.txt
requirements-license.txt
requirements.txt
setup.cfg
setup.py
.github/dependabot.yml
.github/no-response.yml
.github/workflows/cd.yml
.github/workflows/ci.yml
b2/LICENSE
b2/__init__.py
b2/__main__.py
b2/arg_parser.py
b2/console_tool.py
b2/json_encoder.py
b2/licenses_output.txt
b2/version.py
b2.egg-info/PKG-INFO
b2.egg-info/SOURCES.txt
b2.egg-info/dependency_links.txt
b2.egg-info/entry_points.txt
b2.egg-info/requires.txt
b2.egg-info/top_level.txt
b2/_cli/__init__.py
b2/_cli/argcompleters.py
b2/_cli/autocomplete_install.py
b2/_cli/b2api.py
b2/_cli/const.py
b2/_cli/shell.py
contrib/color-b2-logs.sh
contrib/debug_logs.ini
contrib/macos/entitlements.plist
doc/bash_completion.md
doc/source/commands.rst
doc/source/conf.py
doc/source/index.rst
doc/source/quick_start.rst
doc/source/replication.rst
doc/source/subcommands/authorize_account.rst
doc/source/subcommands/cancel_all_unfinished_large_files.rst
doc/source/subcommands/cancel_large_file.rst
doc/source/subcommands/clear_account.rst
doc/source/subcommands/copy_file_by_id.rst
doc/source/subcommands/create_bucket.rst
doc/source/subcommands/create_key.rst
doc/source/subcommands/delete_bucket.rst
doc/source/subcommands/delete_file_version.rst
doc/source/subcommands/delete_key.rst
doc/source/subcommands/download_file_by_id.rst
doc/source/subcommands/download_file_by_name.rst
doc/source/subcommands/get_account_info.rst
doc/source/subcommands/get_bucket.rst
doc/source/subcommands/get_download_auth.rst
doc/source/subcommands/get_download_url_with_auth.rst
doc/source/subcommands/get_file_info.rst
doc/source/subcommands/hide_file.rst
doc/source/subcommands/install_autocomplete.rst
doc/source/subcommands/list_buckets.rst
doc/source/subcommands/list_keys.rst
doc/source/subcommands/list_parts.rst
doc/source/subcommands/list_unfinished_large_files.rst
doc/source/subcommands/ls.rst
doc/source/subcommands/make_friendly_url.rst
doc/source/subcommands/make_url.rst
doc/source/subcommands/replication-setup.rst
doc/source/subcommands/rm.rst
doc/source/subcommands/sync.rst
doc/source/subcommands/update_bucket.rst
doc/source/subcommands/update_file_legal_hold.rst
doc/source/subcommands/update_file_retention.rst
doc/source/subcommands/upload_file.rst
doc/source/subcommands/version.rst
pyinstaller-hooks/hook-b2.py
pyinstaller-hooks/hook-prettytable.py
test/__init__.py
test/integration/__init__.py
test/integration/cleanup_buckets.py
test/integration/conftest.py
test/integration/helpers.py
test/integration/test_autocomplete.py
test/integration/test_b2_command_line.py
test/static/__init__.py
test/static/test_licenses.py
test/unit/__init__.py
test/unit/test_arg_parser.py
test/unit/test_base.py
test/unit/test_console_tool.py
test/unit/test_copy.py
test/unit/test_represent_file_metadata.py
test/unit/_cli/__init__.py
test/unit/_cli/test_autocomplete_install.py
test/unit/_cli/test_shell.py
test/unit/fixtures/__init__.py
test/unit/fixtures/test_source_mod/__init__.py
test/unit/fixtures/test_source_mod/z.py
test/unit/fixtures/test_source_mod/c/__init__.py
test/unit/fixtures/test_source_mod/c/d.py
test/unit/fixtures/test_target_mod/__init__.py
test/unit/fixtures/test_target_mod/z.py
test/unit/fixtures/test_target_mod/a/__init__.py
test/unit/fixtures/test_target_mod/a/b.py
test/unit/fixtures/test_target_mod/c/__init__.py