📄️ PANTS_VERSION
📄️ build_file_dir
Returns the path to the directory of the current BUILD file.
📄️ duplicate_rule
DeployJarDuplicateRule(pattern: 'str', action: 'str')
📄️ env
Reference environment variable.
📄️ http_source
http_source(url: 'str', *, len: 'int', sha256: 'str', filename: 'str' = '')
📄️ jvm_exclude
JvmArtifactExclusion(group: 'str', artifact: 'str | None' = None)
📄️ node_build_script
A build script, mapped from the `scripts` section of a package.json file.
📄️ node_test_script
The test script for this package, mapped from the `scripts` section of a package.json file. The pointed to script should accept a variadic number of ([ARG]...) path arguments.
📄️ parametrize
A builtin function/dataclass that can be used to parametrize Targets.
📄️ per_platform
An object containing differing homogeneous platform-dependent values.
📄️ python_artifact
Represents a Python setup.py-based project.
📄️ scala_exclude
ScalaArtifactExclusion(group: 'str', artifact: 'str | None' = None, crossversion: 'str' = 'binary')
📄️ setup_py
Represents a Python setup.py-based project.
📄️ shading_keep
JvmShadingKeepRule(pattern: 'str')
📄️ shading_relocate
JvmShadingRelocateRule(package: 'str', into: 'str | None' = None)
📄️ shading_rename
JvmShadingRenameRule(pattern: 'str', replacement: 'str')
📄️ shading_zap
JvmShadingZapRule(pattern: 'str')
📄️ stevedore_namespace
Tag a namespace in entry_points as a stevedore namespace.