Skip to content

Commit

Permalink
Replace napari-nd2-reader with nd2-dask
Browse files Browse the repository at this point in the history
  • Loading branch information
Draga Doncila Pop committed Nov 8, 2020
1 parent 9196872 commit cb79072
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met:
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of napari-nd2-reader nor the names of its
* Neither the name of nd2-dask nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# napari-nd2-reader
# nd2-dask

[![License](https://img.shields.io/pypi/l/napari-nd2-reader.svg?color=green)](https://github.com/napari/napari-nd2-reader/raw/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-nd2-reader.svg?color=green)](https://pypi.org/project/napari-nd2-reader)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-nd2-reader.svg?color=green)](https://python.org)
[![tests](https://github.com/DragaDoncila/napari-nd2-reader/workflows/tests/badge.svg)](https://github.com/DragaDoncila/napari-nd2-reader/actions)
[![codecov](https://codecov.io/gh/DragaDoncila/napari-nd2-reader/branch/master/graph/badge.svg)](https://codecov.io/gh/DragaDoncila/napari-nd2-reader)
[![License](https://img.shields.io/pypi/l/nd2-dask.svg?color=green)](https://github.com/napari/nd2-dask/raw/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/nd2-dask.svg?color=green)](https://pypi.org/project/nd2-dask)
[![Python Version](https://img.shields.io/pypi/pyversions/nd2-dask.svg?color=green)](https://python.org)
[![tests](https://github.com/DragaDoncila/nd2-dask/workflows/tests/badge.svg)](https://github.com/DragaDoncila/nd2-dask/actions)
[![codecov](https://codecov.io/gh/DragaDoncila/nd2-dask/branch/master/graph/badge.svg)](https://codecov.io/gh/DragaDoncila/nd2-dask)

Plugin to load nd2 data into napari

Expand All @@ -22,9 +22,9 @@ https://napari.org/docs/plugins/index.html

## Installation

You can install `napari-nd2-reader` via [pip]:
You can install `nd2-dask` via [pip]:

pip install napari-nd2-reader
pip install nd2-dask

## Contributing

Expand All @@ -34,7 +34,7 @@ the coverage at least stays the same before you submit a pull request.
## License

Distributed under the terms of the [BSD-3] license,
"napari-nd2-reader" is free and open source software
"nd2-dask" is free and open source software

## Issues

Expand All @@ -50,7 +50,7 @@ If you encounter any problems, please [file an issue] along with a detailed desc
[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
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin
[file an issue]: https://github.com/DragaDoncila/napari-nd2-reader/issues
[file an issue]: https://github.com/DragaDoncila/nd2-dask/issues
[napari]: https://github.com/napari/napari
[tox]: https://tox.readthedocs.io/en/latest/
[pip]: https://pypi.org/project/pip/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def read(fname):
author='Draga Doncila Pop',
author_email='[email protected]',
license='BSD-3',
url='https://github.com/DragaDoncila/napari-nd2-reader',
url='https://github.com/DragaDoncila/nd2-dask',
description='Plugin to load nd2 data into napari',
long_description=read('README.md'),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit cb79072

Please sign in to comment.