pyfprint ******** A Python wrapper around the Linux libfprint library for fingerprint scanners. You therefore have to install `libfprint`. Install ======= Create a `virtualenv` and activate it. Afterwards, to install all required packages for a devel build, do:: (py27)$ python setup.py dev To run tests, do:: (py27)$ py.test or:: (py27)$ python setup.py test To run tests with different Python versions, do:: (py27)$ pip install tox (py27)$ tox Tests are right now, pretty limited.