blob: 59c0bb24889750336da2c998c3f64d7c4693f7c9 [file] [log] [blame]
"""Provider for executable-specific information.
The `PyExecutableInfo` provider contains information about an executable that
isn't otherwise available from its public attributes or other providers.
It exposes information primarily useful for consumers to package the executable,
or derive a new executable from the base binary.
"""
load("//python/private:py_executable_info.bzl", _PyExecutableInfo = "PyExecutableInfo")
PyExecutableInfo = _PyExecutableInfo