Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 28, 2021 04:31
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/274c507245b72f8283bf107017068abe to your computer and use it in GitHub Desktop.
Save r-ryantm/274c507245b72f8283bf107017068abe to your computer and use it in GitHub Desktop.
/nix/store/w7qp8w3hna7ixhyalj2qixm8q50xllbh-python3.7-google-cloud-iam-2.1.0
├── bin
│   └── fixup_credentials_v1_keywords.py
├── lib
│   └── python3.7
│   └── site-packages
│   ├── google
│   │   └── cloud
│   │   ├── iam_credentials
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   └── iam_credentials_v1
│   │   ├── __init__.py
│   │   ├── proto
│   │   │   ├── common.proto
│   │   │   └── iamcredentials.proto
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── services
│   │   │   ├── iam_credentials
│   │   │   │   ├── async_client.py
│   │   │   │   ├── client.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── async_client.cpython-37.pyc
│   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── transports
│   │   │   │   ├── base.py
│   │   │   │   ├── grpc_asyncio.py
│   │   │   │   ├── grpc.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── grpc_asyncio.cpython-37.pyc
│   │   │   │   ├── grpc.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   └── types
│   │   ├── common.py
│   │   ├── iamcredentials.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── common.cpython-37.pyc
│   │   ├── iamcredentials.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   ├── google_cloud_iam-2.1.0.dist-info
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── REQUESTED
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── google_cloud_iam-2.1.0-py3.7-nspkg.pth
└── nix-support
└── propagated-build-inputs
21 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment