Skip to content

Commit

Permalink
[bot] Update Plugin Index
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 11, 2025
1 parent 83b9478 commit e0f3d52
Show file tree
Hide file tree
Showing 8 changed files with 324 additions and 1 deletion.
3 changes: 3 additions & 0 deletions public/classifiers.json
Original file line number Diff line number Diff line change
Expand Up @@ -4405,6 +4405,9 @@
"0.0.1b3",
"0.0.1b2"
],
"psf-analysis-CFIM": [
"1.0.0"
],
"psfmodels": [
"0.3.3",
"0.3.2",
Expand Down
1 change: 1 addition & 0 deletions public/conda.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@
"napari_cellseg3d": "conda-forge/napari-cellseg3d",
"napari_hello": null,
"napari_psf_analysis": "conda-forge/napari-psf-analysis",
"napari_psf_analysis_CFIM": null,
"napari_pyclesperanto_assistant": "conda-forge/napari-pyclesperanto-assistant",
"napari_stress": "conda-forge/napari-stress",
"napari_svetlana": null,
Expand Down
11 changes: 11 additions & 0 deletions public/extended_summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -9335,6 +9335,17 @@
"0.1.2"
]
},
{
"name": "napari_psf_analysis_CFIM",
"version": "1.0.0",
"display_name": "napari_psf_analysis_CFIM",
"summary": "A continuation of napari_psf_analyses, developed for CFIM - KU",
"author": "Markus L. Bille",
"license": "MIT",
"home_page": "https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition",
"pypi_versions": [],
"conda_versions": []
},
{
"name": "napari_pyclesperanto_assistant",
"version": "0.25.0",
Expand Down
1 change: 1 addition & 0 deletions public/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@
"napari_cellseg3d": "0.2.2",
"napari_hello": "0.1.0",
"napari_psf_analysis": "1.1.4",
"napari_psf_analysis_CFIM": "1.0.0",
"napari_pyclesperanto_assistant": "0.25.0",
"napari_stress": "0.3.8",
"napari_svetlana": "1.2.0",
Expand Down
132 changes: 132 additions & 0 deletions public/manifest/psf-analysis-CFIM.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
{
"name": "napari_psf_analysis_CFIM",
"display_name": "napari_psf_analysis_CFIM",
"visibility": "public",
"icon": "",
"categories": [],
"schema_version": "0.1.0",
"on_activate": null,
"on_deactivate": null,
"contributions": {
"commands": [
{
"id": "napari_psf_analysis_CFIM.set_config",
"title": "Create set_config",
"python_name": "napari_psf_analysis_CFIM._dock_widget:set_config",
"short_title": null,
"category": null,
"icon": null,
"enablement": null
},
{
"id": "napari_psf_analysis_CFIM.PsfAnalysis",
"title": "Create Psf Analysis",
"python_name": "napari_psf_analysis_CFIM._dock_widget:PsfAnalysis",
"short_title": null,
"category": null,
"icon": null,
"enablement": null
},
{
"id": "napari_psf_analysis_CFIM.read_czi",
"title": "Read CZI File",
"python_name": "napari_psf_analysis_CFIM.czi_reader_CFIM:read_czi",
"short_title": null,
"category": null,
"icon": null,
"enablement": null
}
],
"readers": [
{
"command": "napari_psf_analysis_CFIM.read_czi",
"filename_patterns": [
"*.czi"
],
"accepts_directories": false
}
],
"writers": null,
"widgets": [
{
"command": "napari_psf_analysis_CFIM.set_config",
"display_name": "Set Config",
"autogenerate": false
},
{
"command": "napari_psf_analysis_CFIM.PsfAnalysis",
"display_name": "PSF Analysis - CFIM",
"autogenerate": false
}
],
"sample_data": null,
"themes": null,
"menus": {},
"submenus": null,
"keybindings": null,
"configuration": []
},
"package_metadata": {
"metadata_version": "2.2",
"name": "psf-analysis-CFIM",
"version": "1.0.0",
"dynamic": null,
"platform": null,
"supported_platform": null,
"summary": "A continuation of napari_psf_analyses, developed for CFIM - KU",
"description": "install with : pip install git+https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition\n or pip install psf-analysis-CFIM\n",
"description_content_type": "text/markdown",
"keywords": null,
"home_page": "https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition",
"download_url": null,
"author": "Markus L. Bille",
"author_email": "[email protected]",
"maintainer": null,
"maintainer_email": null,
"license": "MIT",
"classifier": [
"Development Status :: 3 - Alpha",
"Framework :: napari",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Testing"
],
"requires_dist": [
"aicsimageio",
"aicspylibczi",
"bfio",
"magicgui",
"matplotlib<3.9",
"matplotlib-inline",
"matplotlib-scalebar",
"napari[all]",
"numpy<2.0,>=1.26",
"pandas",
"pydantic",
"PyYAML",
"QtPy",
"scipy",
"napari; extra == \"testing\"",
"pyqt5; extra == \"testing\"",
"pytest; extra == \"testing\"",
"pytest-cov; extra == \"testing\"",
"pytest-qt; extra == \"testing\"",
"tox; extra == \"testing\""
],
"requires_python": ">=3.9",
"requires_external": null,
"project_url": [
"Documentation, https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition#README.md",
"Source Code, https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition"
],
"provides_extra": [
"testing"
],
"provides_dist": null,
"obsoletes_dist": null
},
"npe1_shim": false
}
166 changes: 166 additions & 0 deletions public/pypi/psf-analysis-CFIM.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,166 @@
{
"info": {
"author": "Markus L. Bille",
"author_email": "[email protected]",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Framework :: napari",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Testing"
],
"description": "install with : pip install git+https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition\r\n or pip install psf-analysis-CFIM\r\n",
"description_content_type": "text/markdown",
"docs_url": null,
"download_url": null,
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"dynamic": null,
"home_page": "https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition",
"keywords": null,
"license": "MIT",
"license_expression": null,
"license_files": null,
"maintainer": null,
"maintainer_email": null,
"name": "psf-analysis-CFIM",
"package_url": "https://pypi.org/project/psf-analysis-CFIM/",
"platform": null,
"project_url": "https://pypi.org/project/psf-analysis-CFIM/",
"project_urls": {
"Documentation": "https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition#README.md",
"Homepage": "https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition",
"Source Code": "https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition"
},
"provides_extra": [
"testing"
],
"release_url": "https://pypi.org/project/psf-analysis-CFIM/1.0.0/",
"requires_dist": [
"aicsimageio",
"aicspylibczi",
"bfio",
"magicgui",
"matplotlib<3.9",
"matplotlib-inline",
"matplotlib-scalebar",
"napari[all]",
"numpy<2.0,>=1.26",
"pandas",
"pydantic",
"PyYAML",
"QtPy",
"scipy",
"napari; extra == \"testing\"",
"pyqt5; extra == \"testing\"",
"pytest; extra == \"testing\"",
"pytest-cov; extra == \"testing\"",
"pytest-qt; extra == \"testing\"",
"tox; extra == \"testing\""
],
"requires_python": ">=3.9",
"summary": "A continuation of napari_psf_analyses, developed for CFIM - KU",
"version": "1.0.0",
"yanked": false,
"yanked_reason": null
},
"last_serial": 27400079,
"releases": {
"1.0.0": [
{
"comment_text": null,
"digests": {
"blake2b_256": "95ebc32a96428c14b0366b0cfcc4e9be91331bdd2eb54e434967b27627d943a7",
"md5": "32af59e93972b009884d5681cc8a79cf",
"sha256": "240383054deb8d4c62e893d6221a0b4b6f5cf4733702c808b0cdf49cc0c07369"
},
"downloads": -1,
"filename": "psf_analysis_CFIM-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "32af59e93972b009884d5681cc8a79cf",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 36313,
"upload_time": "2025-02-11T15:24:28",
"upload_time_iso_8601": "2025-02-11T15:24:28.724326Z",
"url": "https://files.pythonhosted.org/packages/95/eb/c32a96428c14b0366b0cfcc4e9be91331bdd2eb54e434967b27627d943a7/psf_analysis_CFIM-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "65057f8cc75000157fcb90e8b8b0a89fe1f86cded2df697dce6037ee8d92911d",
"md5": "b3e907e08eeef722aef7c5fa94171cb5",
"sha256": "a861be8aa584afdc06aced29711d6f1c8a83070837935f18d14f0988821332af"
},
"downloads": -1,
"filename": "psf_analysis_cfim-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "b3e907e08eeef722aef7c5fa94171cb5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 26441,
"upload_time": "2025-02-11T15:24:30",
"upload_time_iso_8601": "2025-02-11T15:24:30.789771Z",
"url": "https://files.pythonhosted.org/packages/65/05/7f8cc75000157fcb90e8b8b0a89fe1f86cded2df697dce6037ee8d92911d/psf_analysis_cfim-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
]
},
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "95ebc32a96428c14b0366b0cfcc4e9be91331bdd2eb54e434967b27627d943a7",
"md5": "32af59e93972b009884d5681cc8a79cf",
"sha256": "240383054deb8d4c62e893d6221a0b4b6f5cf4733702c808b0cdf49cc0c07369"
},
"downloads": -1,
"filename": "psf_analysis_CFIM-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "32af59e93972b009884d5681cc8a79cf",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 36313,
"upload_time": "2025-02-11T15:24:28",
"upload_time_iso_8601": "2025-02-11T15:24:28.724326Z",
"url": "https://files.pythonhosted.org/packages/95/eb/c32a96428c14b0366b0cfcc4e9be91331bdd2eb54e434967b27627d943a7/psf_analysis_CFIM-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "65057f8cc75000157fcb90e8b8b0a89fe1f86cded2df697dce6037ee8d92911d",
"md5": "b3e907e08eeef722aef7c5fa94171cb5",
"sha256": "a861be8aa584afdc06aced29711d6f1c8a83070837935f18d14f0988821332af"
},
"downloads": -1,
"filename": "psf_analysis_cfim-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "b3e907e08eeef722aef7c5fa94171cb5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 26441,
"upload_time": "2025-02-11T15:24:30",
"upload_time_iso_8601": "2025-02-11T15:24:30.789771Z",
"url": "https://files.pythonhosted.org/packages/65/05/7f8cc75000157fcb90e8b8b0a89fe1f86cded2df697dce6037ee8d92911d/psf_analysis_cfim-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"vulnerabilities": []
}
2 changes: 1 addition & 1 deletion public/readers.json

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions public/summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -3986,6 +3986,15 @@
"license": "BSD-3-Clause",
"home_page": "https://github.com/fmi-faim/napari-psf-analysis.git"
},
{
"name": "napari_psf_analysis_CFIM",
"version": "1.0.0",
"display_name": "napari_psf_analysis_CFIM",
"summary": "A continuation of napari_psf_analyses, developed for CFIM - KU",
"author": "Markus L. Bille",
"license": "MIT",
"home_page": "https://github.com/MaxusTheOne/napari-psf-analysis-CFIM-edition"
},
{
"name": "napari_pyclesperanto_assistant",
"version": "0.25.0",
Expand Down

0 comments on commit e0f3d52

Please sign in to comment.