| |
| |
| <!-- |
| Documentation generated by Skydoc |
| --> |
| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width initial-scale=1" /> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| |
| <title>Overview</title> |
| |
| <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700" type="text/css"> |
| <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> |
| <link rel="stylesheet" href="https://code.getmdl.io/1.1.1/material.green-light_blue.min.css"> |
| <script defer src="https://code.getmdl.io/1.1.1/material.min.js"></script> |
| <link rel="stylesheet" href="./main.css"> |
| </head> |
| <body> |
| <div class="mdl-layout mdl-js-layout mdl-layout--fixed-drawer |
| mdl-layout--fixed-header"> |
| <header class="mdl-layout__header"> |
| <div class="mdl-layout__header-row"> |
| <span class="mdl-layout-title">Overview</span> |
| </div> |
| </header> |
| <div class="mdl-layout__drawer"> |
| <span class="mdl-layout-title">Bazel</span> |
| <nav class="drawer-nav"> |
| <ul class="drawer-nav"> |
| |
| <li><a href="./index.html">Overview</a></li> |
| <li> |
| <a href="./python/pip.html">Import pip requirements into Bazel.</a> |
| <ul> |
| </ul> |
| </li> |
| <li><a href="./index.html">Overview</a></li> |
| <li> |
| <a href="./python/python.html">python Rules</a> |
| <ul> |
| </ul> |
| </li> |
| <li><a href="./index.html">Overview</a></li> |
| <li> |
| <a href="./python/whl.html">Import .whl files into Bazel.</a> |
| <ul> |
| </ul> |
| </li> |
| |
| </ul> |
| </nav> |
| </div> |
| |
| <main class="mdl-layout__content"> |
| <div class="page-content"> |
| <h1>Overview</h1> |
| |
| |
| <nav class="toc"> |
| <h2>Rule sets</h2> |
| <ul> |
| <li><a href="#pip">Import pip requirements into Bazel.</a></li> |
| <li><a href="#python">python Rules</a></li> |
| <li><a href="#whl">Import .whl files into Bazel.</a></li> |
| </ul> |
| </nav> |
| |
| <h2><a href="./python/pip.html">Import pip requirements into Bazel.</a></h2> |
| |
| <h3>Macros</h3> |
| <table class="overview-table"> |
| <colgroup> |
| <col class="col-name" /> |
| <col class="col-description" /> |
| </colgroup> |
| <tbody> |
| <tr> |
| <td> |
| <a href="./python/pip.html#pip_repositories"> |
| <code>pip_repositories</code> |
| </a> |
| </td> |
| <td> |
| <p>Pull in dependencies needed for pulling in pip dependencies.</p> |
| |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| <h3>Repository Rules</h3> |
| <table class="overview-table"> |
| <colgroup> |
| <col class="col-name" /> |
| <col class="col-description" /> |
| </colgroup> |
| <tbody> |
| <tr> |
| <td> |
| <a href="./python/pip.html#pip_import"> |
| <code>pip_import</code> |
| </a> |
| </td> |
| <td> |
| <p>A rule for importing <code>requirements.txt</code> dependencies into Bazel.</p> |
| |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| <h2><a href="./python/python.html">python Rules</a></h2> |
| |
| <h3>Macros</h3> |
| <table class="overview-table"> |
| <colgroup> |
| <col class="col-name" /> |
| <col class="col-description" /> |
| </colgroup> |
| <tbody> |
| <tr> |
| <td> |
| <a href="./python/python.html#py_library"> |
| <code>py_library</code> |
| </a> |
| </td> |
| <td> |
| <p>See the Bazel core py_library documentation.</p> |
| |
| </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> |
| </tbody> |
| </table> |
| <h2><a href="./python/whl.html">Import .whl files into Bazel.</a></h2> |
| |
| <h3>Repository Rules</h3> |
| <table class="overview-table"> |
| <colgroup> |
| <col class="col-name" /> |
| <col class="col-description" /> |
| </colgroup> |
| <tbody> |
| <tr> |
| <td> |
| <a href="./python/whl.html#whl_library"> |
| <code>whl_library</code> |
| </a> |
| </td> |
| <td> |
| <p>A rule for importing <code>.whl</code> dependencies into Bazel.</p> |
| |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| |
| |
| </div> |
| |
| <footer class="mdl-mini-footer"> |
| <div class="mdl-mini-footer__left-section"> |
| <div class="mdl-logo">Bazel</div> |
| <ul class="mdl-mini-footer__link-list"> |
| <li><a href="http://bazel.io">Home</a></li> |
| <li><a href="https://github.com/bazelbuild">GitHub</a></li> |
| </ul> |
| </div> |
| </footer> |
| </main> |
| </div> |
| </body> |
| </html> |