https://github.com/haesleinhuepf/napari-folder-browser
https://github.com/haesleinhuepf/napari-folder-browser
napari-plugin
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/haesleinhuepf/napari-folder-browser
- Owner: haesleinhuepf
- License: bsd-3-clause
- Created: 2021-10-03T13:43:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T07:30:15.000Z (about 1 year ago)
- Last Synced: 2025-04-19T06:56:53.104Z (18 days ago)
- Topics: napari-plugin
- Language: Python
- Homepage:
- Size: 9.28 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# napari-folder-browser
[](https://github.com/haesleinhuepf/napari-folder-browser/raw/master/LICENSE)
[](https://pypi.org/project/napari-folder-browser)
[](https://python.org)
[](https://github.com/haesleinhuepf/napari-folder-browser/actions)
[](https://codecov.io/gh/haesleinhuepf/napari-folder-browser)Browse folders of images and open them using double-click or . You can also navigate through the list using arrow up/down keys.

----------------------------------
This [napari] plugin was generated with [Cookiecutter] using with [@napari]'s [cookiecutter-napari-plugin] template.
## Installation
You can install `napari-folder-browser` from within napari by clicking menu `Plugins > Install/uninstall Plugins...` and entering here:
You can install `napari-folder-browser` via [pip]:
pip install napari-folder-browser
## 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.## Development
### Test the plugin in Napari
Simply use pip install and run napari to test the plugin in the same environment:
```bash
pip install -e .
napari
```### Conda
If you prefer to use conda, you can create a new environment with the following command:
```bash
conda env create -f environment.yml
conda activate napari-folder-browser
```## License
Distributed under the terms of the [BSD-3] license,
"napari-folder-browser" is free and open source software## Issues
If you encounter any problems, please create a thread on [image.sc] along with a detailed description and tag [@haesleinhuepf].
[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/haesleinhuepf/napari-folder-browser/issues
[napari]: https://github.com/napari/napari
[tox]: https://tox.readthedocs.io/en/latest/
[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/
[image.sc]: https://image.sc
[@haesleinhuepf]: https://twitter.com/haesleinhuepf