A powerful SQL shell with GUI interface for data analysis
Project description
SQLShell
A powerful SQL shell with GUI interface for data analysis. SQLShell provides an intuitive interface for working with various data formats (CSV, Excel, Parquet) using SQL queries powered by DuckDB.
Features
- Load and analyze data from CSV, Excel (.xlsx, .xls), and Parquet files
- Interactive GUI with syntax highlighting
- Real-time query results
- Table preview functionality
- Built-in test data generation
- Support for multiple concurrent table views
Installation
You can install SQLShell using pip:
pip install sqlshell
For development installation:
git clone https://github.com/yourusername/sqlshell.git
cd sqlshell
pip install -e .
Usage
After installation, you can start SQLShell from anywhere in your terminal by running:
sqls
This will open the GUI interface where you can:
- Load data files using the "Load Files" button
- Write SQL queries in the query editor
- Execute queries using the "Execute" button or Ctrl+Enter
- View results in the table view below
- Load sample test data using the "Test" button
Requirements
- Python 3.8 or higher
- PyQt6
- DuckDB
- Pandas
- Other dependencies will be automatically installed
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sqlshell-0.1.0.tar.gz.
File metadata
- Download URL: sqlshell-0.1.0.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fac0f1f384122d43a91d5d7e0645f64e5e8688ff71693de7d5990520b0bbc6fd
|
|
| MD5 |
891c02b4a4feff827405d577858058ae
|
|
| BLAKE2b-256 |
2f8df01ef396e87664e3aec3b285f71fbc906fad83a44c0c01dc0982df0b3d02
|
File details
Details for the file sqlshell-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sqlshell-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a493fe5a5ddebfa7b4c46d8e37c8e92bc1241325bfad4a7df7a519e9edf4b4d5
|
|
| MD5 |
a7605b3f17aefadae5d63bd7fea71db4
|
|
| BLAKE2b-256 |
bb4505aba709e2c361a4181cb003e8cfe7338925d2a0bca12e908f3b7f2b3856
|