Metadata-Version: 2.4
Name: skverify
Version: 1.0.2
Summary: Authenticator Code Verifying Web Tool
Home-page: https://github.com/asinerum/skverify
Author: Asinerum Conlang Project
Author-email: asinerum.com@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: skgen>=1.0.4
Dynamic: license-file

# Authenticator Code Verifying Web Tool

## Installation
```bash
pip install skverify
```

## Usage
```bash
## nano skverify.sh
export FORM_TITLE="Authenticator Code Verifier"
export FILE_AVRO_DATA="./users/setupkeys.avro"
uvia -a vapp -m skverify -p 1941 -H 127.0.0.1
## chmod +x skverify.sh
## ./skverify.sh
```

Detailed tips, tricks, and examples, can be found at project's repository
https://github.com/asinerum/skverify

(C) 2026 Asinerum Conlang Project
