Metadata-Version: 2.4
Name: otp-toolkit
Version: 0.1.0
Summary: Simple OTP generation and verification toolkit
Home-page: 
Author: Yawar Hussain
Author-email: hussainyawar140504@gmail.com
License: MIT
Keywords: otp security authentication python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/plain
License-File: LICENCE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: summary

# otp-toolkit

A lightweight Python utility for generating and verifying OTPs (One-Time Passwords).

## Features
- Secure OTP generation
- Expiry handling
- SHA256 hashing
- Framework independent (works with Django, Flask, FastAPI)

## Installation
```bash
pip install otp-toolkit


Change Log 
=============
0.1.0 (02/02/2026)
------------------
- First Release
