Metadata-Version: 1.2
Name: openplc-desktop
Version: 0.9
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
Description: 
        OpenPLC Desktop
        =========================================
        
        This is a desktop app (pyqthon3/PyQt5) to run alongside the
        new `openplc-server <https://openplcproject.gitlab.io/openplc_go/>`_ and REST api written in go
        
        .. note:: This project is still at alpha stage
        
        Install Package
        ---------------------
        
        From PyPi https://pypi.org/project/openplc-desktop/
        
        .. code-block:: console
        
            pip3 install openplc-desktop
            openplc-desktop.py
        
        
        
        Install from git
        ---------------------
        
        .. 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
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
