Metadata-Version: 2.1
Name: openplc-desktop
Version: 0.6
Summary: OpenPLC Desktop
Home-page: https://gitlab.com/openplcproject/openplc_desktop
Author: Pedro Morgan
Author-email: openplc@daffodil.uk.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown


OpenPLC Desktop
=========================================

This is a desktop app (pyqthon3/PyQt5) to run alongside the new
`openplc-server <https://gitlab.com/openplcproject/openplc_go>`_ and REST api written in go


Install
------------

From PyPi https://pypi.org/project/openplc-desktop/

.. code-block:: bash

    pip3 install openplc-desktop


.. code-block:: bash

    # http
    git clone https://gitlab.com/openplcproject/openplc_desktop.git

    # git
    git clone git@gitlab.com:openplcproject/openplc_desktop.git

    cd openplc_desktop
    ./openplc-desktop.py



