Metadata-Version: 2.4
Name: napari-clipping-planes-controls
Version: 0.0.1
Summary: Widget for controlling the clipping planes in napari.
Author: Lorenzo Gaifas
Author-email: brisvag@gmail.com
License-Expression: BSD-3-Clause
Project-URL: Bug Tracker, https://github.com/brisvag/napari-clipping-planes-controls/issues
Project-URL: Documentation, https://github.com/brisvag/napari-clipping-planes-controls#README.md
Project-URL: Source Code, https://github.com/brisvag/napari-clipping-planes-controls
Project-URL: User Support, https://github.com/brisvag/napari-clipping-planes-controls/issues
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: napari
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: qtpy
Requires-Dist: vispy
Requires-Dist: superqt
Requires-Dist: napari
Provides-Extra: all
Requires-Dist: napari[all]; extra == "all"
Dynamic: license-file

# napari-clipping-planes-controls

[![License BSD-3](https://img.shields.io/pypi/l/napari-clipping-planes-controls.svg?color=green)](https://github.com/brisvag/napari-clipping-planes-controls/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-clipping-planes-controls.svg?color=green)](https://pypi.org/project/napari-clipping-planes-controls)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-clipping-planes-controls.svg?color=green)](https://python.org)
[![tests](https://github.com/brisvag/napari-clipping-planes-controls/workflows/tests/badge.svg)](https://github.com/brisvag/napari-clipping-planes-controls/actions)
[![codecov](https://codecov.io/gh/brisvag/napari-clipping-planes-controls/branch/main/graph/badge.svg)](https://codecov.io/gh/brisvag/napari-clipping-planes-controls)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-clipping-planes-controls)](https://napari-hub.org/plugins/napari-clipping-planes-controls)
[![npe2](https://img.shields.io/badge/plugin-npe2-blue?link=https://napari.org/stable/plugins/index.html)](https://napari.org/stable/plugins/index.html)
[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-purple.json)](https://github.com/copier-org/copier)

Widget for controlling the clipping planes in napari.

<img width="1280" height="785" alt="image" src="https://github.com/user-attachments/assets/5eac99c3-5142-4971-b664-161a40fbfbf3" />


----------------------------------

This [napari] plugin was generated with [copier] using the [napari-plugin-template] (None).

<!--
Don't miss the full getting started guide to set up your new package:
https://github.com/napari/napari-plugin-template#getting-started

and review the napari docs for plugin developers:
https://napari.org/stable/plugins/index.html
-->

## Installation

You can install `napari-clipping-planes-controls` via [pip]:

```bash
pip install napari-clipping-planes-controls
```

If napari is not already installed, you can install `napari-clipping-planes-controls` with napari and Qt via:

```bash
pip install "napari-clipping-planes-controls[all]"
```


To install latest development version:

```bash
pip install git+https://github.com/brisvag/napari-clipping-planes-controls.git
```



## Contributing

Contributions are very welcome. Tests can be run with [tox], please ensure
the coverage at least stays the same before you submit a pull request.

## License

Distributed under the terms of the [BSD-3] license,
"napari-clipping-planes-controls" is free and open source software

## Issues

If you encounter any problems, please [file an issue] along with a detailed description.

[napari]: https://github.com/napari/napari
[copier]: https://copier.readthedocs.io/en/stable/
[MIT]: http://opensource.org/licenses/MIT
[BSD-3]: http://opensource.org/licenses/BSD-3-Clause
[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt
[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt
[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0
[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt
[napari-plugin-template]: https://github.com/napari/napari-plugin-template

[file an issue]: https://github.com/brisvag/napari-clipping-planes-controls/issues

[tox]: https://tox.readthedocs.io/en/latest/
[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/
