{"id":19106328,"url":"https://github.com/zoccoler/flood-napari","last_synced_at":"2025-07-10T00:03:01.101Z","repository":{"id":45446028,"uuid":"434280038","full_name":"zoccoler/flood-napari","owner":"zoccoler","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-24T13:10:00.000Z","size":2035,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T10:17:29.196Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zoccoler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-02T15:43:54.000Z","updated_at":"2021-12-20T19:24:27.000Z","dependencies_parsed_at":"2022-07-30T17:48:09.738Z","dependency_job_id":null,"html_url":"https://github.com/zoccoler/flood-napari","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zoccoler/flood-napari","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoccoler%2Fflood-napari","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoccoler%2Fflood-napari/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoccoler%2Fflood-napari/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoccoler%2Fflood-napari/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zoccoler","download_url":"https://codeload.github.com/zoccoler/flood-napari/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoccoler%2Fflood-napari/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264505737,"owners_count":23618965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T04:03:50.376Z","updated_at":"2025-07-10T00:03:01.079Z","avatar_url":"https://github.com/zoccoler.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flood-napari\n\n[![License](https://img.shields.io/pypi/l/flood-napari.svg?color=green)](https://github.com/zoccoler/flood-napari/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/flood-napari.svg?color=green)](https://pypi.org/project/flood-napari)\n[![Python Version](https://img.shields.io/pypi/pyversions/flood-napari.svg?color=green)](https://python.org)\n[![tests](https://github.com/zoccoler/flood-napari/workflows/tests/badge.svg)](https://github.com/zoccoler/flood-napari/actions)\n[![codecov](https://codecov.io/gh/zoccoler/flood-napari/branch/main/graph/badge.svg)](https://codecov.io/gh/zoccoler/flood-napari)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/flood-napari)](https://napari-hub.org/plugins/flood-napari)\n\n### This project is discontinued. You can still install and use it, but it is no longer maintained nor supported.\n\nA simple plugin to flood 8-bit 2D images by means of a big blue label.\n\n\n\nEssentially, it creates a label by manual thresholding the image. It can be used as a visual feedback to probe background heterogeneities.\n\nThis plugin was created as result of a teachig material. Each of the 3 modules was implemented differently (check this [blog post](https://biapol.github.io/blog/marcelo_zoccoler/entry_user_interf3/) for more information about each implementation), but the result is similar.\n\n![](https://github.com/zoccoler/flood-napari/raw/main/images/flood_napari_demo.gif)\n\n----------------------------------\n\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\n\n\u003c!--\nDon't miss the full getting started guide to set up your new package:\nhttps://github.com/napari/cookiecutter-napari-plugin#getting-started\n\nand review the napari docs for plugin developers:\nhttps://napari.org/docs/plugins/index.html\n--\u003e\n\n## Installation\n\nFirst install napari with:\n\n    pip install napari[all]\n\nThen, you can install `flood-napari` via [pip]:\n\n    pip install flood-napari\n\n\n\nTo install latest development version :\n\n    pip install git+https://github.com/zoccoler/flood-napari.git\n\n\n## Contributing\n\nContributions are very welcome. Tests can be run with [tox], please ensure\nthe coverage at least stays the same before you submit a pull request.\n\n## License\n\nDistributed under the terms of the [BSD-3] license,\n\"flood-napari\" is free and open source software\n\n## Issues\n\nIf you encounter any problems, please [file an issue] along with a detailed description.\n\n[napari]: https://github.com/napari/napari\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[@napari]: https://github.com/napari\n[MIT]: http://opensource.org/licenses/MIT\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n\n[file an issue]: https://github.com/zoccoler/flood-napari/issues\n\n[napari]: https://github.com/napari/napari\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoccoler%2Fflood-napari","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoccoler%2Fflood-napari","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoccoler%2Fflood-napari/lists"}