File: indexsidebar.html

package info (click to toggle)
execnet 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 684 kB
  • sloc: python: 5,244; makefile: 78; sh: 2
file content (21 lines) | stat: -rw-r--r-- 806 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<h3>Download</h3>
{% if version.endswith('(hg)') %}
<p>This documentation is for version <b>{{ version }}</b>, which is
  not released yet.</p>
<p>You can use it from the
  <a href="https://github.com/pytest-dev/execnet">Git repo</a> or look for
  released versions in the <a href="http://pypi.python.org/pypi/execnet">Python
    Package Index</a>.</p>
{% else %}
<p>Current: <b>{{ version }}</b>
[<a href="{{ pathto('changelog') }}">Changes</a>]</p>
<p>Get execnet from the <a href="http://pypi.python.org/pypi/execnet">Python Package
Index</a>, or install it with:</p>
<pre>pip install -U execnet</pre>
{% endif %}

<h3>Questions? Suggestions?</h3>

<p>Join <a href="http://mail.python.org/mailman/listinfo/execnet-dev">
  execnet-dev mailing list </a></p>
<p>come to <tt>#pytest</tt> on Libera Chat</p>