Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 2, 2019 05:28
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/8f44ffa7850bd99bf0d57df481d3ea0f to your computer and use it in GitHub Desktop.
Save ryantm/8f44ffa7850bd99bf0d57df481d3ea0f to your computer and use it in GitHub Desktop.
/nix/store/vpkfghm4y74q5b139xmha68q179vzrfr-python3.7-google-cloud-storage-1.15.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── google
│   │   └── cloud
│   │   └── storage
│   │   ├── acl.py
│   │   ├── batch.py
│   │   ├── blob.py
│   │   ├── bucket.py
│   │   ├── client.py
│   │   ├── _helpers.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
│   │   │   ├── _helpers.cpython-37.pyc
│   │   │   ├── _http.cpython-37.pyc
│   │   │   ├── iam.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── notification.cpython-37.pyc
│   │   │   └── _signing.cpython-37.pyc
│   │   └── _signing.py
│   ├── google_cloud_storage-1.15.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── google_cloud_storage-1.15.0-py3.7-nspkg.pth
└── nix-support
└── propagated-build-inputs
9 directories, 31 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment