PYINSIM

pyinsim is a InSim module for the Python programming language. It creates 
socket connection with LFS and provides many classes, functions and 
enumerations for sending and receiving data between your program and the game.

REQUIREMENTS

The module requires Python 2.6 or better to run. Note: It does not currently 
support Python 3.0. You can download Python from the following URL:

http://www.python.org/download/

INSTALLATION

To install pyinsim on Windows, simply unzip the package and run the windows
installer 'pyinsim-x.x.x.win32.exe', which will install the module into your
X:\Path\To\Python\Lib\site-packages directory.

SOURCE

The source for pyinsim is included in the file 'pyinsim-x.x.x.zip'. In order
to install from the source, unzip the package and run the command 
'python setup.py install'.

DOCUMENTATION

The documentation is provided as a Epydoc package, which can be accessed by
opening the file 'documentation.html'. This file contains the complete API
and reference for each variable, class and function contained in the module.

EXAMPLES

The 'examples' folder contains many examples to help you get started using the
module.

LICENSE

pyinsim is free software: you can redistribute it and/or modify it under the 
terms of the GNU Lesser General Public License as published by the Free 
Software Foundation, either version 3 of the License, or (at your option) any 
later version.

pyinsim is distributed in the hope that it will be useful, but WITHOUT ANY 
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 
A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more 
details.

You should have received a copy of the GNU Lesser General Public License along 
with pyinsim. If not, see <http://www.gnu.org/licenses/>.

AUTHOR

Written by Alex McBride
Copyright Alex McBride 2010
Website: http://www.lfsforum.net/showthread.php?t=41890

THANKS

Thanks to Constantin Kpplinger (morpha) for his work on the strmanip module.
Thanks to tmehlinger for his work on InSim Relay support.

