Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 14, 2020 09:01
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/2cfb38cc936fc2c2f3208a16c91584a6 to your computer and use it in GitHub Desktop.
Save r-ryantm/2cfb38cc936fc2c2f3208a16c91584a6 to your computer and use it in GitHub Desktop.
/nix/store/rz7sm06ishws86km2axgsarh4vdp4jbq-python3.7-google-cloud-container-2.3.0
├── bin
│   ├── fixup_container_v1beta1_keywords.py
│   └── fixup_container_v1_keywords.py
├── lib
│   └── python3.7
│   └── site-packages
│   ├── google
│   │   └── cloud
│   │   ├── container
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── container_v1
│   │   │   ├── __init__.py
│   │   │   ├── proto
│   │   │   │   ├── cluster_service.proto
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── services
│   │   │   │   ├── cluster_manager
│   │   │   │   │   ├── async_client.py
│   │   │   │   │   ├── client.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── pagers.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── async_client.cpython-37.pyc
│   │   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   └── pagers.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
│   │   │   ├── cluster_service.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── cluster_service.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   └── container_v1beta1
│   │   ├── __init__.py
│   │   ├── proto
│   │   │   ├── cluster_service.proto
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── services
│   │   │   ├── cluster_manager
│   │   │   │   ├── async_client.py
│   │   │   │   ├── client.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── pagers.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── async_client.cpython-37.pyc
│   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── pagers.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
│   │   ├── cluster_service.py
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   ├── cluster_service.cpython-37.pyc
│   │   └── __init__.cpython-37.pyc
│   ├── google_cloud_container-2.3.0.dist-info
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── REQUESTED
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── google_cloud_container-2.3.0-py3.7-nspkg.pth
└── nix-support
└── propagated-build-inputs
34 directories, 69 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment