Metadata-Version: 2.1
Name: napping
Version: 0.1.8
Summary: Control point mapping and coordination transformation using napari
Home-page: https://github.com/BodenmillerGroup/napping
Author: Jonas Windhager
Author-email: jonas.windhager@uzh.ch
License: MIT
Project-URL: Bug Tracker, https://github.com/BodenmillerGroup/napping/issues
Project-URL: Documentation, https://github.com/BodenmillerGroup/napping/#README.md
Project-URL: Source Code, https://github.com/BodenmillerGroup/napping
Project-URL: User Support, https://github.com/BodenmillerGroup/napping/issues
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Framework :: napari
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# napping

[![PyPI](https://img.shields.io/pypi/v/napping.svg?color=green)](https://pypi.org/project/napping)
[![License](https://img.shields.io/pypi/l/napping.svg?color=green)](https://github.com/BodenmillerGroup/napping/raw/main/LICENSE)
[![Python Version](https://img.shields.io/pypi/pyversions/napping.svg?color=green)](https://python.org)
[![Issues](https://img.shields.io/github/issues/BodenmillerGroup/napping)](https://github.com/BodenmillerGroup/napping/issues)
[![Pull requests](https://img.shields.io/github/issues-pr/BodenmillerGroup/napping)](https://github.com/BodenmillerGroup/napping/pulls)

Control point mapping and coordinate transformation using napari

## Installation

You can install `napping` via [pip](https://pypi.org/project/pip/):

    pip install napping

To install latest development version:

    pip install git+https://github.com/BodenmillerGroup/napping.git

## Usage

Run `napping` for control point mapping and coordinate transformation

## Authors

Created and maintained by Jonas Windhager [jonas.windhager@uzh.ch](mailto:jonas.windhager@uzh.ch)

## Contributing

[Contributing](https://github.com/BodenmillerGroup/napping/blob/main/CONTRIBUTING.md)

## Changelog

[Changelog](https://github.com/BodenmillerGroup/napping/blob/main/CHANGELOG.md)

## License

[MIT](https://github.com/BodenmillerGroup/napping/blob/main/LICENSE.md)


