xref: /aosp_15_r20/external/bazelbuild-rules_python/docs/gazelle.md (revision 60517a1edbc8ecf509223e9af94a7adec7d736b8)
1*60517a1eSAndroid Build Coastguard Worker# Gazelle plugin
2*60517a1eSAndroid Build Coastguard Worker
3*60517a1eSAndroid Build Coastguard Worker[Gazelle](https://github.com/bazelbuild/bazel-gazelle)
4*60517a1eSAndroid Build Coastguard Workeris a build file generator for Bazel projects. It can create new `BUILD.bazel` files for a project that follows language conventions and update existing build files to include new sources, dependencies, and options.
5*60517a1eSAndroid Build Coastguard Worker
6*60517a1eSAndroid Build Coastguard WorkerBazel may run Gazelle using the Gazelle rule, or it may be installed and run as a command line tool.
7*60517a1eSAndroid Build Coastguard Worker
8*60517a1eSAndroid Build Coastguard WorkerSee the documentation for Gazelle with rules_python in the {gh-path}`gazelle`
9*60517a1eSAndroid Build Coastguard Workerdirectory.
10