Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 14, 2018 21:08
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/d9ca80fc7bb7dda7baf593aef005b907 to your computer and use it in GitHub Desktop.
Save ryantm/d9ca80fc7bb7dda7baf593aef005b907 to your computer and use it in GitHub Desktop.
/nix/store/y4y8gcdv3khm3nvnjr378iqqx9w6r1j0-python3.7-google-cloud-vision-0.35.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── google
│   │   └── cloud
│   │   ├── __pycache__
│   │   │   └── vision.cpython-37.pyc
│   │   ├── vision_helpers
│   │   │   ├── decorators.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── decorators.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── vision.py
│   │   ├── vision_v1
│   │   │   ├── gapic
│   │   │   │   ├── enums.py
│   │   │   │   ├── image_annotator_client_config.py
│   │   │   │   ├── image_annotator_client.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── product_search_client_config.py
│   │   │   │   ├── product_search_client.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── enums.cpython-37.pyc
│   │   │   │   │   ├── image_annotator_client_config.cpython-37.pyc
│   │   │   │   │   ├── image_annotator_client.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── product_search_client_config.cpython-37.pyc
│   │   │   │   │   └── product_search_client.cpython-37.pyc
│   │   │   │   └── transports
│   │   │   │   ├── image_annotator_grpc_transport.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── product_search_grpc_transport.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── image_annotator_grpc_transport.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── product_search_grpc_transport.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   ├── proto
│   │   │   │   ├── geometry_pb2_grpc.py
│   │   │   │   ├── geometry_pb2.py
│   │   │   │   ├── image_annotator_pb2_grpc.py
│   │   │   │   ├── image_annotator_pb2.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── product_search_pb2_grpc.py
│   │   │   │   ├── product_search_pb2.py
│   │   │   │   ├── product_search_service_pb2_grpc.py
│   │   │   │   ├── product_search_service_pb2.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── geometry_pb2.cpython-37.pyc
│   │   │   │   │   ├── geometry_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── image_annotator_pb2.cpython-37.pyc
│   │   │   │   │   ├── image_annotator_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── product_search_pb2.cpython-37.pyc
│   │   │   │   │   ├── product_search_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── product_search_service_pb2.cpython-37.pyc
│   │   │   │   │   ├── product_search_service_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── text_annotation_pb2.cpython-37.pyc
│   │   │   │   │   ├── text_annotation_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── web_detection_pb2.cpython-37.pyc
│   │   │   │   │   └── web_detection_pb2_grpc.cpython-37.pyc
│   │   │   │   ├── text_annotation_pb2_grpc.py
│   │   │   │   ├── text_annotation_pb2.py
│   │   │   │   ├── web_detection_pb2_grpc.py
│   │   │   │   └── web_detection_pb2.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── types.cpython-37.pyc
│   │   │   └── types.py
│   │   ├── vision_v1p1beta1
│   │   │   ├── gapic
│   │   │   │   ├── enums.py
│   │   │   │   ├── image_annotator_client_config.py
│   │   │   │   ├── image_annotator_client.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── enums.cpython-37.pyc
│   │   │   │   │   ├── image_annotator_client_config.cpython-37.pyc
│   │   │   │   │   ├── image_annotator_client.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── transports
│   │   │   │   ├── image_annotator_grpc_transport.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── image_annotator_grpc_transport.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   ├── proto
│   │   │   │   ├── geometry_pb2_grpc.py
│   │   │   │   ├── geometry_pb2.py
│   │   │   │   ├── image_annotator_pb2_grpc.py
│   │   │   │   ├── image_annotator_pb2.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── geometry_pb2.cpython-37.pyc
│   │   │   │   │   ├── geometry_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── image_annotator_pb2.cpython-37.pyc
│   │   │   │   │   ├── image_annotator_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── text_annotation_pb2.cpython-37.pyc
│   │   │   │   │   ├── text_annotation_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── web_detection_pb2.cpython-37.pyc
│   │   │   │   │   └── web_detection_pb2_grpc.cpython-37.pyc
│   │   │   │   ├── text_annotation_pb2_grpc.py
│   │   │   │   ├── text_annotation_pb2.py
│   │   │   │   ├── web_detection_pb2_grpc.py
│   │   │   │   └── web_detection_pb2.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── types.cpython-37.pyc
│   │   │   └── types.py
│   │   ├── vision_v1p2beta1
│   │   │   ├── gapic
│   │   │   │   ├── enums.py
│   │   │   │   ├── image_annotator_client_config.py
│   │   │   │   ├── image_annotator_client.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── enums.cpython-37.pyc
│   │   │   │   │   ├── image_annotator_client_config.cpython-37.pyc
│   │   │   │   │   ├── image_annotator_client.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── transports
│   │   │   │   ├── image_annotator_grpc_transport.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── image_annotator_grpc_transport.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   ├── proto
│   │   │   │   ├── geometry_pb2_grpc.py
│   │   │   │   ├── geometry_pb2.py
│   │   │   │   ├── image_annotator_pb2_grpc.py
│   │   │   │   ├── image_annotator_pb2.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── geometry_pb2.cpython-37.pyc
│   │   │   │   │   ├── geometry_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── image_annotator_pb2.cpython-37.pyc
│   │   │   │   │   ├── image_annotator_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── text_annotation_pb2.cpython-37.pyc
│   │   │   │   │   ├── text_annotation_pb2_grpc.cpython-37.pyc
│   │   │   │   │   ├── web_detection_pb2.cpython-37.pyc
│   │   │   │   │   └── web_detection_pb2_grpc.cpython-37.pyc
│   │   │   │   ├── text_annotation_pb2_grpc.py
│   │   │   │   ├── text_annotation_pb2.py
│   │   │   │   ├── web_detection_pb2_grpc.py
│   │   │   │   └── web_detection_pb2.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── types.cpython-37.pyc
│   │   │   └── types.py
│   │   └── vision_v1p3beta1
│   │   ├── gapic
│   │   │   ├── enums.py
│   │   │   ├── image_annotator_client_config.py
│   │   │   ├── image_annotator_client.py
│   │   │   ├── __init__.py
│   │   │   ├── product_search_client_config.py
│   │   │   ├── product_search_client.py
│   │   │   ├── __pycache__
│   │   │   │   ├── enums.cpython-37.pyc
│   │   │   │   ├── image_annotator_client_config.cpython-37.pyc
│   │   │   │   ├── image_annotator_client.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── product_search_client_config.cpython-37.pyc
│   │   │   │   └── product_search_client.cpython-37.pyc
│   │   │   └── transports
│   │   │   ├── image_annotator_grpc_transport.py
│   │   │   ├── __init__.py
│   │   │   ├── product_search_grpc_transport.py
│   │   │   └── __pycache__
│   │   │   ├── image_annotator_grpc_transport.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── product_search_grpc_transport.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── proto
│   │   │   ├── geometry_pb2_grpc.py
│   │   │   ├── geometry_pb2.py
│   │   │   ├── image_annotator_pb2_grpc.py
│   │   │   ├── image_annotator_pb2.py
│   │   │   ├── __init__.py
│   │   │   ├── product_search_pb2_grpc.py
│   │   │   ├── product_search_pb2.py
│   │   │   ├── product_search_service_pb2_grpc.py
│   │   │   ├── product_search_service_pb2.py
│   │   │   ├── __pycache__
│   │   │   │   ├── geometry_pb2.cpython-37.pyc
│   │   │   │   ├── geometry_pb2_grpc.cpython-37.pyc
│   │   │   │   ├── image_annotator_pb2.cpython-37.pyc
│   │   │   │   ├── image_annotator_pb2_grpc.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── product_search_pb2.cpython-37.pyc
│   │   │   │   ├── product_search_pb2_grpc.cpython-37.pyc
│   │   │   │   ├── product_search_service_pb2.cpython-37.pyc
│   │   │   │   ├── product_search_service_pb2_grpc.cpython-37.pyc
│   │   │   │   ├── text_annotation_pb2.cpython-37.pyc
│   │   │   │   ├── text_annotation_pb2_grpc.cpython-37.pyc
│   │   │   │   ├── web_detection_pb2.cpython-37.pyc
│   │   │   │   └── web_detection_pb2_grpc.cpython-37.pyc
│   │   │   ├── text_annotation_pb2_grpc.py
│   │   │   ├── text_annotation_pb2.py
│   │   │   ├── web_detection_pb2_grpc.py
│   │   │   └── web_detection_pb2.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── types.cpython-37.pyc
│   │   └── types.py
│   ├── google_cloud_vision-0.35.1.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── google_cloud_vision-0.35.1-py3.7-nspkg.pth
└── nix-support
└── propagated-build-inputs
42 directories, 179 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment