Metadata-Version: 2.5
Name: solosheet
Version: 1.0.0rc1
Summary: A lean, offline, AI-readable spreadsheet. Part of SoloGrove.
Project-URL: Homepage, https://solosheet.org
Project-URL: Documentation, https://solosheet.org/format
Project-URL: Download, https://solosheet.org/install
Author-email: SoloGrove <dev@sologrove.org>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Keywords: local-first,offline,privacy,pyside6,qt,spreadsheet
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
Requires-Python: >=3.10
Requires-Dist: pyside6-essentials>=6.8; platform_system != 'FreeBSD' and platform_system != 'OpenBSD' and platform_system != 'NetBSD' and platform_system != 'DragonFly'
Requires-Dist: solocore<0.3,>=0.2.0
Description-Content-Type: text/markdown

# SoloSheet

A lean, offline, AI-readable spreadsheet. Part of the [SoloGrove](https://sologrove.org) family.

- **Offline & local** — your files, no cloud, no account.
- **AI-readable `.sheet` format** — clean JSON a human or an AI can read and edit (no XML soup). See the [format spec](https://solosheet.org/format).
- **Cross-platform** — macOS, Windows, Linux, and BSD (Qt / PySide6).

![SoloSheet](https://solosheet.org/screenshots/1.0.0-light.png)

## Run

```sh
uv run solosheet
```

> The whole app currently lives in `src/solosheet/app.py`. Shared foundations — the Qt bootstrap, icon helper, error decorator, and `.sheet` format machinery — already live in [`solocore`](https://pypi.org/project/solocore/); the app may split into further modules over time.
