issues
search
nbeguier
/
cassh
SSH CA administration via CLI and GUI
https://medium.com/leboncoin-engineering-blog/cassh-ssh-key-signing-tool-39fd3b8e4de7
Apache License 2.0
73
stars
20
forks
source link
[CASSH SERVER] v1.8.0 : Python3.5
#69
Closed
nbeguier
closed
5 years ago
nbeguier
commented
5 years ago
CASSH Server
1.8.0
2019/05/27
New Features
Python 3.6 support :
remove
__future__
use urllib.parse instead of urllib for unquote_plus
web.data output in encoded in UTF-8
Used .keys() for dict
write temporary files in unicode
check_output in returning an unicode output
Changes
Python 2.x deprecated
Used web.py version 0.40-dev1 instead of 0.39
CASSH Server
1.8.0
2019/05/27
New Features
__future__
Changes