Wrapper for libfprint v0.99
Project description
Requirements
- Cython >= 0.27
- libfprint == 0.99.0
Install
pip install fprintw
Usage
import fprint
fprint.init()
devices = fprint.DiscoveredDevices()
if len(devices) > 0:
dev = devices[0].open_device()
print_data = dev.enroll_finger_loop()
print_data = fprint.PrintData.from_data(print_data.data)
result = dev.verify_finger_loop(print_data)
assert result is True
dev.close()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fprintw-0.2.1.tar.gz
(100.5 kB
view details)
Built Distribution
File details
Details for the file fprintw-0.2.1.tar.gz
.
File metadata
- Download URL: fprintw-0.2.1.tar.gz
- Upload date:
- Size: 100.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d8a688cdd3106c09de00c35c12b6ba5ece28ee9f7cf54c652b76c58e6bd2750 |
|
MD5 | b58e0be7ddcbee7ab1ef84f5709cb17f |
|
BLAKE2b-256 | b53e8d20ba80265dd030fa2431dfecc8843593a2bfd7b8e7cb10e1833b2afb40 |
File details
Details for the file fprintw-0.2.1-cp37-cp37m-manylinux1_x86_64.whl
.
File metadata
- Download URL: fprintw-0.2.1-cp37-cp37m-manylinux1_x86_64.whl
- Upload date:
- Size: 425.7 kB
- Tags: CPython 3.7m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53bbf26b4be9e1e95909029887a0ab31660880c5793ea76c31918dc0c3581867 |
|
MD5 | f44ffe9836957f7992d384e4c1c0fdfe |
|
BLAKE2b-256 | 47c830613465afbb969f9d67392bcf561a72b846963d9c0a22d4ea0e6521726f |