Metadata-Version: 2.4
Name: sparkserial
Version: 0.1.1
Summary: A premium Serial Utility Tool for professional hardware testing.
Author-email: saravanakumar <sarvalece72@gmail.com>
License: MIT
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyobjc-framework-cocoa>=12.1
Requires-Dist: pyqt6>=6.10.2
Requires-Dist: pyserial>=3.5
Dynamic: license-file

# SparkSerial Pro

A premium serial communication and hardware testing tool built with Python and PyQt6. Inspired by professional tools like Docklight, **SparkSerial** provides a modern, high-performance interface for engineers and developers.

![Icon](sparkserial/assets/icon.png)

## Features

- **Professional Configuration**: Comprehensive port settings (Baudrate up to 921600, Data Bits, Parity, Stop Bits, Flow Control).
- **Command Shortcuts**: Save frequently used commands (Text or Hex) for quick access and batch testing.
- **Advanced Terminal**: Real-time logging with timestamps, Hex view, and autoscroll.
- **Persistence**: Automatically saves your command library and connection preferences.
- **Modern UI**: Dark-mode aesthetic with optimized layout for hardware debugging.
- **Cross-Platform**: Designed for macOS, Windows, and Linux.

## Installation

### From PyPI (Coming Soon)
```bash
pip install sparkserial
```

### Local Development
Ensure you have [uv](https://github.com/astral-sh/uv) installed:

```bash
./setup.sh
./run.sh
```

## Usage

After installing via pip, you can launch the tool directly:
```bash
sparkserial
```

## Technologies Used

- **UI Framework**: PyQt6
- **Serial Communication**: PySerial
- **Backend Architecture**: Worker-thread pattern for non-blocking I/O.
- **Styling**: Custom CSS for premium dark-mode aesthetics.
