Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 19, 2021 20:04
Show Gist options
  • Save r-ryantm/4c8b9b84dbe735e37acccdc688daa4ec to your computer and use it in GitHub Desktop.
Save r-ryantm/4c8b9b84dbe735e37acccdc688daa4ec to your computer and use it in GitHub Desktop.
/nix/store/83lbzcm20bz9v8fl4szyzc0vcijr1vyc-python3.8-google-cloud-org-policy-1.2.0
├── lib
│   └── python3.8
│   └── site-packages
│   ├── docs
│   │   ├── conf.py
│   │   └── __pycache__
│   │   └── conf.cpython-38.pyc
│   ├── google
│   │   └── cloud
│   │   ├── orgpolicy
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── py.typed
│   │   │   └── v1
│   │   │   ├── __init__.py
│   │   │   ├── orgpolicy_pb2.py
│   │   │   ├── orgpolicy.proto
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   └── orgpolicy_pb2.cpython-38.pyc
│   │   └── orgpolicy_v2
│   │   ├── gapic_metadata.json
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-38.pyc
│   │   ├── py.typed
│   │   ├── services
│   │   │   ├── __init__.py
│   │   │   ├── org_policy
│   │   │   │   ├── async_client.py
│   │   │   │   ├── client.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── pagers.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── async_client.cpython-38.pyc
│   │   │   │   │   ├── client.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   └── pagers.cpython-38.pyc
│   │   │   │   └── transports
│   │   │   │   ├── base.py
│   │   │   │   ├── grpc_asyncio.py
│   │   │   │   ├── grpc.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── base.cpython-38.pyc
│   │   │   │   ├── grpc_asyncio.cpython-38.pyc
│   │   │   │   ├── grpc.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-38.pyc
│   │   └── types
│   │   ├── constraint.py
│   │   ├── __init__.py
│   │   ├── orgpolicy.py
│   │   └── __pycache__
│   │   ├── constraint.cpython-38.pyc
│   │   ├── __init__.cpython-38.pyc
│   │   └── orgpolicy.cpython-38.pyc
│   ├── google_cloud_org_policy-1.2.0.dist-info
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── REQUESTED
│   │   ├── top_level.txt
│   │   └── WHEEL
│   ├── google_cloud_org_policy-1.2.0-py3.8-nspkg.pth
│   └── scripts
│   ├── fixup_orgpolicy_v2_keywords.py
│   └── __pycache__
│   └── fixup_orgpolicy_v2_keywords.cpython-38.pyc
└── nix-support
└── propagated-build-inputs
25 directories, 51 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment