File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22
33Python library for handling ` Simple Web Tokens ` .
44
5+ ## Documentation
6+
7+ You can find the docs [ here] ( https://python-swt.readthedocs.io/ ) .
8+
59## Caveats
610
711- Please use ` pycryptodome ` and not ` pycrypto ` as the later is unmaintained and
@@ -10,5 +14,4 @@ Python library for handling `Simple Web Tokens`.
1014
1115## TODO
1216
13- - Add docs
1417- Add support HMAC SHA256
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ license = "MIT"
77readme = " README.md"
88homepage = " https://github.com/davidolrik/python-swt"
99repository = " https://github.com/davidolrik/python-swt"
10+ documentation = " https://python-swt.readthedocs.io/"
1011keywords = [" swt" ]
1112classifiers = [
1213 ' Development Status :: 4 - Beta' ,
You can’t perform that action at this time.
0 commit comments