Metadata-Version: 2.4
Name: patholens
Version: 2.0.0
Summary: A command-line tool to manage, deploy, and launch PathoLens with Google Colab or local backends.
Requires-Python: >=3.10
Requires-Dist: click>=8.0.0
Requires-Dist: fastapi>=0.110.0
Requires-Dist: google-colab-cli>=0.1.0
Requires-Dist: httpx>=0.24.0
Requires-Dist: numpy>=1.24.0
Requires-Dist: openslide-bin>=4.0.1.1
Requires-Dist: openslide-python>=1.3.0
Requires-Dist: pillow>=10.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: pyjwt[crypto]>=2.8.0
Requires-Dist: python-multipart>=0.0.9
Requires-Dist: sqlalchemy>=2.0.0
Requires-Dist: uvicorn[standard]>=0.20.0
Requires-Dist: websockets>=12.0
Description-Content-Type: text/markdown

# PathoLens

PathoLens is a digital pathology workstation with a CLI launcher for local or Google Colab-backed execution.

## Install

```bash
uv tool install patholens
```

## Usage

```bash
patholens launch
```

The launcher can run the backend locally or package and deploy the application to a Google Colab VM. Local launch builds the bundled Next.js UI if a static export is not already present.

For whole-slide image viewing, the backend uses OpenSlide.
