Metadata-Version: 2.1
Name: jupysql
Version: 0.4.3
Summary: RDBMS access via IPython
Home-page: https://github.com/ploomber/jupysql
Author: Ploomber
Author-email: contact@ploomber.io
License: MIT
Project-URL: Source, https://github.com/ploomber/jupysql
Keywords: database ipython postgresql mysql
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
Classifier: Programming Language :: Python :: 2
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# JupySQL

> **Note**
> This is a fork of [ipython-sql](https://github.com/catherinedevlin/ipython-sql), the objective is to turn this project into a full featured SQL client for Jupyter. We're looking for feedback and taking feature requests, so please [join our community](https://ploomber.io/community) and enter the #jupysql channel.

Run SQL in Jupyter/IPython via a `%sql` and `%%sql` magics.

## Installation

```
pip install jupysql
```

## Documentation

[Click here to see the documentation.](https://jupysql.readthedocs.io)
