Metadata-Version: 2.1
Name: VerifyOwner
Version: 1.0.1
Summary: Python Touch ID module
Home-page: https://github.com/Aliebc/VerifyOwner
Author: AliebcX
Author-email: AliebcX <aliebcx@outlook.com>
License: MIT LICENSE
Project-URL: Homepage, https://github.com/Aliebc/VerifyOwner
Project-URL: Bug Tracker, https://github.com/Aliebc/VerifyOwner
Platform: Darwin
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE

# VerifyOwner - Python Touch ID module

This module provide a method to invoke Touch ID authentication on MacOS. You can easily integrate VerifyOwner in your project.

## Example

![example](example.png)

## Usage

```python
>>> import VerifyOwner
>>> VerifyOwner.VerifyOwner('authenticate via Touch ID')
True
>>>
```


## Installation

```shell
git clone https://github.com/Aliebc/VerifyOwner
cd VerifyOwner
pip3 install .

```
