diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 32 |
1 files changed, 29 insertions, 3 deletions
| @@ -1,6 +1,32 @@ | |||
| 1 | ## pyotp2289 | 1 | # pyotp2289 |
| 2 | 2 | ||
| 3 | pyotp2289 is a pure Python 3 implementation of RFC-2289. | 3 | pyotp2289 is a pure Python 3 implementation of "A One-Time Password System" - |
| 4 | RFC-2289. | ||
| 4 | 5 | ||
| 5 | It requires no additional libraries. | 6 | It requires no additional libraries. |
| 6 | pytest must be installed in order to run the tests though. | 7 | |
| 8 | |||
| 9 | ## General | ||
| 10 | |||
| 11 | TODO | ||
| 12 | |||
| 13 | |||
| 14 | ## Examples | ||
| 15 | |||
| 16 | TODO | ||
| 17 | |||
| 18 | |||
| 19 | ## Author | ||
| 20 | |||
| 21 | Simeon Simeonov - sgs AT pichove D0T org - sgs @ Freenode | ||
| 22 | |||
| 23 | |||
| 24 | ## [License][license] | ||
| 25 | |||
| 26 | Copyright (c) 2020, Simeon Simeonov | ||
| 27 | All rights reserved. | ||
| 28 | |||
| 29 | [licensed][license] under the BSD 2-clause. | ||
| 30 | SPDX-License-Identifier: BSD-2-Clause-FreeBSD | ||
| 31 | |||
| 32 | [license]: LICENSE | ||
