1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Info in a nutshell
====================
**Pythons**: 3.8+, PyPy 3
**Operating systems**: Linux, Windows, OSX, Unix
**Distribution names**:
* PyPI name: ``execnet``
* Redhat Fedora: ``python-execnet``
* Debian: ``python-execnet``
* Gentoo: ``dev-python/execnet``
**git repository**: https://github.com/pytest-dev/execnet
Installation
====================
Install via pip_::
pip install execnet
Next checkout the basic api and examples:
.. toctree::
:maxdepth: 1
examples
basics
changelog
.. _pip: http://pypi.python.org/pypi/pip
.. _`github repository`: https://github.com/pytest-dev/execnet
.. _`execnet git repository`: https://github.com/pytest-dev/execnet
.. _`pypi release`: http://pypi.python.org/pypi/execnet
.. _distribute: http://pypi.python.org/pypi/distribute
|