Metadata-Version: 1.2
Name: pyctrl
Version: 0.4.3
Summary: Python Suite for Systems and Control
Home-page: https://github.com/mcdeoliveira/pyctrl
Author: Mauricio C. de Oliveira
Author-email: mauricio@ucsd.edu
License: Apache-2.0
Download-URL: https://github.com/mcdeoliveira/pyctrl/archive/0.3.tar.gz
Description: pyctrl: a Python Suite for Systems and Control
        ==============================================
        
        **Release 0.4**
        
        This is a Python library for system and control.
        
        We only support Python 3, and are not interested in Python 2 at all.
        
        Preliminaries
        -------------
        
        You will need to have python3, pip3 and numpy installed. On a Debian
        based OS (including the Beaglebone Black and Blue) type:
        
        ::
        
            sudo apt install python3 python3-pip python3-numpy python3-scipy
        
        Starting with version 0.4 there is a web server based on the flask
        microframework. Install flask:
        
        ::
        
            sudo pip3 install flask
        	
        if you would like to use this feature.
        
        In order to use this package with the Robotics Cape or the Beaglebone
        Blue you will also need to install the rcpy package (`github
        <https://github.com/mcdeoliveira/rcpy>`__, `PyPI
        <https://pypi.python.org/pypi?:action=display&name=rcpy>`__).
        
        Installation
        ------------
        
        Starting with version 0.3, ``pyctrl`` is available from
        `PyPI <https://pypi.python.org/pypi?:action=display&name=pyctrl>`__.
        Just type
        
        ::
        
            sudo pip3 install pyctrl
        
        to download and install.
        
        Documentation:
        --------------
        
        Online:
        
        -  `Manual <http://guitar.ucsd.edu/pyctrl/html/index.html>`__
        -  `User Guide <http://guitar.ucsd.edu/pyctrl/html/user_guide.html>`__
        -  `Reference
           Guide <http://guitar.ucsd.edu/pyctrl/html/reference_guide.html>`__
        
        PDF:
        
        -  `Manual <http://guitar.ucsd.edu/pyctrl/pyctrl.pdf>`__
        
        Author:
        -------
        
        `Mauricio C. de Oliveira <http://control.ucsd.edu/mauricio>`__
        
Keywords: feedback control systems beaglebone black Robotics Cape
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Other Audience
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.4
Requires-Python: >=3.4
