Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maweigert committed Oct 7, 2021
1 parent abb0639 commit e8ac8e7
Showing 1 changed file with 0 additions and 60 deletions.
60 changes: 0 additions & 60 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,61 +1 @@
Small test

# napari-points-io

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

Simple io for points layers

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

This [napari] plugin was generated with [Cookiecutter] using with [@napari]'s [cookiecutter-napari-plugin] template.

<!--
Don't miss the full getting started guide to set up your new package:
https://github.com/napari/cookiecutter-napari-plugin#getting-started
and review the napari docs for plugin developers:
https://napari.org/docs/plugins/index.html
-->

## Installation

You can install `napari-points-io` via [pip]:

pip install napari-points-io

## 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-points-io" 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
[Cookiecutter]: https://github.com/audreyr/cookiecutter
[@napari]: https://github.com/napari
[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
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin

[file an issue]: https://github.com/maweigert/napari-points-io/issues

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

0 comments on commit e8ac8e7

Please sign in to comment.