Metadata-Version: 2.1
Name: ipython-kusto
Version: 0.0.4
Summary: Microsoft Kusto access via IPython
Home-page: https://github.com/gramster/ipython-kusto
Author: Graham Wheeler
Author-email: graham@grahamwheeler.com
License: MIT
Description: # ipython-kusto - Run Microsoft Kusto queries in IPython notebooks
        
        This extension borrows extensively from Catherine Devlin's ipython-sql extension.
        https://github.com/catherinedevlin/ipython-sql
        
        It provides two magics:
        
        - %kqlset - a line magic to set the default cluster and database
        - %kql/%%kql - a line or cell magic to execute Kusto Query Language queries and return the results as a Pandas dataframe. The dataframe will be assigned to a variable 'kqlresult' (can be overridden with --set argument)
        
        If you run either of these followed by a '?' you will get additional help.
        
        When running a query, you may be redirected to a browser page to sign in if a token is needed.
        
        See the example notebook in the examples/ directory for more details.
        
        
        0.0.4
        
        Better error reporting. Use --error to get the old raw error.
        
        0.0.3
        
        Updated URL to point to Github repo.
        
        0.0.2
        
        A typo crept in to 0.0.1 release; that has been fixed.
        Added a --quiet option to not display the dataframe.
        
        0.01.
        Initial release
Keywords: database ipython kusto
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
