###Python CFFI port for LComp library
##Requirements ###Windows requirements
- Python 3.3 for windows http://www.python.org/ftp/python/3.3.3/python-3.3.3.msi
- LComp library for Windows http://www.lcard.ru/download/lcomp.exe
- wlcomp library, windows branch https://github.com/qwerty19106/wlcomp/tree/windows
- python-cffi https://pypi.python.org/pypi/cffi
###Linux requirements
- Python 3.3 for linux aptitude install python3.3
- LComp library for Linux http://www.lcard.ru/download/lcomp_linux.tgz
- wlcomp library, linux branch https://github.com/qwerty19106/wlcomp/tree/linux
- python-cffi https://pypi.python.org/pypi/cffi
##Installation ###Standart python setup
- download https://github.com/qwerty19106/wlcomp-python-cffi/archive/master.zip
- unzip archive
- python3 setup.py install
###Install with pip (pip3 for Debian/Ubuntu)