Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 11, 2019 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/1031eafcd9ecf1d60355aa47d3b536f7 to your computer and use it in GitHub Desktop.
Save ryantm/1031eafcd9ecf1d60355aa47d3b536f7 to your computer and use it in GitHub Desktop.
/nix/store/m4qqlpns44s416vnrchjb7696f8wry5p-python3.7-azure-storage-blob-1.5.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── storage
│   │   └── blob
│   │   ├── appendblobservice.py
│   │   ├── baseblobservice.py
│   │   ├── blockblobservice.py
│   │   ├── _constants.py
│   │   ├── _deserialization.py
│   │   ├── _download_chunking.py
│   │   ├── _encryption.py
│   │   ├── _error.py
│   │   ├── __init__.py
│   │   ├── models.py
│   │   ├── pageblobservice.py
│   │   ├── __pycache__
│   │   │   ├── appendblobservice.cpython-37.pyc
│   │   │   ├── baseblobservice.cpython-37.pyc
│   │   │   ├── blockblobservice.cpython-37.pyc
│   │   │   ├── _constants.cpython-37.pyc
│   │   │   ├── _deserialization.cpython-37.pyc
│   │   │   ├── _download_chunking.cpython-37.pyc
│   │   │   ├── _encryption.cpython-37.pyc
│   │   │   ├── _error.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── models.cpython-37.pyc
│   │   │   ├── pageblobservice.cpython-37.pyc
│   │   │   ├── _serialization.cpython-37.pyc
│   │   │   ├── sharedaccesssignature.cpython-37.pyc
│   │   │   └── _upload_chunking.cpython-37.pyc
│   │   ├── _serialization.py
│   │   ├── sharedaccesssignature.py
│   │   └── _upload_chunking.py
│   └── azure_storage_blob-1.5.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 35 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment