Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 17, 2020 05:03
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/d5e45d1553eb113c5e6cdac624fa3bb4 to your computer and use it in GitHub Desktop.
Save r-ryantm/d5e45d1553eb113c5e6cdac624fa3bb4 to your computer and use it in GitHub Desktop.
/nix/store/79cyhf65kdpzp2f8s8f521774c0nkpsj-python3.7-google-cloud-firestore-1.9.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── google
│   │   └── cloud
│   │   ├── firestore_admin_v1
│   │   │   ├── gapic
│   │   │   │   ├── enums.py
│   │   │   │   ├── firestore_admin_client_config.py
│   │   │   │   ├── firestore_admin_client.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── enums.cpython-37.pyc
│   │   │   │   │   ├── firestore_admin_client_config.cpython-37.pyc
│   │   │   │   │   ├── firestore_admin_client.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── transports
│   │   │   │   ├── firestore_admin_grpc_transport.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── firestore_admin_grpc_transport.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   ├── proto
│   │   │   │   ├── field_pb2_grpc.py
│   │   │   │   ├── field_pb2.py
│   │   │   │   ├── field.proto
│   │   │   │   ├── firestore_admin_pb2_grpc.py
│   │   │   │   ├── firestore_admin_pb2.py
│   │   │   │   ├── firestore_admin.proto
│   │   │   │   ├── index_pb2_grpc.py
│   │   │   │   ├── index_pb2.py
│   │   │   │   ├── index.proto
│   │   │   │   ├── __init__.py
│   │   │   │   ├── location_pb2_grpc.py
│   │   │   │   ├── location_pb2.py
│   │   │   │   ├── location.proto
│   │   │   │   ├── operation_pb2_grpc.py
│   │   │   │   ├── operation_pb2.py
│   │   │   │   ├── operation.proto
│   │   │   │   └── __pycache__
│   │   │   │   ├── field_pb2.cpython-37.pyc
│   │   │   │   ├── field_pb2_grpc.cpython-37.pyc
│   │   │   │   ├── firestore_admin_pb2.cpython-37.pyc
│   │   │   │   ├── firestore_admin_pb2_grpc.cpython-37.pyc
│   │   │   │   ├── index_pb2.cpython-37.pyc
│   │   │   │   ├── index_pb2_grpc.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── location_pb2.cpython-37.pyc
│   │   │   │   ├── location_pb2_grpc.cpython-37.pyc
│   │   │   │   ├── operation_pb2.cpython-37.pyc
│   │   │   │   └── operation_pb2_grpc.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── types.cpython-37.pyc
│   │   │   └── types.py
│   │   ├── firestore.py
│   │   ├── firestore_v1
│   │   │   ├── batch.py
│   │   │   ├── client.py
│   │   │   ├── collection.py
│   │   │   ├── document.py
│   │   │   ├── field_path.py
│   │   │   ├── gapic
│   │   │   │   ├── enums.py
│   │   │   │   ├── firestore_client_config.py
│   │   │   │   ├── firestore_client.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── enums.cpython-37.pyc
│   │   │   │   │   ├── firestore_client_config.cpython-37.pyc
│   │   │   │   │   ├── firestore_client.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── transports
│   │   │   │   ├── firestore_grpc_transport.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── firestore_grpc_transport.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── _helpers.py
│   │   │   ├── __init__.py
│   │   │   ├── order.py
│   │   │   ├── proto
│   │   │   │   ├── common_pb2_grpc.py
│   │   │   │   ├── common_pb2.py
│   │   │   │   ├── common.proto
│   │   │   │   ├── document_pb2_grpc.py
│   │   │   │   ├── document_pb2.py
│   │   │   │   ├── document.proto
│   │   │   │   ├── firestore_pb2_grpc.py
│   │   │   │   ├── firestore_pb2.py
│   │   │   │   ├── firestore.proto
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── common_pb2.cpython-37.pyc
│   │   │   │   │   ├── common_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── document_pb2.cpython-37.pyc
│   │   │   │   │   ├── document_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── firestore_pb2.cpython-37.pyc
│   │   │   │   │   ├── firestore_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── query_pb2.cpython-37.pyc
│   │   │   │   │   ├── query_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── tests_pb2.cpython-37.pyc
│   │   │   │   │   ├── test_v1_pb2.cpython-37.pyc
│   │   │   │   │   ├── write_pb2.cpython-37.pyc
│   │   │   │   │   └── write_pb2_grpc.cpython-37.pyc
│   │   │   │   ├── query_pb2_grpc.py
│   │   │   │   ├── query_pb2.py
│   │   │   │   ├── query.proto
│   │   │   │   ├── tests_pb2.py
│   │   │   │   ├── test_v1_pb2.py
│   │   │   │   ├── write_pb2_grpc.py
│   │   │   │   ├── write_pb2.py
│   │   │   │   └── write.proto
│   │   │   ├── __pycache__
│   │   │   │   ├── batch.cpython-37.pyc
│   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   ├── collection.cpython-37.pyc
│   │   │   │   ├── document.cpython-37.pyc
│   │   │   │   ├── field_path.cpython-37.pyc
│   │   │   │   ├── _helpers.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── order.cpython-37.pyc
│   │   │   │   ├── query.cpython-37.pyc
│   │   │   │   ├── transaction.cpython-37.pyc
│   │   │   │   ├── transforms.cpython-37.pyc
│   │   │   │   ├── types.cpython-37.pyc
│   │   │   │   └── watch.cpython-37.pyc
│   │   │   ├── query.py
│   │   │   ├── transaction.py
│   │   │   ├── transforms.py
│   │   │   ├── types.py
│   │   │   └── watch.py
│   │   ├── firestore_v1beta1
│   │   │   ├── batch.py
│   │   │   ├── client.py
│   │   │   ├── collection.py
│   │   │   ├── document.py
│   │   │   ├── field_path.py
│   │   │   ├── gapic
│   │   │   │   ├── enums.py
│   │   │   │   ├── firestore_client_config.py
│   │   │   │   ├── firestore_client.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── enums.cpython-37.pyc
│   │   │   │   │   ├── firestore_client_config.cpython-37.pyc
│   │   │   │   │   ├── firestore_client.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── transports
│   │   │   │   ├── firestore_grpc_transport.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── firestore_grpc_transport.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── _helpers.py
│   │   │   ├── __init__.py
│   │   │   ├── order.py
│   │   │   ├── proto
│   │   │   │   ├── admin
│   │   │   │   │   ├── firestore_admin_pb2_grpc.py
│   │   │   │   │   ├── firestore_admin_pb2.py
│   │   │   │   │   ├── index_pb2_grpc.py
│   │   │   │   │   ├── index_pb2.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── firestore_admin_pb2.cpython-37.pyc
│   │   │   │   │   ├── firestore_admin_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── index_pb2.cpython-37.pyc
│   │   │   │   │   ├── index_pb2_grpc.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── common_pb2_grpc.py
│   │   │   │   ├── common_pb2.py
│   │   │   │   ├── common.proto
│   │   │   │   ├── document_pb2_grpc.py
│   │   │   │   ├── document_pb2.py
│   │   │   │   ├── document.proto
│   │   │   │   ├── event_flow_document_change_pb2_grpc.py
│   │   │   │   ├── event_flow_document_change_pb2.py
│   │   │   │   ├── field.proto
│   │   │   │   ├── firestore_admin.proto
│   │   │   │   ├── firestore_pb2_grpc.py
│   │   │   │   ├── firestore_pb2.py
│   │   │   │   ├── firestore.proto
│   │   │   │   ├── index.proto
│   │   │   │   ├── __init__.py
│   │   │   │   ├── location.proto
│   │   │   │   ├── operation.proto
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── common_pb2.cpython-37.pyc
│   │   │   │   │   ├── common_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── document_pb2.cpython-37.pyc
│   │   │   │   │   ├── document_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── event_flow_document_change_pb2.cpython-37.pyc
│   │   │   │   │   ├── event_flow_document_change_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── firestore_pb2.cpython-37.pyc
│   │   │   │   │   ├── firestore_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── query_pb2.cpython-37.pyc
│   │   │   │   │   ├── query_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── test_v1beta1_pb2.cpython-37.pyc
│   │   │   │   │   ├── write_pb2.cpython-37.pyc
│   │   │   │   │   └── write_pb2_grpc.cpython-37.pyc
│   │   │   │   ├── query_pb2_grpc.py
│   │   │   │   ├── query_pb2.py
│   │   │   │   ├── query.proto
│   │   │   │   ├── test_v1beta1_pb2.py
│   │   │   │   ├── write_pb2_grpc.py
│   │   │   │   ├── write_pb2.py
│   │   │   │   └── write.proto
│   │   │   ├── __pycache__
│   │   │   │   ├── batch.cpython-37.pyc
│   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   ├── collection.cpython-37.pyc
│   │   │   │   ├── document.cpython-37.pyc
│   │   │   │   ├── field_path.cpython-37.pyc
│   │   │   │   ├── _helpers.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── order.cpython-37.pyc
│   │   │   │   ├── query.cpython-37.pyc
│   │   │   │   ├── transaction.cpython-37.pyc
│   │   │   │   ├── transforms.cpython-37.pyc
│   │   │   │   ├── types.cpython-37.pyc
│   │   │   │   └── watch.cpython-37.pyc
│   │   │   ├── query.py
│   │   │   ├── transaction.py
│   │   │   ├── transforms.py
│   │   │   ├── types.py
│   │   │   └── watch.py
│   │   └── __pycache__
│   │   └── firestore.cpython-37.pyc
│   ├── google_cloud_firestore-1.9.0.dist-info
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── google_cloud_firestore-1.9.0-py3.7-nspkg.pth
└── nix-support
└── propagated-build-inputs
34 directories, 210 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment