Metadata-Version: 2.1
Name: pydrs
Version: 0.0.1
Summary: UNKNOWN
Home-page: https://github.com/lnls-sirius/pydrs
Author: 
License: MIT License
Download-URL: https://github.com/lnls-sirius/pydrs
Description: # PyDRS - Sirius Power Supplies communication.
        
        ![Linting and Static](https://github.com/lnls-sirius/pydrs/actions/workflows/lint.yml/badge.svg)
        ![Latest tag](https://img.shields.io/github/tag/lnls-sirius/pydrs.svg?style=flat)
        [![Latest release](https://img.shields.io/github/release/lnls-sirius/pydrs.svg?style=flat)](https://github.com/lnls-sirius/pydrs/releases)
        [![PyPI version fury.io](https://badge.fury.io/py/pydrs.svg)](https://pypi.python.org/pypi/pydrs/)
        [![Read the Docs](https://readthedocs.org/projects/spack/badge/?version=latest)](https://lnls-sirius.github.io/pydrs/)
        
        Development packages are listed at [requirements-dev.txt](requirements-dev.txt) and runtime dependencies at [requirements.txt](requirements.txt).
        ## Conda
        Conda can be installed with [**miniconda**](https://docs.conda.io/en/latest/miniconda.html#miniconda) or [**anaconda**](https://conda.io/projects/conda/en/latest/user-guide/install/index.html).
        ```command
        conda create --name pydrs python=3.6
        conda activate pydrs
        ```
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
