Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

fprintw-0.2.1-cp37-cp37m-manylinux1_x86_64.whl (425.7 kB view hashes)

Uploaded CPython 3.7m

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page