Metadata-Version: 2.1
Name: nyquist
Version: 0.1.0
Summary: A client for control-systems laboratories.
Home-page: http://packages.python.org/nyquist
Author: Marco Miretti
Author-email: marcomiretti@gmail.com
License: GPLv3
Description: [![docs](https://img.shields.io/badge/docs-Sphinx-blue)](https://marcomiretti.gitlab.io/nyquist)
        [![pipeline](https://gitlab.com/marcomiretti/nyquist/badges/master/pipeline.svg)](https://gitlab.com/marcomiretti/nyquist/-/commits/master)
        
        # Python library for remote (control-)laboratories
        
        The python nyquist library is a module that helps students and researchers to write script for [remote-laboratories](https://marcomiretti.gitlab.io/remote-control-lab/). It implements client objects and eases up the interaction between control packages and real-time hardware.
        
        ## Features
        * Hardware resources abstraction through python objects and methods.
        * On-the-go availability of hardware resources documentation.
        
        ## Links
        * _nyquist_'s [documentation](https://marcomiretti.gitlab.io/nyquist/).
        * _remote control-lab_'s [documentation](https://marcomiretti.gitlab.io/remote-control-lab/).
        * _nyquist_ [repo](https://gitlab.com/marcomiretti/nyquist).
        * _nyquist_ [on pypi](https://pypi.org/project/nyquist/).
        
        ## Installation
        
        ```bash
        pip install nyquist
        ```
        
        ## Dependencies
        
        At of this release, nyquist only uses python3 standard libs.
        
Keywords: control laboratories remote client http websockets
Platform: UNKNOWN
Description-Content-Type: text/markdown
