• Home
Name Date Size #Lines LOC

..--

BUILD.inD04-Jul-20250

BUILD.outD04-Jul-2025593 2522

README.mdD04-Jul-2025392 86

WORKSPACED04-Jul-202555 21

__init__.pyD04-Jul-2025630 160

__main__.pyD04-Jul-2025643 204

bar.pyD04-Jul-2025707 268

foo.pyD04-Jul-2025709 268

gazelle_python.yamlD04-Jul-2025764 227

test.yamlD04-Jul-2025608 161

README.md

1# With third-party requirements
2
3This test case asserts that
4* a `py_library` is generated with dependencies
5extracted from its sources and a `py_binary` is generated embeding the
6`py_library` and inherits its dependencies, without specifying the `deps` again.
7* when a third-party library and a module in the same package having the same name, the one in the same package takes precedence.
8