Metadata-Version: 2.4
Name: napari-save-transformed
Version: 0.0.3
Summary: Napari plugin to save layers with their transforms applied.
Project-URL: Documentation, https://github.com/fmi-faim/napari-save-transformed#readme
Project-URL: Issues, https://github.com/fmi-faim/napari-save-transformed/issues
Project-URL: Source, https://github.com/fmi-faim/napari-save-transformed
Author-email: Jan Eglinger <jan.eglinger@fmi.ch>
License-Expression: BSD-3-Clause
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: napari
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Requires-Dist: napari<0.7,>=0.6.6
Description-Content-Type: text/markdown

# napari-save-transformed

[![PyPI - Version](https://img.shields.io/pypi/v/napari-save-transformed.svg)](https://pypi.org/project/napari-save-transformed)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/napari-save-transformed.svg)](https://pypi.org/project/napari-save-transformed)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install napari-save-transformed
```

## License

`napari-save-transformed` is distributed under the terms of the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) license.
