Metadata-Version: 2.1
Name: siriushlacon
Version: 2.0.16
Summary: Client Applications for Sirius
Home-page: https://github.com/lnls-sirius/pydm-opi/
Author: lnls-sirius
License: GNU GPLv3
Download-URL: https://github.com/lnls-sirius/pydm-opi
Description: Sirius HLA CONS - GUI
        ===========
        
        This repo should contain every PyDM OPI developed by the CONS group currently in use.
        
        [![Build Status](https://api.travis-ci.org/lnls-sirius/pydm-opi.svg)](https://travis-ci.org/lnls-sirius/pydm-opi)
        ![Latest tag](https://img.shields.io/github/tag/lnls-sirius/pydm-opi.svg?style=flat)
        [![Latest release](https://img.shields.io/github/release/lnls-sirius/pydm-opi.svg?style=flat)](https://github.com/lnls-sirius/pydm-opi/releases)
        [![PyPI version fury.io](https://badge.fury.io/py/siriushlacon.svg)](https://pypi.python.org/pypi/siriushlacon/)
        [![Read the Docs](https://readthedocs.org/projects/spack/badge/?version=latest)](https://lnls-sirius.github.io/pydm-opi/)
        
        Develop
        -------
        In order to contribute with this repository the developer must have **pre-commit** installed locally.
        ```command
        pip install pre-commit
        pre-commit install
        ```
        
        Install
        -------
        Available at **PyPi** https://pypi.org/project/siriushlacon/
        
        ```
        pip install siriushlacon
        ```
        Conda setup:
        ```
        conda create -p /opt/conda/envs/cons python=3.8
        conda install qt==5.12.9 pyqt==5.12.3 pydm==1.10.4
        pip install siriushlacon
        ```
        
        ### EPICS Base
        Install EPICS and add it to PATH(Windows only)
        ```
        https://epics.anl.gov/download/distributions/EPICSWindowsTools1.44-x64.msi
        ```
        For linux users the recommended way is to compile the latest LTS release of [EPICS Base (R3.15.8)](https://github.com/epics-base/epics-base/tree/3.15).
        The `<EPICS_BASE>/bin` folder must be added to the environment variable `PATH` and `<EPICS_BASE>/lib` folder to `LD_LIBRARY_PATH`.
        
        ### Desktop
        In order to install the `.desktop` launcher:
        ```bash
        make install-files
        ```
        If using conda, remember to fix the Exec entry at the `.desktop' file accordingly:
        ```bash
        /bin/bash -c 'source /opt/conda/etc/profile.d/conda.sh && conda activate cons && sirius-hla-as-ap-conlauncher.py'
        ```
        
        Run
        ---
        To launch the main window use the script: `sirius-hla-as-ap-conlauncher.py`
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
