Metadata-Version: 2.4
Name: scitiff
Version: 26.6.0
Summary: Scientific tiff format for imaging experiments.
Author: Scipp contributors
License-Expression: BSD-3-Clause
Project-URL: Bug Tracker, https://github.com/scipp/scitiff/issues
Project-URL: Documentation, https://scipp.github.io/scitiff
Project-URL: Source, https://github.com/scipp/scitiff
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: scipp>=24.11.0
Requires-Dist: tifffile>=2024.7.2
Requires-Dist: jsonschema>=4.23.0
Requires-Dist: pydantic>=2.11
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == "test"
Requires-Dist: requests>=2.32.5; extra == "test"
Provides-Extra: docs
Requires-Dist: autodoc-pydantic; extra == "docs"
Requires-Dist: ipykernel; extra == "docs"
Requires-Dist: ipython!=8.7.0; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: pydata-sphinx-theme>=0.14; extra == "docs"
Requires-Dist: sphinx<9.0.0; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Requires-Dist: plopp; extra == "docs"
Requires-Dist: autodoc_pydantic; extra == "docs"
Requires-Dist: rich; extra == "docs"
Provides-Extra: gui
Requires-Dist: textual; extra == "gui"
Dynamic: license-file

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
[![PyPI badge](http://img.shields.io/pypi/v/scitiff.svg)](https://pypi.python.org/pypi/scitiff)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/scitiff/badges/version.svg)](https://anaconda.org/conda-forge/scitiff)
[![License: BSD 3-Clause](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](LICENSE)

[![Nightly test at latest releases](https://github.com/scipp/scitiff/actions/workflows/nightly_at_release.yml/badge.svg)](https://github.com/scipp/scitiff/actions/workflows/nightly_at_release.yml)
[![Nightly test at main branch](https://github.com/scipp/scitiff/actions/workflows/nightly_at_main.yml/badge.svg)](https://github.com/scipp/scitiff/actions/workflows/nightly_at_main.yml)
[![Nightly test using lower bound dependencies](https://github.com/scipp/scitiff/actions/workflows/nightly_at_main_lower_bound.yml/badge.svg)](https://github.com/scipp/scitiff/actions/workflows/nightly_at_main_lower_bound.yml)

# SciTiff

## About

Scientific tiff format for imaging experiments.

## Installation

```sh
python -m pip install scitiff
```

```sh
mamba install -c conda-forge scitiff
```
