Skip to main content

A fprint library wrapper

Project description

Requirements

  • Cython >= 0.27
  • libfprint == 0.99.0

Install

pip install git+git://github.com/jdiego/python-libfprint.git

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

python-libfprint-0.0.1.tar.gz (101.3 kB view details)

Uploaded Source

File details

Details for the file python-libfprint-0.0.1.tar.gz.

File metadata

  • Download URL: python-libfprint-0.0.1.tar.gz
  • Upload date:
  • Size: 101.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3

File hashes

Hashes for python-libfprint-0.0.1.tar.gz
Algorithm Hash digest
SHA256 69acb0892c65197bdfdfa92c4236c311546dd02a12e98e2952ab7649de572794
MD5 a7402eada30fd4fb4c8120f7255243d0
BLAKE2b-256 063247ff309c1657fd047c366d02ea9912cb6f46036158406dd95c61924e2e18

See more details on using hashes here.

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