Metadata-Version: 1.1
Name: control
Version: 0.6.1
Summary: Python Control Systems Library
Home-page: https://github.com/jgoppert/python-control
Author: James Goppert
Author-email: james.goppert@gmail.com
License: BSD
Download-URL: https://github.com/jgoppert/python-control
Description: The Python Control Systems Library, python-control,
        is a python module that implements basic operations
        for analysis and design of feedback control systems.
        
        Features:
        Linear input/output systems in state space and frequency domain
        Block diagram algebra: serial, parallel and feedback interconnections
        Time response: initial, step, impulse
        Frequency response: Bode and Nyquist plots
        Control analysis: stability, reachability, observability, stability margins
        Control design: eigenvalue placement, linear quadratic regulator
        Estimator design: linear quadratic estimator (Kalman filter)
        
        Fork of http://sourceforge.net/projects/python-control/
        Source code for fork at: https://github.com/jgoppert/python-control
        
        This fork is focused on improving unit testing and
        supporting pypi packaging and should be merged back
        with upstream soon.
        
        
Platform: Windows
Platform: Linux
Platform: Solaris
Platform: Mac OS-X
Platform: Unix
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
