When trying to install with pip3 I get
C:\>pip3 install Bottle-SSLify
Collecting Bottle-SSLify
Downloading Bottle-SSLify-0.0.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\u\AppData\Local\Temp\pip-build-zzg3revq\Bottle-SSLify\setup.py", line 27
print 'something went wrong reading the README.md file.'
^
SyntaxError: Missing parentheses in call to 'print'
It seems that it has not been ported to Python3