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