Pymodbus REPL (Read Evaluate Print Loop)
=========================================

Pymodbus provides a simple UI to maniplute server/client, this is handled
by a separate repo `pymodbus-repl <https://github.com/pymodbus-dev/repl>`__


Install as pymodbus optional dependency
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

::

   $ pip install ".[repl]"

Install directly from the github repo
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

::

   $ pip install "git+https://github.com/pymodbus-dev/repl"
