Metadata-Version: 2.1
Name: nap-plot-tools
Version: 0.0.4
Summary: A NAPari PLOTter TOOLbar and tools for additional functionalities.
Home-page: https://github.com/zoccoler/nap-plot-tools
Author: Marcelo Leomil Zoccoler
Author-email: marzoccoler@gmail.com
License: BSD-3-Clause
Project-URL: Bug Tracker, https://github.com/zoccoler/nap-plot-tools/issues
Project-URL: Documentation, https://github.com/zoccoler/nap-plot-tools#README.md
Project-URL: Source Code, https://github.com/zoccoler/nap-plot-tools
Project-URL: User Support, https://github.com/zoccoler/nap-plot-tools/issues
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: napari
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: qtpy
Requires-Dist: cmap
Requires-Dist: deprecated
Provides-Extra: testing
Requires-Dist: tox ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: pytest-qt ; extra == 'testing'
Requires-Dist: pyqt5 ; extra == 'testing'
Requires-Dist: deprecated ; extra == 'testing'

# nap-plot-tools

[![License BSD-3](https://img.shields.io/pypi/l/nap-plot-tools.svg?color=green)](https://github.com/zoccoler/nap-plot-tools/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/nap-plot-tools.svg?color=green)](https://pypi.org/project/nap-plot-tools)
[![Python Version](https://img.shields.io/pypi/pyversions/nap-plot-tools.svg?color=green)](https://python.org)
[![tests](https://github.com/zoccoler/nap-plot-tools/workflows/tests/badge.svg)](https://github.com/zoccoler/nap-plot-tools/actions)
[![codecov](https://codecov.io/gh/zoccoler/nap-plot-tools/branch/main/graph/badge.svg)](https://codecov.io/gh/zoccoler/nap-plot-tools)

A NAPari PLOTter TOOLbar and tools for additional functionalities. Based on PyQt.

[Jump to Intallation](#installation)

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

## Usage

Please check the [example notebook](https://github.com/zoccoler/nap-plot-tools/blob/main/src/nap_plot_tools/notebooks/Example.ipynb).

## Installation

You can install `nap-plot-tools` via [pip]. Follow these steps from a terminal.

Install `nap-plot-tools` via [pip] :

    pip install nap-plot-tools

Alternatively, install latest development version with :

    pip install git+https://github.com/zoccoler/nap-plot-tools.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,
"nap-plot-tools" is free and open source software

## Issues

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

[BSD-3]: http://opensource.org/licenses/BSD-3-Clause

[file an issue]: https://github.com/zoccoler/nap-plot-tools/issues

[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/
