Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 22, 2019 12: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/b0f2fda984bb819541fdebed02830418 to your computer and use it in GitHub Desktop.
Save ryantm/b0f2fda984bb819541fdebed02830418 to your computer and use it in GitHub Desktop.
/nix/store/frsfqvyvm5ry007wr3kl1c3bp8by3474-python3.7-azure-storage-common-2.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── storage
│   │   └── common
│   │   ├── _auth.py
│   │   ├── cloudstorageaccount.py
│   │   ├── _common_conversion.py
│   │   ├── _connection.py
│   │   ├── _constants.py
│   │   ├── _deserialization.py
│   │   ├── _encryption.py
│   │   ├── _error.py
│   │   ├── _http
│   │   │   ├── httpclient.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── httpclient.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── models.py
│   │   ├── __pycache__
│   │   │   ├── _auth.cpython-37.pyc
│   │   │   ├── cloudstorageaccount.cpython-37.pyc
│   │   │   ├── _common_conversion.cpython-37.pyc
│   │   │   ├── _connection.cpython-37.pyc
│   │   │   ├── _constants.cpython-37.pyc
│   │   │   ├── _deserialization.cpython-37.pyc
│   │   │   ├── _encryption.cpython-37.pyc
│   │   │   ├── _error.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── models.cpython-37.pyc
│   │   │   ├── retry.cpython-37.pyc
│   │   │   ├── _serialization.cpython-37.pyc
│   │   │   ├── sharedaccesssignature.cpython-37.pyc
│   │   │   ├── storageclient.cpython-37.pyc
│   │   │   └── tokencredential.cpython-37.pyc
│   │   ├── retry.py
│   │   ├── _serialization.py
│   │   ├── sharedaccesssignature.py
│   │   ├── storageclient.py
│   │   └── tokencredential.py
│   └── azure_storage_common-2.0.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment