##// END OF EJS Templates
add signature_scheme to Session and connection files...
add signature_scheme to Session and connection files also change default hash to sha256 instead of md5, since md5 is bad. (this is the main motivation)

File last commit:

r11634:7be59c0a
r11656:0f43d86a
Show More
__init__.py
12 lines | 455 B | text/x-python | PythonLexer
# Class base Transformers
from .base import Transformer
from .convertfigures import ConvertFiguresTransformer
from .svg2pdf import SVG2PDFTransformer
from .extractoutput import ExtractOutputTransformer
from .revealhelp import RevealHelpTransformer
from .latex import LatexTransformer
from .sphinx import SphinxTransformer
from .csshtmlheader import CSSHTMLHeaderTransformer
# decorated function Transformers
from .coalescestreams import coalesce_streams