pyfsuipc is a Python 3 compatible Cython module that allows interfacing with FSUIPC via Pete Dowson's FSUIPC_User library.
Currently the project is still in brainstorming phase, so expect things to change and break.
- Python 3
- Cython
- A compiler, for example MinGW. See Cython documentation for setup instructions.
- Run 'python setup.py build'
- The ready to use module can be found from build/lib.win32-3.4/pyfsuipc.pyd
Contributions are welcome. Let's try to keep the module as simple as possible though
FSUIPC_User libraries are copyrighted to Pete Dowson. Not so sure about the license. The rest is GPL 3.