Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 12, 2020 19:39
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/4d93b57f4c6dc7263675158550b5a39b to your computer and use it in GitHub Desktop.
Save r-ryantm/4d93b57f4c6dc7263675158550b5a39b to your computer and use it in GitHub Desktop.
/nix/store/agx8z13vb5ma478a8zr6ihbcrrjvndfc-python3.7-google-cloud-translate-3.0.2
├── bin
│   ├── fixup_translate_v3beta1_keywords.py
│   └── fixup_translate_v3_keywords.py
├── lib
│   └── python3.7
│   └── site-packages
│   ├── google
│   │   └── cloud
│   │   ├── __pycache__
│   │   │   └── translate.cpython-37.pyc
│   │   ├── translate
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── translate.py
│   │   ├── translate_v2
│   │   │   ├── client.py
│   │   │   ├── _http.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── _http.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── translate_v3
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── services
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── translation_service
│   │   │   │   ├── 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
│   │   │   └── types
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── translation_service.cpython-37.pyc
│   │   │   └── translation_service.py
│   │   └── translate_v3beta1
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── services
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── translation_service
│   │   │   ├── 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
│   │   └── types
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── translation_service.cpython-37.pyc
│   │   └── translation_service.py
│   ├── google_cloud_translate-3.0.2.dist-info
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── REQUESTED
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── google_cloud_translate-3.0.2-py3.7-nspkg.pth
└── nix-support
└── propagated-build-inputs
33 directories, 71 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment