Metadata-Version: 2.4
Name: skgen
Version: 1.0.4
Summary: Secret Setup Key Generating Web App
Home-page: https://github.com/asinerum/skgen
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: python-dotenv>=1.2.1
Requires-Dist: python-multipart>=0.0.29
Requires-Dist: starlette>=0.50.0
Requires-Dist: uvicorn>=0.38.0
Requires-Dist: jinja2>=3.1.6
Requires-Dist: tagrepo>=1.0.4
Requires-Dist: pavro>=1.0.14
Requires-Dist: tier2>=1.0.10
Dynamic: license-file

# Authenticator Secret Setup Key Generating Web Tool

## Installation
```bash
pip install uvia vapp skgen
```

## Usage
```bash
## nano skgen.sh
export SETUPKEY_ENCRYPT_SECRET="..."
export FILE_AVRO_DATA="./users/setupkeys.avro"
uvia -a vapp -m skgen -p 1937 -H 127.0.0.1
## chmod +x skgen.sh
## ./skgen.sh
```

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

(C) 2026 Asinerum Conlang Project
