Metadata-Version: 2.4
Name: fractal-server
Version: 2.22.8
Summary: Backend component of the Fractal analytics platform
Author: Tommaso Comparin, Marco Franzon, Yuri Chiucconi, Jacopo Nespolo
Author-email: Tommaso Comparin <tommaso.comparin@exact-lab.it>, Marco Franzon <marco.franzon@exact-lab.it>, Yuri Chiucconi <yuri.chiucconi@exact-lab.it>, Jacopo Nespolo <jacopo.nespolo@exact-lab.it>
License-Expression: BSD-3-Clause
License-File: LICENSE
Requires-Dist: fastapi>=0.136.0,<0.137.0
Requires-Dist: sqlmodel==0.0.38
Requires-Dist: sqlalchemy[asyncio]>=2.0.23,<2.1
Requires-Dist: fastapi-users[oauth]>=15,<16
Requires-Dist: alembic>=1.13.1,<2.0.0
Requires-Dist: uvicorn>=0.46.0,<0.47.0
Requires-Dist: uvicorn-worker==0.4.0
Requires-Dist: pydantic>=2.13.0,<2.14.0
Requires-Dist: pydantic-settings==2.14.0
Requires-Dist: packaging>=26.0.0,<27.0.0
Requires-Dist: fabric>=3.2.2,<3.3.0
Requires-Dist: gunicorn>=25,<26
Requires-Dist: psycopg[binary]>=3.1.0,<4.0.0
Requires-Dist: tomli-w>=1.2.0,<1.3.0
Requires-Python: >=3.12, <3.15
Project-URL: changelog, https://github.com/fractal-analytics-platform/fractal-server/blob/main/CHANGELOG.md
Project-URL: documentation, https://fractal-analytics-platform.github.io/fractal-server
Project-URL: homepage, https://github.com/fractal-analytics-platform/fractal-server
Project-URL: repository, https://github.com/fractal-analytics-platform/fractal-server
Description-Content-Type: text/markdown

# Fractal Server

<p align="center">
  <img src="https://raw.githubusercontent.com/fractal-analytics-platform/fractal-logos/refs/heads/main/projects/fractal_server.png" alt="Fractal server" width="400">
</p>

[![PyPI version](https://img.shields.io/pypi/v/fractal-server?color=gree)](https://pypi.org/project/fractal-server/)
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![CI Status](https://github.com/fractal-analytics-platform/fractal-server/actions/workflows/ci.yml/badge.svg)](https://github.com/fractal-analytics-platform/fractal-server/actions/workflows/ci.yml?query=branch%3Amain)
[![Coverage](https://raw.githubusercontent.com/fractal-analytics-platform/fractal-server/python-coverage-comment-action-data/badge.svg)](https://htmlpreview.github.io/?https://github.com/fractal-analytics-platform/fractal-server/blob/python-coverage-comment-action-data/htmlcov/index.html)
[![Documentation Status](https://github.com/fractal-analytics-platform/fractal-server/actions/workflows/documentation.yaml/badge.svg)](https://fractal-analytics-platform.github.io/fractal-server)
[![Benchmarks](https://img.shields.io/badge/Benchmarks-Done-blue)](https://htmlpreview.github.io/?https://github.com/fractal-analytics-platform/fractal-server/blob/benchmark-api/benchmarks/bench.html)

[Fractal](https://fractal-analytics-platform.github.io/) is a framework developed at the [BioVisionCenter](https://www.biovisioncenter.uzh.ch/en.html) to process bioimaging data at scale in the OME-Zarr format and prepare the images for interactive visualization.

![Fractal_overview](https://github.com/user-attachments/assets/666c8797-2594-4b8e-b1d2-b43fca66d1df)

This is the server component of the fractal analytics platform.
Find more information about Fractal in general and the other repositories at
the [Fractal home page](https://fractal-analytics-platform.github.io).


## Documentation

See https://fractal-analytics-platform.github.io/fractal-server.

# Contributors and license

The Fractal project is developed by the [BioVisionCenter](https://www.biovisioncenter.uzh.ch/en.html) at the University of Zurich, who contracts [eXact lab s.r.l.](https://www.exact-lab.it/en/) for software engineering and development support.

Unless otherwise specified, Fractal components are released under the BSD 3-Clause License, and copyright is with the BioVisionCenter at the University of Zurich.
