LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
blobxfer/__init__.py
blobxfer/api.py
blobxfer/retry.py
blobxfer/util.py
blobxfer/version.py
blobxfer.egg-info/PKG-INFO
blobxfer.egg-info/SOURCES.txt
blobxfer.egg-info/dependency_links.txt
blobxfer.egg-info/entry_points.txt
blobxfer.egg-info/not-zip-safe
blobxfer.egg-info/requires.txt
blobxfer.egg-info/top_level.txt
blobxfer/models/__init__.py
blobxfer/models/azure.py
blobxfer/models/crypto.py
blobxfer/models/download.py
blobxfer/models/metadata.py
blobxfer/models/offload.py
blobxfer/models/options.py
blobxfer/models/resume.py
blobxfer/models/synccopy.py
blobxfer/models/upload.py
blobxfer/operations/__init__.py
blobxfer/operations/crypto.py
blobxfer/operations/download.py
blobxfer/operations/md5.py
blobxfer/operations/progress.py
blobxfer/operations/resume.py
blobxfer/operations/synccopy.py
blobxfer/operations/upload.py
blobxfer/operations/azure/__init__.py
blobxfer/operations/azure/file.py
blobxfer/operations/azure/blob/__init__.py
blobxfer/operations/azure/blob/append.py
blobxfer/operations/azure/blob/block.py
blobxfer/operations/azure/blob/page.py
cli/__init__.py
cli/cli.py
cli/settings.py