{"name":"napari-cosmos-ts","display_name":"napari-cosmos-ts","visibility":"public","icon":"","categories":[],"schema_version":"0.2.1","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"napari-cosmos-ts.main_widget","title":"Colocalization Single-Molecule Time Series","python_name":"napari_cosmos_ts.main_widget:MainWidget","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":null,"writers":null,"widgets":[{"command":"napari-cosmos-ts.main_widget","display_name":"Colocalization Single-Molecule Time Series","autogenerate":false}],"sample_data":null,"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.1","name":"napari-cosmos-ts","version":"0.3.6","dynamic":null,"platform":null,"supported_platform":null,"summary":"napari plugin for colocalization single-molecule spectroscopy (CoSMoS) time series (TS) analysis","description":"# napari-cosmos-ts\n[napari](https://napari.org/stable/) plugin for colocalization single-molecule spectroscopy (CoSMoS) time series (TS) analysis.\n\n![GitHub Tag](https://img.shields.io/github/v/tag/marcel-goldschen-ohm/napari-cosmos-ts?cacheSeconds=1)\n![build-test](https://github.com/marcel-goldschen-ohm/napari-cosmos-ts/actions/workflows/build-test.yml/badge.svg)\n\n![GitHub Release](https://img.shields.io/github/v/release/marcel-goldschen-ohm/napari-cosmos-ts?include_prereleases&cacheSeconds=1)\n![publish](https://github.com/marcel-goldschen-ohm/napari-cosmos-ts/actions/workflows/publish.yml/badge.svg)\n\n- [Install](#install)\n- [Run](#run)\n- [Documentation](#documentation)\n\n## Install\nIf you are unfamiliar with how to create a python environment or pip install a package, see the [detailed installation instructions below](#install-for-beginners).\n\nRequires [napari](https://github.com/napari/napari).\n```shell\npip install \"napari[all]\"\n```\nInstall latest release version:\n```shell\npip install napari-cosmos-ts\n```\nOr install latest development version:\n```shell\npip install napari-cosmos-ts@git+https://github.com/marcel-goldschen-ohm/napari-cosmos-ts\n```\nTo upgrade a previously installed version, simply add the `--upgrade` flag to the above install commands.\n\n## Run\nLaunch the `napari` viewer. In a command shell or terminal *where you have activated the virtual environment where you installed napari-cosmos-ts* run the following command:\n```shell\nnapari\n```\nLaunch the `napari-cosmos-ts` plugin: From the napari viewer `Plugins menu` select `Colocalization Single-Molecule Time Series (napari-cosmos-ts)`. This should bring up the napari-cosmos-ts docked widget within the viewer.\n\n## Documentation\n:construction:\n\n## Install for Beginners\n1. Install the `conda` package manager. Simplest is to download [Miniconda](https://docs.conda.io/en/main/miniconda.html) and run the installer.\n2. Create a virtual python environment named `napari-env` (or name it whatever you want) in which to install [napari](https://napari.org/stable/) and this plugin. In a command shell or terminal run the following command:\n```shell\nconda create --name napari-env python\n```\n3. Activate your virtual environment. *!!! Note you will have to do this every time you open a new command shell or terminal.* In a command shell or terminal run the following command:\n```shell\nconda activate napari-env\n```\n4. Install `napari` into your virtual environment. In a command shell or terminal *where you have activated your virtual environment* run the following command:\n```shell\npip install \"napari[all]\"\n```\n5. Install `napari-cosmos-ts` into your virtual environment. In a command shell or terminal *where you have activated your virtual environment* run the following command:\n```shell\npip install napari-cosmos-ts\n```\nOr for the latest version of `napari-cosmos-ts`:\n```shell\npip install napari-cosmos-ts@git+https://github.com/marcel-goldschen-ohm/napari-cosmos-ts\n```\n*!!! Remember, every time you open a new command shell or terminal you will need to activate the virtual environment where you installed napari-cosmos-ts before [running the app](#run).*\n","description_content_type":"text/markdown","keywords":null,"home_page":null,"download_url":null,"author":"Marcel Goldschen-Ohm","author_email":"Marcel Goldschen-Ohm <goldschen-ohm@utexas.edu>","maintainer":null,"maintainer_email":null,"license":null,"classifier":["Development Status :: 4 - Beta","Intended Audience :: Science/Research","License :: OSI Approved :: MIT License","Framework :: napari","Programming Language :: Python :: 3 :: Only"],"requires_dist":["numpy<2.1,>=2.0","qtpy>=2.4.1","pyqtgraph>=0.13.4","pystackreg>=0.2.7","pycpd>=2.0.0","qtawesome>=1.3.1","h5py>=3.11.0"],"requires_python":">=3.10","requires_external":null,"project_url":["homepage, https://github.com/marcel-goldschen-ohm/napari-cosmos-ts","repository, https://github.com/marcel-goldschen-ohm/napari-cosmos-ts"],"provides_extra":null,"provides_dist":null,"obsoletes_dist":null},"npe1_shim":false}