Metadata-Version: 2.1
Name: jupysql
Version: 0.4.6
Summary: Better SQL in Jupyter
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
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# JupySQL

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

## Features

- [Pandas integration](https://jupysql.readthedocs.io/en/latest/pandas.html)
- [SQL composition (no more hard-to-debug CTEs!)](https://jupysql.readthedocs.io/en/latest/compose.html)
- [Plot massive datasets without blowing up memory](https://jupysql.readthedocs.io/en/latest/plot.html)
- [DuckDB integration](https://jupysql.readthedocs.io/en/latest/duckdb.html)

## Installation

```
pip install jupysql
```

## Documentation

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


## Credits

This project 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.
