LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
b2sdk/__init__.py
b2sdk/__main__.py
b2sdk/api.py
b2sdk/b2http.py
b2sdk/bounded_queue_executor.py
b2sdk/bucket.py
b2sdk/cache.py
b2sdk/download_dest.py
b2sdk/exception.py
b2sdk/file_version.py
b2sdk/progress.py
b2sdk/raw_api.py
b2sdk/raw_simulator.py
b2sdk/session.py
b2sdk/utils.py
b2sdk/version.py
b2sdk/version_utils.py
b2sdk.egg-info/PKG-INFO
b2sdk.egg-info/SOURCES.txt
b2sdk.egg-info/dependency_links.txt
b2sdk.egg-info/requires.txt
b2sdk.egg-info/top_level.txt
b2sdk/account_info/__init__.py
b2sdk/account_info/abstract.py
b2sdk/account_info/exception.py
b2sdk/account_info/in_memory.py
b2sdk/account_info/sqlite_account_info.py
b2sdk/account_info/stub.py
b2sdk/account_info/test_upload_url_concurrency.py
b2sdk/account_info/upload_url_pool.py
b2sdk/large_file/__init__.py
b2sdk/large_file/part.py
b2sdk/large_file/services.py
b2sdk/large_file/unfinished_large_file.py
b2sdk/stream/__init__.py
b2sdk/stream/base.py
b2sdk/stream/chained.py
b2sdk/stream/hashing.py
b2sdk/stream/progress.py
b2sdk/stream/range.py
b2sdk/stream/wrapper.py
b2sdk/sync/__init__.py
b2sdk/sync/action.py
b2sdk/sync/exception.py
b2sdk/sync/file.py
b2sdk/sync/folder.py
b2sdk/sync/folder_parser.py
b2sdk/sync/policy.py
b2sdk/sync/policy_manager.py
b2sdk/sync/report.py
b2sdk/sync/scan_policies.py
b2sdk/sync/sync.py
b2sdk/transfer/__init__.py
b2sdk/transfer/emerge/__init__.py
b2sdk/transfer/emerge/emerger.py
b2sdk/transfer/emerge/executor.py
b2sdk/transfer/emerge/write_intent.py
b2sdk/transfer/emerge/planner/__init__.py
b2sdk/transfer/emerge/planner/part_definition.py
b2sdk/transfer/emerge/planner/planner.py
b2sdk/transfer/emerge/planner/upload_subpart.py
b2sdk/transfer/inbound/__init__.py
b2sdk/transfer/inbound/download_manager.py
b2sdk/transfer/inbound/file_metadata.py
b2sdk/transfer/inbound/downloader/__init__.py
b2sdk/transfer/inbound/downloader/abstract.py
b2sdk/transfer/inbound/downloader/parallel.py
b2sdk/transfer/inbound/downloader/range.py
b2sdk/transfer/inbound/downloader/simple.py
b2sdk/transfer/outbound/__init__.py
b2sdk/transfer/outbound/copy_manager.py
b2sdk/transfer/outbound/copy_source.py
b2sdk/transfer/outbound/large_file_upload_state.py
b2sdk/transfer/outbound/outbound_source.py
b2sdk/transfer/outbound/progress_reporter.py
b2sdk/transfer/outbound/upload_manager.py
b2sdk/transfer/outbound/upload_source.py
b2sdk/v0/__init__.py
b2sdk/v0/account_info.py
b2sdk/v0/api.py
b2sdk/v0/bucket.py
b2sdk/v0/exception.py
b2sdk/v0/sync.py
b2sdk/v1/__init__.py
b2sdk/v1/exception.py
test/integration/__init__.py
test/integration/test_raw_api.py
test/static/__init__.py
test/static/test_licenses.py
test/unit/__init__.py
test/unit/conftest.py
test/unit/internal/__init__.py
test/unit/internal/test_base.py
test/unit/internal/test_emerge_planner.py
test/unit/sync/__init__.py
test/unit/sync/fixtures.py
test/unit/sync/test_exception.py
test/unit/sync/test_sync.py
test/unit/v0/__init__.py
test/unit/v0/deps.py
test/unit/v0/deps_exception.py
test/unit/v0/test_account_info.py
test/unit/v0/test_api.py
test/unit/v0/test_b2http.py
test/unit/v0/test_base.py
test/unit/v0/test_bounded_queue_executor.py
test/unit/v0/test_bucket.py
test/unit/v0/test_download_dest.py
test/unit/v0/test_exception.py
test/unit/v0/test_file_metadata.py
test/unit/v0/test_policy.py
test/unit/v0/test_progress.py
test/unit/v0/test_raw_api.py
test/unit/v0/test_scan_policies.py
test/unit/v0/test_session.py
test/unit/v0/test_sync.py
test/unit/v0/test_sync_report.py
test/unit/v0/test_utils.py
test/unit/v0/test_version_utils.py
test/unit/v0/apiver/__init__.py
test/unit/v0/apiver/apiver_deps.py
test/unit/v0/apiver/apiver_deps_exception.py
test/unit/v1/__init__.py
test/unit/v1/deps.py
test/unit/v1/deps_exception.py
test/unit/v1/test_account_info.py
test/unit/v1/test_api.py
test/unit/v1/test_b2http.py
test/unit/v1/test_base.py
test/unit/v1/test_bounded_queue_executor.py
test/unit/v1/test_bucket.py
test/unit/v1/test_download_dest.py
test/unit/v1/test_exception.py
test/unit/v1/test_file_metadata.py
test/unit/v1/test_policy.py
test/unit/v1/test_progress.py
test/unit/v1/test_raw_api.py
test/unit/v1/test_scan_policies.py
test/unit/v1/test_session.py
test/unit/v1/test_sync.py
test/unit/v1/test_sync_report.py
test/unit/v1/test_utils.py
test/unit/v1/test_version_utils.py
test/unit/v1/apiver/__init__.py
test/unit/v1/apiver/apiver_deps.py
test/unit/v1/apiver/apiver_deps_exception.py