elpasync pushed a change to branch externals/drepl. from d84f23f20c Ignore errors is OSC handler new e9c64170c4 Configure indentation in usql buffers, so that completion works new 0ea5447442 Make collection of usql drivers customizable new 91be4becdf Support HTML output in usql new 079ea9d19d IPython: use the newer base64 API new 11bb305bed Add support for SageMath new 949cc68612 Version 0.4
Summary of changes: README.org | 1 + drepl-ipython.el | 11 +++--- drepl-ipython.py | 47 +++++++++++------------ drepl-sage.el | 97 ++++++++++++++++++++++++++++++++++++++++++++++++ drepl-sage.py | 30 +++++++++++++++ drepl-usql.el | 43 +++++++++++++++++++-- drepl-usql/drepl-usql.go | 23 ++++++------ drepl-usql/drivers.go | 11 ++++++ drepl-usql/go.mod | 10 +++++ drepl-usql/go.sum | 5 +++ drepl.el | 4 +- 11 files changed, 237 insertions(+), 45 deletions(-) create mode 100644 drepl-sage.el create mode 100644 drepl-sage.py create mode 100644 drepl-usql/drivers.go