Metadata-Version: 2.1
Name: openplc-desktop
Version: 0.8.2
Summary: OpenPLC Desktop
Home-page: https://openplcproject.gitlab.io/openplc_desktop/
Author: Pedro Morgan
Author-email: openplc@daffodil.uk.com
License: UNKNOWN
Project-URL: Bug Tracker, https://gitlab.com/openplcproject/openplc_desktop/issues
Project-URL: Documentation, https://openplcproject.gitlab.io/openplc_desktop/
Project-URL: Source Code, https://gitlab.com/openplcproject/openplc_desktop
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6


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

**This project is still at alpha stage**

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

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

.. code-block:: console

    pip3 install openplc-desktop
    openplc-desktop.py


.. code-block:: console

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

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

    # then run
    cd openplc_desktop
    ./openplc-desktop.py



