Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 16, 2021 05:45
Show Gist options
  • Save r-ryantm/67859014c5289c8f1d89bd47d96b50e3 to your computer and use it in GitHub Desktop.
Save r-ryantm/67859014c5289c8f1d89bd47d96b50e3 to your computer and use it in GitHub Desktop.
/nix/store/yy5v29ycj4ndpsjga33lwaka0kmhcf9c-python3.7-azure-storage-blob-12.7.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── storage
│   │   └── blob
│   │   ├── aio
│   │   │   ├── _blob_client_async.py
│   │   │   ├── _blob_service_client_async.py
│   │   │   ├── _container_client_async.py
│   │   │   ├── _download_async.py
│   │   │   ├── __init__.py
│   │   │   ├── _lease_async.py
│   │   │   ├── _list_blobs_helper.py
│   │   │   ├── _models.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _blob_client_async.cpython-37.pyc
│   │   │   │   ├── _blob_service_client_async.cpython-37.pyc
│   │   │   │   ├── _container_client_async.cpython-37.pyc
│   │   │   │   ├── _download_async.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _lease_async.cpython-37.pyc
│   │   │   │   ├── _list_blobs_helper.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   └── _upload_helpers.cpython-37.pyc
│   │   │   └── _upload_helpers.py
│   │   ├── _blob_client.py
│   │   ├── _blob_service_client.py
│   │   ├── _container_client.py
│   │   ├── _deserialize.py
│   │   ├── _download.py
│   │   ├── _generated
│   │   │   ├── aio
│   │   │   │   ├── _azure_blob_storage.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _append_blob_operations.py
│   │   │   │   │   ├── _blob_operations.py
│   │   │   │   │   ├── _block_blob_operations.py
│   │   │   │   │   ├── _container_operations.py
│   │   │   │   │   ├── _directory_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _page_blob_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _append_blob_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _blob_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _block_blob_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _container_operations.cpython-37.pyc
│   │   │   │   │   │   ├── _directory_operations.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── _page_blob_operations.cpython-37.pyc
│   │   │   │   │   │   └── _service_operations.cpython-37.pyc
│   │   │   │   │   └── _service_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _azure_blob_storage.cpython-37.pyc
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── _azure_blob_storage.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _azure_blob_storage_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _azure_blob_storage_enums.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   └── _models_py3.cpython-37.pyc
│   │   │   ├── operations
│   │   │   │   ├── _append_blob_operations.py
│   │   │   │   ├── _blob_operations.py
│   │   │   │   ├── _block_blob_operations.py
│   │   │   │   ├── _container_operations.py
│   │   │   │   ├── _directory_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _page_blob_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _append_blob_operations.cpython-37.pyc
│   │   │   │   │   ├── _blob_operations.cpython-37.pyc
│   │   │   │   │   ├── _block_blob_operations.cpython-37.pyc
│   │   │   │   │   ├── _container_operations.cpython-37.pyc
│   │   │   │   │   ├── _directory_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _page_blob_operations.cpython-37.pyc
│   │   │   │   │   └── _service_operations.cpython-37.pyc
│   │   │   │   └── _service_operations.py
│   │   │   └── __pycache__
│   │   │   ├── _azure_blob_storage.cpython-37.pyc
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── _lease.py
│   │   ├── _list_blobs_helper.py
│   │   ├── _models.py
│   │   ├── __pycache__
│   │   │   ├── _blob_client.cpython-37.pyc
│   │   │   ├── _blob_service_client.cpython-37.pyc
│   │   │   ├── _container_client.cpython-37.pyc
│   │   │   ├── _deserialize.cpython-37.pyc
│   │   │   ├── _download.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _lease.cpython-37.pyc
│   │   │   ├── _list_blobs_helper.cpython-37.pyc
│   │   │   ├── _models.cpython-37.pyc
│   │   │   ├── _quick_query_helper.cpython-37.pyc
│   │   │   ├── _serialize.cpython-37.pyc
│   │   │   ├── _shared_access_signature.cpython-37.pyc
│   │   │   ├── _upload_helpers.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── _quick_query_helper.py
│   │   ├── _serialize.py
│   │   ├── _shared
│   │   │   ├── authentication.py
│   │   │   ├── avro
│   │   │   │   ├── avro_io_async.py
│   │   │   │   ├── avro_io.py
│   │   │   │   ├── datafile_async.py
│   │   │   │   ├── datafile.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── avro_io_async.cpython-37.pyc
│   │   │   │   │   ├── avro_io.cpython-37.pyc
│   │   │   │   │   ├── datafile_async.cpython-37.pyc
│   │   │   │   │   ├── datafile.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── schema.cpython-37.pyc
│   │   │   │   └── schema.py
│   │   │   ├── base_client_async.py
│   │   │   ├── base_client.py
│   │   │   ├── constants.py
│   │   │   ├── encryption.py
│   │   │   ├── __init__.py
│   │   │   ├── models.py
│   │   │   ├── parser.py
│   │   │   ├── policies_async.py
│   │   │   ├── policies.py
│   │   │   ├── __pycache__
│   │   │   │   ├── authentication.cpython-37.pyc
│   │   │   │   ├── base_client_async.cpython-37.pyc
│   │   │   │   ├── base_client.cpython-37.pyc
│   │   │   │   ├── constants.cpython-37.pyc
│   │   │   │   ├── encryption.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   ├── parser.cpython-37.pyc
│   │   │   │   ├── policies_async.cpython-37.pyc
│   │   │   │   ├── policies.cpython-37.pyc
│   │   │   │   ├── request_handlers.cpython-37.pyc
│   │   │   │   ├── response_handlers.cpython-37.pyc
│   │   │   │   ├── shared_access_signature.cpython-37.pyc
│   │   │   │   ├── uploads_async.cpython-37.pyc
│   │   │   │   └── uploads.cpython-37.pyc
│   │   │   ├── request_handlers.py
│   │   │   ├── response_handlers.py
│   │   │   ├── shared_access_signature.py
│   │   │   ├── uploads_async.py
│   │   │   └── uploads.py
│   │   ├── _shared_access_signature.py
│   │   ├── _upload_helpers.py
│   │   └── _version.py
│   └── azure_storage_blob-12.7.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
25 directories, 149 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment