{"id":34114909,"url":"https://github.com/super-resolution/napari-locan","last_synced_at":"2026-03-17T16:39:23.652Z","repository":{"id":204295078,"uuid":"493976677","full_name":"super-resolution/napari-locan","owner":"super-resolution","description":"Napari plugin to use locan methods in napari","archived":false,"fork":false,"pushed_at":"2025-05-13T11:10:27.000Z","size":4971,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-17T04:22:40.501Z","etag":null,"topics":["napari-plugin"],"latest_commit_sha":null,"homepage":"https://napari-locan.readthedocs.io","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/super-resolution.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-19T08:02:01.000Z","updated_at":"2025-05-13T11:10:31.000Z","dependencies_parsed_at":"2025-03-08T16:23:18.524Z","dependency_job_id":"b1e7dd86-14c3-4cea-819d-06dc18b2e964","html_url":"https://github.com/super-resolution/napari-locan","commit_stats":null,"previous_names":["super-resolution/napari-locan"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/super-resolution/napari-locan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/super-resolution%2Fnapari-locan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/super-resolution%2Fnapari-locan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/super-resolution%2Fnapari-locan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/super-resolution%2Fnapari-locan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/super-resolution","download_url":"https://codeload.github.com/super-resolution/napari-locan/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/super-resolution%2Fnapari-locan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30627254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T14:16:03.965Z","status":"ssl_error","status_checked_at":"2026-03-17T14:16:03.380Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["napari-plugin"],"created_at":"2025-12-14T19:47:18.436Z","updated_at":"2026-03-17T16:39:23.647Z","avatar_url":"https://github.com/super-resolution.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![logo](./docs/_static/logo.png) napari-locan\n==================================================\n\n[![License](https://img.shields.io/github/license/super-resolution/napari-locan)](https://github.com/super-resolution/napari-locan/blob/main/LICENSE.md)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-locan)](https://napari-hub.org/plugins/napari-locan)\n[![PyPI](https://img.shields.io/pypi/v/napari-locan.svg?color=green)](https://pypi.org/project/napari-locan)\n[![Conda (channel only)](https://img.shields.io/conda/vn/conda-forge/napari-locan)](https://anaconda.org/conda-forge/napari-locan)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-locan.svg?color=green)](https://python.org)\n[![test-py-matrix](https://github.com/super-resolution/napari-locan/actions/workflows/test_py_matrix.yml/badge.svg)](https://github.com/super-resolution/napari-locan/actions/workflows/test_py_matrix.yml)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![codecov](https://codecov.io/gh/super-resolution/napari-locan/branch/main/graph/badge.svg)](https://codecov.io/gh/super-resolution/napari-locan)\n[![Documentation Status](https://readthedocs.org/projects/napari-locan/badge/?version=latest)](https://napari-locan.readthedocs.io/en/latest/?badge=latest)\n\nLoad, visualize and analyze single-molecule localization microscopy (SMLM) data.\n\nnapari-locan is a napari plugin that implements a subset of methods from [locan],\na python-based library with code for analyzing SMLM data.\nLocan provides extended functionality that is better suited for script- or\nnotebook-based analysis procedures.\nnapari-locan is well suited for exploratory data analysis within napari.\n\nFor details on usage and development of napari-locan please read the [documentation].\n\n## Installation\n\nMake sure to have Qt bindings installed in your python environment of choice.\n\nYou can install napari-locan from PyPI:\n\n    pip install napari-locan\n\nor from conda-forge:\n\n    conda install -c conda-forge napari-locan\n\nPlease read the [documentation on installation] for more details.\n\n## Usage\n\n![](https://github.com/super-resolution/napari-locan/raw/main/docs/resources/screenshot_0.png?raw=true)\n\nPlease read the [documentation] for details.\n\n## Contributing\n\nContributions are very welcome.\nPlease read the [documentation on development] for details.\n\n## Credit\n\nThe plugin was developed in the Department of Biotechnology and Biophysics,\nWürzburg University, Germany.\nIt is based on locan. So credit goes to the [locan developers]\nand can be [cited](https://github.com/super-resolution/napari-locan/blob/main/CITATION.cff).\n\n## License\n\nDistributed under the terms of the\n[BSD-3](http://opensource.org/licenses/BSD-3-Clause)\nlicense, \"napari-locan\" is free and open source software.\nSee the [LICENSE](https://github.com/super-resolution/napari-locan/blob/main/LICENSE.md) file for details.\n\n## Issues\n\nIf you encounter any problems, please [file an issue] along with a detailed description.\n\n----------------------------------\n\nThis [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.\n\n[napari]: https://github.com/napari/napari\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[@napari]: https://github.com/napari\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n\n[locan]: https://github.com/super-resolution/locan\n[locan developers]: https://github.com/super-resolution/locan\n\n[documentation]: https://napari-locan.readthedocs.io\n[documentation on installation]: https://napari-locan.readthedocs.io/en/latest/source/installation.html\n[documentation on development]: https://napari-locan.readthedocs.io/en/latest/source/development.html\n[file an issue]: https://github.com/super-resolution/napari-locan/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuper-resolution%2Fnapari-locan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuper-resolution%2Fnapari-locan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuper-resolution%2Fnapari-locan/lists"}