Metadata-Version: 1.0
Name: pidsim-models
Version: 0.2
Summary: A set of reference models for PIDSIM
Home-page: http://pidsim.org/
Author: Rafael Goncalves Martins
Author-email: rafael@rafaelmartins.eng.br
License: GPL-2
Description: PIDSIM reference models package
        ===============================
        
        .. warning::
        
           This package just have the python modules, not any GUI.
        
        This package implements a basic set of reference models for the simulation
        of PID controllers, using PIDSIM.
        
        If you need some help with the use, or can help with the development,
        please contact the author via email or visit our project website:
        
        http://pidsim.org/
        
        All the help is welcome! :)
        
        
        Basic installation
        ~~~~~~~~~~~~~~~~~~
        
        To install, type::
        
            # python setup.py install
        
        or use pip::
        
            # pip install pidsim-models
        
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
