A rule for importing .whl dependencies into Bazel.

This rule is currently used to implement pip_import, it is not intended to work standalone, and the interface may change. See pip_import for proper usage.

This rule imports a .whl file as a py_library:

This rule defines a @foo//:pkg py_library target.

Attributes