Metadata-Version: 2.1
Name: fpsensor
Version: 0.2.5
Summary: Python library for ZhianTec fingerprint sensors
Home-page: https://github.com/cwichel/fpsensor
License: MIT
Keywords: python,utilities
Author: Christian Wiche
Author-email: cwichel@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Requires-Dist: Pillow (>=8.3.0,<9.0.0)
Requires-Dist: attrs (>=21.2.0,<22.0.0)
Requires-Dist: embutils (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

# FPSensor 
[![PyPI version](https://badge.fury.io/py/fpsensor.svg)](https://badge.fury.io/py/fpsensor) 
[![Docs Status](https://readthedocs.org/projects/fpsensor/badge/?version=latest)](https://fpsensor.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/:license-mit-blue.svg?style=flat-square)](https://badges.mit-license.org)

This library allows to use the ZhianTec ZFM-x fingerprint sensors. Some other models like R302, R303, R305, R306, R307, 
R551 and FPM10A also work.

**Note:** This library is based on [pyfingerprint](https://github.com/bastianraschke/pyfingerprint) and 
[embutils](https://github.com/cwichel/embutils). 

## Installation
You can get the packaged version from [PyPI](https://pypi.org/project/fpsensor/):
```
pip install fpsensor
```

