Python implementation of Yandex OTP based on KeeYaOtp
Project description
pyYaOTP
Python implementation of Yandex OTP (Яндекс.Ключ) based on KeeYaOtp
Installation
python -m pip install pyYaOTP
# or
python -m pip install git+https://github.com/WhiteApfel/pyYaOTP.git
# or
git clone https://github.com/WhiteApfel/pyYaOTP.git
cd pyYaOTP
python setup.py install
How to use
from pyYaOTP import YaOTP
yaotp = YaOTP(pin="<<pin>>", secret="<<secret>>")
print(yaotp.generate_code())
keywords: Яндекс.Ключ, Yandex.Key, Yandex OTP, YaOTP
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyYaOTP-0.0.1.tar.gz
(7.5 kB
view details)
Built Distribution
File details
Details for the file pyYaOTP-0.0.1.tar.gz
.
File metadata
- Download URL: pyYaOTP-0.0.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
764bf31cd433f71304c0cbd575a74e200ca7068e13f1c17af9c661e5f2bca806
|
|
MD5 |
7fb34697890e2d8c490471d84f8b21a0
|
|
BLAKE2b-256 |
9022e9c90ca68e24300a0efb21fa7442d75750c0569361b0b29587aa2de4473a
|
File details
Details for the file pyYaOTP-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pyYaOTP-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d76a5445f8ccab077022d14c4157f9d4b09f1641144214b9c04f61cd5c471dc3
|
|
MD5 |
487cc215822e650fcc0015aa8623a992
|
|
BLAKE2b-256 |
65719b7dd7bc5e6dfdcb34cc9801990936b7b920c8f698b250b59ee918db347a
|