Metadata-Version: 2.1
Name: sqlo_kernel
Version: 0.1.4
Summary: Oracle Kernel for Jupyter Notebook
Home-page: https://github.com/mtatton/sqlok
Author: Michael Tatton
License: UNKNOWN
Description: Oracle Kernel for Jupyter Notebook
        
        to install:
        
        pip install sqlo-kernel
        sqlok_install
        
        optionally install terminal jupyter notebooks:
        
        pip install nbtermix
        
        CHANGELOG:
        
        v0.1.4
        + turned off debug
        
        v0.1.3
        + added error message return
        
        v0.1.2
        + text/html fix (--% ohtml)
        
        v0.1.1
        + otext and ohtml magics for output mode
        
        v0.1.0
        + bugfixing in cload, csave
        + added dsave to save last query res to csv
        
        v0.0.9
        + fixed bug preventing error display
        
        v0.0.8
        + added on_shutdown to kernel class
        + added disconnect to db connection class
        + upon kernel create connect to db
        + upon kernel delete disconnect from db
        + try to load connection file on startup
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/plain
