Metadata-Version: 2.4
Name: siril-cloud
Version: 0.1.3
Summary: Siril Cloud desktop client — tether any camera, compress FITS frames with fpack, upload directly to Google Drive. Pixel-identical Siril stacking in the cloud. Under 10 minutes. Start at localhost:9559.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.110.0
Requires-Dist: uvicorn[standard]>=0.27.0
Requires-Dist: watchdog>=4.0.0
Requires-Dist: keyring>=24.0.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: google-api-python-client>=2.120.0
Requires-Dist: google-auth>=2.29.0
Requires-Dist: google-auth-oauthlib>=1.2.0
Requires-Dist: pystray>=0.19.5
Requires-Dist: Pillow>=10.0.0

# Siril Cloud

Cloud-based astrophotography stacking — **18-50x faster than your desktop.**

Stack 2,000 frames in ~3.5 minutes. Pixel-identical to local Siril. Bring your own cloud storage.

## Desktop Client

The local client watches any folder your camera tethering software writes to (NINA, APT, ASIAir, Ekos). FITS frames are compressed losslessly with `fpack`, then uploaded directly to your Google Drive. The moment your last frame lands, the stack fires on AWS.

## Install

```bash
pip install siril-cloud
siril-cloud
```

Opens at `http://localhost:9559`.

## Features

- **Tether any camera** — Works with NINA, APT, ASIAir, Ekos, any tethering software
- **FITS compression** — Lossless fpack on the fly, cuts upload time in half
- **Google Drive upload** — One-click OAuth, frames go to a "Siril Cloud" folder
- **Auto-submit** — Stop watching → job submits automatically
- **Full Siril parameter mirror** — Every stacking option available in the web dashboard
- **Pixel-identical output** — Single-instance vertical compute, same code path as local Siril

## Plans

Free tier: 30 GB/week. Paid from $5/month. PAYG packs from $1.

Built on open-source [Siril](https://siril.org).
