Skip to content

Latest commit

 

History

History
121 lines (108 loc) · 2.52 KB

File metadata and controls

121 lines (108 loc) · 2.52 KB

Overview

Rule sets

Macros

pip_repositories

Pull in dependencies needed for pulling in pip dependencies.

  </td>
</tr>

Repository Rules

pip_import

A rule for importing <code>requirements.txt</code> dependencies into Bazel.

  </td>
</tr>

Macros

py_library

See the Bazel core py_library documentation.

  </td>
</tr>
<tr>
  <td>
    <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F.%2Fpython%2Fpython.html%23py_binary">
      <code>py_binary</code>
    </a>
  </td>
  <td>
    <p>See the Bazel core py_binary documentation.</p>

  </td>
</tr>
<tr>
  <td>
    <a href="proxy.php?url=https%3A%2F%2Fgithub.com%2F.%2Fpython%2Fpython.html%23py_test">
      <code>py_test</code>
    </a>
  </td>
  <td>
    <p>See the Bazel core py_test documentation.</p>

  </td>
</tr>

Repository Rules

whl_library

A rule for importing <code>.whl</code> dependencies into Bazel.

  </td>
</tr>