tree: 112c982a703a899d4b0dcc1a1a0523b310d4cb07 [path history] [tgz]
  1. __init__.py
  2. __main__.py
  3. bar.py
  4. BUILD.in
  5. BUILD.out
  6. gazelle_python.yaml
  7. README.md
  8. test.yaml
  9. WORKSPACE
gazelle/python/testdata/with_third_party_requirements_from_imports/README.md

With third-party requirements (from imports)

This test case covers imports of the form:

from my_pip_dep import foo

for example

from google.cloud import aiplatform, storage

See https://github.com/bazelbuild/rules_python/issues/709 and https://github.com/sramirezmartin/gazelle-toy-example.