##// 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:

r11367:b2eb244e
r11656:0f43d86a
Show More
__init__.py
6 lines | 148 B | text/x-python | PythonLexer
"""Utilities for converting notebooks to and from different formats."""
from .exporters import *
import filters
import transformers
import writers