LICENSE
MANIFEST.in
README.md
requirements-doc.txt
requirements-setup.txt
requirements-test.txt
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/part.py
b2sdk/progress.py
b2sdk/raw_api.py
b2sdk/raw_simulator.py
b2sdk/session.py
b2sdk/unfinished_large_file.py
b2sdk/upload_source.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/test_upload_url_concurrency.py
b2sdk/account_info/upload_url_pool.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/transferer/__init__.py
b2sdk/transferer/abstract.py
b2sdk/transferer/file_metadata.py
b2sdk/transferer/parallel.py
b2sdk/transferer/range.py
b2sdk/transferer/simple.py
b2sdk/transferer/transferer.py
test/test_account_info.py
test/test_api.py
test/test_b2http.py
test/test_base.py
test/test_bounded_queue_executor.py
test/test_bucket.py
test/test_download_dest.py
test/test_exception.py
test/test_policy.py
test/test_progress.py
test/test_raw_api.py
test/test_scan_policies.py
test/test_session.py
test/test_sync.py
test/test_sync_report.py
test/test_utils.py
test/test_version_utils.py