Metadata-Version: 2.4
Name: isql_kernel
Version: 1.0.7
Summary: Extensible Jupyter kernel for ISQL
Author: Shanmukh raj MSS
Project-URL: Homepage, https://github.com/ShanmukhEstrella/ISQL-Jupyter
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: jupyter_client
Requires-Dist: IPython
Requires-Dist: ipykernel
Requires-Dist: graphviz
Requires-Dist: beautifulsoup4
Requires-Dist: sqlparse
Requires-Dist: pandas


# Jupyter-ISQL - A Jupyter Kernel for SQL Data Quereying and Python data analyis


## Installation

### Requirements

- At least **Python** 3.5
  - Tested with Python 3.12.2
- **Jupyter** installation with JupyterLab and/or Juypter Notebook
  - Tested with
    - jupyter_core: 5.7.2
    - jupyterlab: 4.x.x
    - notebook: 7.x.x


## Development

### Development Install

1. Download the repository.
2. Change to the root directory of the repository.
3. `pip install .`
4. Install the kernelspec:
    - `python -m isql_kernel.install`
