Python Control Systems core package

This package implements a basic toolbox for the study of the Control
Systems, using Python.

To use the examples, please initialize this package, using:

>>> from controlsystems.types import *
>>> from controlsystems.discretization import *
>>> from controlsystems.pid_simulation import *
>>> from controlsystems.error import *

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://pycontrolsystems.com/

All the help is welcome! :)

========================================================================

To install type:
# python setup.py install

To build doc (you'll need epydoc):
# cd doc/
# make
