Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 25, 2020 05:36
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 r-ryantm/264d77a12112e8b49574d846d44f55c1 to your computer and use it in GitHub Desktop.
Save r-ryantm/264d77a12112e8b49574d846d44f55c1 to your computer and use it in GitHub Desktop.
/nix/store/125q1hic863280s4ix1m6r3kzmcrpr73-python3.7-google-cloud-storage-1.32.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── google
│   │   └── cloud
│   │   └── storage
│   │   ├── acl.py
│   │   ├── batch.py
│   │   ├── blob.py
│   │   ├── bucket.py
│   │   ├── client.py
│   │   ├── constants.py
│   │   ├── _helpers.py
│   │   ├── hmac_key.py
│   │   ├── _http.py
│   │   ├── iam.py
│   │   ├── __init__.py
│   │   ├── notification.py
│   │   ├── __pycache__
│   │   │   ├── acl.cpython-37.pyc
│   │   │   ├── batch.cpython-37.pyc
│   │   │   ├── blob.cpython-37.pyc
│   │   │   ├── bucket.cpython-37.pyc
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── _helpers.cpython-37.pyc
│   │   │   ├── hmac_key.cpython-37.pyc
│   │   │   ├── _http.cpython-37.pyc
│   │   │   ├── iam.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── notification.cpython-37.pyc
│   │   │   ├── retry.cpython-37.pyc
│   │   │   ├── _signing.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── retry.py
│   │   ├── _signing.py
│   │   └── version.py
│   ├── google_cloud_storage-1.32.0.dist-info
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── google_cloud_storage-1.32.0-py3.7-nspkg.pth
└── nix-support
└── propagated-build-inputs
9 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment