Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
CFFI bindings for libfprint
Python
Branch: master
Pull request Compare This branch is 52 commits ahead of xantares:master.

properly auto-initialize libfprint in discover_devices()

simply use init(), no need to check for re-initialization ourselves
latest commit add4a69cb7
IOhannes m zmölnig authored

README.md

pyfprint-cffi

tl;dr

This is a python module with CFFI bindings for libfprint

warning: i've cut off some things from the original SWIG bindings

usage

mkdir venv
. venv/bin/activate
pip install .
# hack hack hack

story

It's forked from @luksan original work, which was then improved by @xantares here with Python 3 support.

The original SWIG version had issues with surrogate strings on modern python versions (an issue has been filed), and I failed in working around it so bad.

Reimplementing just the needed stuff using CFFI (and possibly having broken everything else) turned out to be a great idea :)

Something went wrong with that request. Please try again.