Skip to content

Latest commit

 

History

History
132 lines (118 loc) · 2.78 KB

File metadata and controls

132 lines (118 loc) · 2.78 KB

Overview

Rule sets

Macros

pip_repositories

Pull in dependencies needed for pulling in pip dependencies.

  </td>
</tr>

Repository Rules

pip3_import

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

  </td>
</tr>
<tr>
  <td>
    <a href="./python/pip.html#pip_import">
      <code>pip_import</code>
    </a>
  </td>
  <td>
    <p>A rule for importing &lt;code&gt;requirements.txt&lt;/code&gt; dependencies into Bazel.</p>

  </td>
</tr>

Macros

py_library

See the Bazel core py_library documentation.

  </td>
</tr>
<tr>
  <td>
    <a href="./python/python.html#py_binary">
      <code>py_binary</code>
    </a>
  </td>
  <td>
    <p>See the Bazel core py_binary documentation.</p>

  </td>
</tr>
<tr>
  <td>
    <a href="./python/python.html#py_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>