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
