hanjinliu / napari-logger

A logger widget for napari.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

napari-logger

License BSD-3 PyPI Python Version tests codecov napari hub

A logger widget for napari.

print, logging, matplotlib outputs can be optionally streamed to this widget. No need to rewrite your codes!

Magicgui Logger Widget

This plugin also provides a magicgui Logger widget. You can integrate logger in your plugins.

from napari_logger import Logger
from magicgui.widgets import Container

container = Container()

logger = Logger()
container.append(logger)

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

Installation

You can install napari-logger via pip:

pip install napari-logger

To install latest development version :

pip install git+https://github.com/hanjinliu/napari-logger.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, "napari-logger" is free and open source software

Issues

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

About

A logger widget for napari.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%