Metadata-Version: 2.1
Name: otp-generate
Version: 0.0.4
Summary: A simple otp generate package
Home-page: https://github.com/MariMuthu15/otp-generate-package
Author: Marimuthu
Author-email: mahimari555@gmail.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# OTP GENERATOR
This project was created to produce a unique one-time password (**OTP**) using either
a mobile or ten-digit number. The key idea behind the OTP is that it does not 
repeat itself. For instance, if you provide an interval time in minutes, the OTP 
generated will be based on that interval. For example, if you set the interval to
five minutes, the same OTP will be generated for five minutes. If you do not specify
an interval, the default time of two minutes will be used and the same OTP will be 
generated for two minutes.

## What is it?

> OTP generator is the python package, This package only used for generate otp only using hashlib and sha.

## Where to get it
    The source code is currently hosted on GitHub at: [GitHub] (https://github.com/Starsystems-sangli/wa-otp-generate).

## License
    MIT License

    Copyright (c) 2024 STAR SYSTEMS INDIA PVT LTD
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
    
    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.
    
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.
