blob: a70c86aeffa649214a810cd2c334591d0d580e45 [file] [log] [blame] [view]
<!---
Documentation generated by Skydoc
-->
<h1>python Rules</h1>
<nav class="toc">
<h2>Macros</h2>
<ul>
<li><a href="#py_library">py_library</a></li>
<li><a href="#py_binary">py_binary</a></li>
<li><a href="#py_test">py_test</a></li>
</ul>
</nav>
<a name="py_library"></a>
## py_library
<pre>
py_library()
</pre>
See the Bazel core py_library documentation.
[available here](
https://docs.bazel.build/versions/master/be/python.html#py_library).
<a name="py_binary"></a>
## py_binary
<pre>
py_binary()
</pre>
See the Bazel core py_binary documentation.
[available here](
https://docs.bazel.build/versions/master/be/python.html#py_binary).
<a name="py_test"></a>
## py_test
<pre>
py_test()
</pre>
See the Bazel core py_test documentation.
[available here](
https://docs.bazel.build/versions/master/be/python.html#py_test).